Searched refs:AVCNalUnitType (Results 1 – 4 of 4) sorted by relevance
219 if (AVC_NALTYPE_SPS == (AVCNalUnitType)NalType) in AvcDecodeVideo_OMX()278 else if (AVC_NALTYPE_PPS == (AVCNalUnitType) NalType) in AvcDecodeVideo_OMX()286 else if (AVC_NALTYPE_SLICE == (AVCNalUnitType) NalType || in AvcDecodeVideo_OMX()287 AVC_NALTYPE_IDR == (AVCNalUnitType) NalType) in AvcDecodeVideo_OMX()321 else if ((AVCNalUnitType)NalType == AVC_NALTYPE_SEI) in AvcDecodeVideo_OMX()329 else if ((AVCNalUnitType)NalType == AVC_NALTYPE_AUD) in AvcDecodeVideo_OMX()334 else if ((AVCNalUnitType)NalType == AVC_NALTYPE_EOSTREAM || // end of stream in AvcDecodeVideo_OMX()335 (AVCNalUnitType)NalType == AVC_NALTYPE_EOSEQ || // end of sequence in AvcDecodeVideo_OMX()336 (AVCNalUnitType)NalType == AVC_NALTYPE_FILL) // filler data in AvcDecodeVideo_OMX()
254 video->nal_unit_type = (AVCNalUnitType)(nal_unit[0] & 0x1F); in PVAVCDecSeqParamSet()406 video->nal_unit_type = (AVCNalUnitType)(nal_unit[0] & 0x1F); in PVAVCDecPicParamSet()477 video->nal_unit_type = (AVCNalUnitType)(buffer[0] & 0x1F); in PVAVCDecodeSlice()529 AVCNalUnitType temp = video->nal_unit_type; in PVAVCDecodeSlice()554 AVCNalUnitType temp = video->nal_unit_type; in PVAVCDecodeSlice()
102 } AVCNalUnitType; typedef
657 AVCNalUnitType nal_unit_type;658 AVCNalUnitType prev_nal_unit_type;