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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 97 #define VOL_START_CODE 0x12
vop.cpp 157 while (tmpvar != VOL_START_CODE);
209 while (tmpvar != VOL_START_CODE);
247 if (tmpvar != VOL_START_CODE)
265 while (tmpvar != VOL_START_CODE);
716 while (tmpvar != VOL_START_CODE);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 169 #define VOL_START_CODE 0x12
mp4enc_api.cpp     [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 40 #define VOL_START_CODE 0x12
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 205 while ((codeword != VOL_START_CODE) && (status == 0));
231 if (codeword != VOL_START_CODE)
249 while ((codeword != VOL_START_CODE) && (status == 0));
433 while ((codeword != VOL_START_CODE) && (status == 0));
    [all...]

Completed in 80 milliseconds