FFmpeg
Data Fields
OHCodecEncContext Struct Reference

Data Fields

AVClassavclass
 
OH_AVCodec * enc
 
AVMutex input_mutex
 
AVCond input_cond
 
AVFifoinput_queue
 
AVMutex output_mutex
 
AVCond output_cond
 
AVFifooutput_queue
 
AVFrameframe
 
uint8_t * extradata
 
int extradata_size
 
int encode_status
 
bool eof_sent
 
bool got_stream_info
 
int stride
 
int slice_height
 
OHNativeWindow * native_window
 
char * name
 
int allow_sw
 
int bitrate_mode
 

Detailed Description

Definition at line 41 of file ohenc.c.

Field Documentation

◆ avclass

AVClass* OHCodecEncContext::avclass

Definition at line 42 of file ohenc.c.

◆ enc

OH_AVCodec* OHCodecEncContext::enc

Definition at line 43 of file ohenc.c.

◆ input_mutex

AVMutex OHCodecEncContext::input_mutex

Definition at line 45 of file ohenc.c.

◆ input_cond

AVCond OHCodecEncContext::input_cond

Definition at line 46 of file ohenc.c.

◆ input_queue

AVFifo* OHCodecEncContext::input_queue

Definition at line 47 of file ohenc.c.

◆ output_mutex

AVMutex OHCodecEncContext::output_mutex

Definition at line 49 of file ohenc.c.

◆ output_cond

AVCond OHCodecEncContext::output_cond

Definition at line 50 of file ohenc.c.

◆ output_queue

AVFifo* OHCodecEncContext::output_queue

Definition at line 51 of file ohenc.c.

◆ frame

AVFrame* OHCodecEncContext::frame

Definition at line 53 of file ohenc.c.

◆ extradata

uint8_t* OHCodecEncContext::extradata

Definition at line 54 of file ohenc.c.

◆ extradata_size

int OHCodecEncContext::extradata_size

Definition at line 55 of file ohenc.c.

◆ encode_status

int OHCodecEncContext::encode_status

Definition at line 57 of file ohenc.c.

◆ eof_sent

bool OHCodecEncContext::eof_sent

Definition at line 58 of file ohenc.c.

◆ got_stream_info

bool OHCodecEncContext::got_stream_info

Definition at line 60 of file ohenc.c.

◆ stride

int OHCodecEncContext::stride

Definition at line 61 of file ohenc.c.

◆ slice_height

int OHCodecEncContext::slice_height

Definition at line 62 of file ohenc.c.

◆ native_window

OHNativeWindow* OHCodecEncContext::native_window

Definition at line 64 of file ohenc.c.

◆ name

char* OHCodecEncContext::name

Definition at line 65 of file ohenc.c.

◆ allow_sw

int OHCodecEncContext::allow_sw

Definition at line 66 of file ohenc.c.

◆ bitrate_mode

int OHCodecEncContext::bitrate_mode

Definition at line 67 of file ohenc.c.


The documentation for this struct was generated from the following file: