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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsvenc.c146 uint8_t *previous_frame, int *I_frame)
188 if (res || *I_frame) {
210 *I_frame = 0;
212 *I_frame = 1;
225 int I_frame = 0; local
235 I_frame = 1;
246 I_frame = 1;
253 pfptr, &I_frame);
264 if (I_frame) {
144 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflashsvenc.c125 uint8_t *previous_frame, int *I_frame)
167 if (res || *I_frame) {
189 *I_frame = 0;
191 *I_frame = 1;
205 int I_frame = 0; local
217 I_frame = 1;
228 I_frame = 1;
239 pfptr, &I_frame);
250 if (I_frame) {
123 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 38 milliseconds