Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Davcdec_lib.h196 AVCDec_Status DecodeSlice(AVCDecObject *video);
Dslice.cpp28 AVCDec_Status DecodeSlice(AVCDecObject *decvid) in DecodeSlice() function
Davcdec_api.cpp668 status = (AVCDec_Status)DecodeSlice(decvid); in PVAVCDecodeSlice()