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

  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 231 nal_unit : decoded NAL header information
246 OMX_OUT NALU *nal_unit)
301 if (nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80))
305 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5;
306 nal_unit->nalu_type = buffer[pos++] & 0x1f;
307 DEBUG_PRINT_LOW("\n@#@# Pos = %x NalType = %x buflen = %d",pos-1,nal_unit->nalu_type,buffer_length);
311 if( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
312 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
373 NALU nal_unit; local
382 m_rbspBytes, &numBytesInRBSP, &nal_unit) )
    [all...]
  /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])

Completed in 353 milliseconds