HomeSort by relevance Sort by last modified time
    Searched refs:num_skip (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 37 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
383 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip)
391 rc->VBV_fullness -= (Int)(rc->bitrate / rc->framerate * num_skip); //rc[currLayer]->Rp;
392 pMP->counter_BTsrc += 10 * num_skip;
    [all...]
mp4enc_lib.h 189 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
mp4enc_api.cpp 2834 Int num_skip, extra_skip; local
    [all...]

Completed in 2687 milliseconds