Home
last modified time | relevance | path

Searched refs:I_frame (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dflashsvenc.c131 uint8_t *previous_frame, int *I_frame) in encode_bitstream()
173 if (res || *I_frame) { in encode_bitstream()
194 *I_frame = 0; in encode_bitstream()
196 *I_frame = 1; in encode_bitstream()
209 int I_frame = 0; in flashsv_encode_frame() local
219 I_frame = 1; in flashsv_encode_frame()
230 I_frame = 1; in flashsv_encode_frame()
237 pfptr, &I_frame); in flashsv_encode_frame()
248 if (I_frame) { in flashsv_encode_frame()
253 if (I_frame) in flashsv_encode_frame()
129 encode_bitstream(FlashSVContext *s, const AVFrame *p, uint8_t *buf, int buf_size, int block_width, int block_height, uint8_t *previous_frame, int *I_frame) encode_bitstream() argument
[all...]

Completed in 1 milliseconds