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

  /external/opencore/codecs_v2/omx/omx_h264/src/
avc_dec.cpp 219 if (AVC_NALTYPE_SPS == (AVCNalUnitType)NalType)
278 else if (AVC_NALTYPE_PPS == (AVCNalUnitType) NalType)
286 else if (AVC_NALTYPE_SLICE == (AVCNalUnitType) NalType ||
287 AVC_NALTYPE_IDR == (AVCNalUnitType) NalType)
321 else if ((AVCNalUnitType)NalType == AVC_NALTYPE_SEI)
329 else if ((AVCNalUnitType)NalType == AVC_NALTYPE_AUD)
334 else if ((AVCNalUnitType)NalType == AVC_NALTYPE_EOSTREAM || // end of stream
335 (AVCNalUnitType)NalType == AVC_NALTYPE_EOSEQ || // end of sequence
336 (AVCNalUnitType)NalType == AVC_NALTYPE_FILL) // filler data
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcapi_common.h 102 } AVCNalUnitType;
avcint_common.h 657 AVCNalUnitType nal_unit_type;
658 AVCNalUnitType prev_nal_unit_type;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 104 } AVCNalUnitType;
avcint_common.h 654 AVCNalUnitType nal_unit_type;
655 AVCNalUnitType prev_nal_unit_type;
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
avcdec_api.cpp 254 video->nal_unit_type = (AVCNalUnitType)(nal_unit[0] & 0x1F);
406 video->nal_unit_type = (AVCNalUnitType)(nal_unit[0] & 0x1F);
477 video->nal_unit_type = (AVCNalUnitType)(buffer[0] & 0x1F);
529 AVCNalUnitType temp = video->nal_unit_type;
554 AVCNalUnitType temp = video->nal_unit_type;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp 254 video->nal_unit_type = (AVCNalUnitType)(nal_unit[0] & 0x1F);
406 video->nal_unit_type = (AVCNalUnitType)(nal_unit[0] & 0x1F);
477 video->nal_unit_type = (AVCNalUnitType)(buffer[0] & 0x1F);
529 AVCNalUnitType temp = video->nal_unit_type;
554 AVCNalUnitType temp = video->nal_unit_type;
    [all...]

Completed in 283 milliseconds