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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dflashsvenc.c136 int block_width, int block_height, uint8_t *previous_frame, int* I_frame) {
177 if (res || *I_frame) {
199 *I_frame = 0;
201 *I_frame = 1;
214 int I_frame = 0; local
226 I_frame = 1;
237 I_frame = 1;
250 res = encode_bitstream(s, p, buf, buf_size, opt_w*16, opt_h*16, pfptr, &I_frame);
259 if (I_frame) {
135 encode_bitstream(FlashSVContext *s, AVFrame *p, uint8_t *buf, int buf_size, int block_width, int block_height, uint8_t *previous_frame, int* I_frame) argument

Completed in 58 milliseconds