Searched refs:PVAVCDecGetOutput (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/include/ |
D | avcdec_api.h | 176 …OSCL_IMPORT_REF AVCDec_Status PVAVCDecGetOutput(AVCHandle *avcHandle, int *indx, int *release_flag…
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | pvavcdecoder.cpp | 156 …return (PVAVCDecGetOutput((AVCHandle *)iAVCHandle, indx, release, &output) != AVCDEC_SUCCESS) ? fa… in GetDecOutput()
|
D | avcdec_api.cpp | 722 OSCL_EXPORT_REF AVCDec_Status PVAVCDecGetOutput(AVCHandle *avcHandle, int *indx, int *release, AVCF… in PVAVCDecGetOutput() function
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | avc_dec.cpp | 122 Status = PVAVCDecGetOutput(&(AvcHandle), &Index, &Release, &Output); in FlushOutput_OMX()
|