Searched defs:nalu_type (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp398 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) argument
404 *buf++ = nalu_type;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp468 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) argument
476 *buf++ = nalu_type;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp468 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) argument
476 *buf++ = nalu_type;
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.cpp110 uint8_t nalu_type = 0; local
145 nalu_type = pFrameInfo->nalus[i].type;
148 naluType = nalu_type & NALU_TYPE_MASK;
150 VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset);
156 mSliceInfo[sliceidx].sliceHeaderByte = nalu_type;
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp112 uint8_t nalu_type = 0; local
147 nalu_type = pFrameInfo->nalus[i].type;
150 naluType = nalu_type & NALU_TYPE_MASK;
152 VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset);
168 mSliceInfo[sliceidx].sliceHeaderByte = nalu_type;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dhevc_utils.h143 uint32 nalu_type; member in class:HEVC_Utils
H A Dh264_utils.h150 uint32 nalu_type; member in struct:__anon3695
198 uint32 nalu_type; member in class:H264_Utils
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dhevc_utils.h143 uint32 nalu_type; member in class:HEVC_Utils
H A Dh264_utils.h150 uint32 nalu_type; member in struct:__anon3735
198 uint32 nalu_type; member in class:H264_Utils
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h145 uint32 nalu_type; member in struct:__anon3676
193 uint32 nalu_type; member in class:H264_Utils

Completed in 279 milliseconds