Home
last modified time | relevance | path

Searched refs:PVAVCDecGetNALType (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/include/
Davcdec_api.h105 …OSCL_IMPORT_REF AVCDec_Status PVAVCDecGetNALType(uint8 *bitstream, int size, int *nal_type, int *n…
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp214 if (AVCDEC_FAIL == PVAVCDecGetNALType(pNalBuffer, NalSize, &NalType, &NalRefId)) in AvcDecodeVideo_OMX()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_api.cpp165 OSCL_EXPORT_REF AVCDec_Status PVAVCDecGetNALType(uint8 *bitstream, int size, in PVAVCDecGetNALType() function