Lines Matching defs:AVCodecInternal
48 typedef struct AVCodecInternal { struct
53 int is_copy;
59 int last_audio_frame;
61 AVBufferRef *pool;
63 void *thread_ctx;
73 AVPacket *in_pkt;
74 struct AVBSFContext *bsf;
80 AVPacket *last_pkt_props;
81 struct AVFifo *pkt_props;
86 uint8_t *byte_buffer;
87 unsigned int byte_buffer_size;
94 int intra_only_flag;
96 void *frame_thread_encoder;
104 AVFrame *in_frame;
110 int needs_close;
115 int skip_samples;
120 void *hwaccel_priv_data;
125 int draining;
151 } AVCodecInternal; argument