Home
last modified time | relevance | path

Searched refs:VOL_START_CODE (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h131 #define VOL_START_CODE 0x000001B0 macro
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h131 #define VOL_START_CODE 0x000001B0 macro
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h131 #define VOL_START_CODE 0x000001B0 macro
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dmp4_utils.h131 #define VOL_START_CODE 0x000001B0 macro
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dvop.cpp159 while (tmpvar != VOL_START_CODE); in DecodeVOLHeader()
211 while (tmpvar != VOL_START_CODE); in DecodeVOLHeader()
249 if (tmpvar != VOL_START_CODE) in DecodeVOLHeader()
267 while (tmpvar != VOL_START_CODE); in DecodeVOLHeader()
733 while (tmpvar != VOL_START_CODE); in DecodeVOLHeader()
H A Dmp4def.h97 #define VOL_START_CODE 0x12 macro
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4def.h169 #define VOL_START_CODE 0x12 macro
H A Dmp4enc_api.cpp2482 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE); in EncodeVOS_Start()