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

  /hardware/qcom/media/mm-video/vidc/common/inc/
extra_data_handler.h 97 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 168 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
217 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
312 nal_unit->nalu_type = buffer[pos++] & 0x1f;
314 pos-1, nal_unit->nalu_type, buffer_length);
318 if( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
319 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
399 nalu_type = nal_unit.nalu_type;
400 switch (nal_unit.nalu_type)
405 ALOGV("\n AU Boundary with NAL type %d ",nal_unit.nalu_type);
    [all...]
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 140 } NALU_TYPE;
145 uint32 nalu_type; member in struct:__anon20890
193 uint32 nalu_type; member in class:H264_Utils
  /hardware/qcom/media/mm-video/vidc/common/src/
extra_data_handler.cpp 398 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type)
404 *buf++ = nalu_type;

Completed in 335 milliseconds