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

  /bootable/recovery/
asn1_decoder.cpp 39 bool asn1_context::skip_bytes(size_t num_skip) {
40 if (length_ < num_skip) {
43 p_ += num_skip;
44 length_ -= num_skip;
asn1_decoder.h 47 bool skip_bytes(size_t num_skip);
  /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 2863 Int num_skip, extra_skip; local
    [all...]

Completed in 106 milliseconds