Searched defs:H264_START_CODE (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h49 #define H264_START_CODE 0x01 macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h48 #define H264_START_CODE 0x01 macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h48 #define H264_START_CODE 0x01 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dextra_data_handler.h68 #define H264_START_CODE 0x01 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c37 #define H264_START_CODE 0x00000001 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c37 #define H264_START_CODE 0x00000001 macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c37 #define H264_START_CODE 0x00000001 macro
H A Domx_vdec_test.cpp94 #define H264_START_CODE 0x00000001 macro
2892 if ((cnt == 4) && (code != H264_START_CODE)) {
2897 if ((cnt > 4) && (code == H264_START_CODE)) {
2898 DEBUG_PRINT("%s: Found H264_START_CODE", __FUNCTION__);
3625 if ((cnt == 4) && (code != H264_START_CODE)) {
3631 } else if ((cnt > 4) && (code == H264_START_CODE)) {
3632 DEBUG_PRINT("%s: Found next H264_START_CODE\n", __FUNCTION__);

Completed in 146 milliseconds