HomeSort by relevance Sort by last modified time
    Searched full:nal_unit (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/wrs_omxil_core/core/src/
intel_video_config_parser.cpp 249 uint8* nal_unit = *bitstream; local
253 while (nal_unit[i++] == 0 && i < *size)
257 if (nal_unit[i-1] == 1)
259 *bitstream = nal_unit + i;
273 if (count == 2 && nal_unit[i] == 0x01)
279 if (nal_unit[i])
intel_m4v_config_parser.cpp     [all...]
intel_m4v_config_parser.h 101 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 264 uint8* nal_unit = *bitstream; local
268 while (nal_unit[i++] == 0 && i < *size)
272 if (nal_unit[i-1] == 1)
274 *bitstream = nal_unit + i;
288 if (count == 2 && nal_unit[i] == 0x01)
294 if (nal_unit[i])
ti_m4v_config_parser.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 239 nal_unit : decoded NAL header information
254 OMX_OUT NALU *nal_unit)
307 if (nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80))
311 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5;
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)
379 NALU nal_unit; local
391 m_rbspBytes, &numBytesInRBSP, &nal_unit) )
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 229 nal_unit : decoded NAL header information
244 OMX_OUT NALU *nal_unit)
290 if ((nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80)) != 0) {
293 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5;
294 nal_unit->nalu_type = buffer[pos++] & 0x1f;
296 pos-1, nal_unit->nalu_type, buffer_length);
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
360 NALU nal_unit; local
372 m_rbspBytes, &numBytesInRBSP, &nal_unit) ) {
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 137 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 201 OMX_OUT NALU *nal_unit);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 206 OMX_OUT NALU *nal_unit);
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 649 /**** nal_unit ******/
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c 200 EPRINT("NAL_UNIT");

Completed in 543 milliseconds