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

  /bootable/recovery/
asn1_decoder.cpp 72 static inline bool skip_bytes(asn1_context_t* ctx, size_t num_skip) {
73 if (ctx->length < num_skip) {
76 ctx->p += num_skip;
77 ctx->length -= 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 2867 Int num_skip, extra_skip; local
    [all...]

Completed in 2355 milliseconds