Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/include/
Davcdec_api.h53 AVCDEC_PICTURE_OUTPUT_READY = 2, enumerator
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_api.cpp464 return AVCDEC_PICTURE_OUTPUT_READY; // to flushout frame buffers in PVAVCDecodeSlice()
534 return AVCDEC_PICTURE_OUTPUT_READY; in PVAVCDecodeSlice()
579 return AVCDEC_PICTURE_OUTPUT_READY; in PVAVCDecodeSlice()
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp292 … if ((Status = PVAVCDecodeSlice(&(AvcHandle), pNalBuffer, NalSize)) == AVCDEC_PICTURE_OUTPUT_READY) in AvcDecodeVideo_OMX()