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

  /frameworks/base/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 118 int16 first_frame; member in struct:__anon9206
pvamrwbdecoder.cpp 193 dec_state->first_frame = 1;
517 if (st->first_frame != 0)
519 st->first_frame = 0;
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 66 Word16 first_frame; member in struct:__anon9209
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 249 uint first_frame; /* a flag for the first frame */ member in struct:tagAVCRateControl
rate_control.cpp 64 if (rateCtrl->first_frame)
843 rateCtrl->first_frame = 0; // reset here after we encode the first frame.
    [all...]
init.cpp 530 rateCtrl->first_frame = 1; /* set this flag for the first time */
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 598 int first_frame; member in class:omx_vdec
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 89 cod_state->first_frame = 1;
643 if (st->first_frame != 0)
645 st->first_frame = 0;
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 2103 FIRSTPASS_STATS first_frame; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 301 first_frame(0),
    [all...]

Completed in 229 milliseconds