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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 98 #define VOL_START_CODE_LENGTH 28
vop.cpp 158 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
210 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
250 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
266 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
278 PV_BitstreamFlushBits(stream, VOL_START_CODE_LENGTH - 8);
717 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 170 #define VOL_START_CODE_LENGTH 28
mp4enc_api.cpp     [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 36 #define VOL_START_CODE_LENGTH 28
intel_m4v_config_parser.cpp 208 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword);
252 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword);
416 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword);
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 41 #define VOL_START_CODE_LENGTH 28
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 203 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword);
247 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword);
431 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword);
    [all...]

Completed in 393 milliseconds