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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.h70 Int skip_next_frame; member in struct:__anon586
H A Drate_control.cpp68 rc[n]->skip_next_frame = 0; /* must be initialized */
362 return video->rc[currLayer]->skip_next_frame;
368 video->rc[currLayer]->skip_next_frame = 0;
439 rc[n]->skip_next_frame = 0; /* must be initialized */
822 rc->skip_next_frame = 0;
829 rc->skip_next_frame = -1;
835 rc->skip_next_frame = 1;
841 rc->skip_next_frame++;
861 if (rc->skip_next_frame == 1 && !rc->no_frame_skip) /* skip next frame */
863 pMP->counter_BTsrc += 10 * rc->skip_next_frame;
[all...]
H A Dmp4enc_api.cpp2805 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1)
2827 if (encParams->RC_Type == CONSTANT_Q || video->rc[currLayer]->skip_next_frame != -1)

Completed in 89 milliseconds