Lines Matching defs:AVCodecInternal
129 typedef struct AVCodecInternal { struct
136 int is_copy;
142 int last_audio_frame;
145 AVFrame *to_free;
148 AVBufferRef *pool;
150 void *thread_ctx;
152 DecodeSimpleContext ds;
153 AVBSFContext *bsf;
159 AVPacket *last_pkt_props;
160 AVFifoBuffer *pkt_props;
165 uint8_t *byte_buffer;
166 unsigned int byte_buffer_size;
168 void *frame_thread_encoder;
170 EncodeSimpleContext es;
175 int skip_samples;
180 void *hwaccel_priv_data;
185 int draining;
190 AVPacket *buffer_pkt;
191 AVFrame *buffer_frame;
192 int draining_done;
195 int compat_decode_warned;
220 } AVCodecInternal; argument