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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 98 #define VOL_START_CODE_LENGTH 28
vop.cpp 154 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
206 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
246 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
262 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar);
274 PV_BitstreamFlushBits(stream, VOL_START_CODE_LENGTH - 8);
713 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/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 200 milliseconds