Home
last modified time | relevance | path

Searched refs:DecodeFrameEx (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_api.h445 virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* pSrc,
525 DECODING_STATE (*DecodeFrameEx) (ISVCDecoder*, const unsigned char* pSrc,
/third_party/openh264/codec/api/wels/
Dcodec_api.h445 virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* pSrc,
525 DECODING_STATE (*DecodeFrameEx) (ISVCDecoder*, const unsigned char* pSrc,
/third_party/openh264/test/api/
Dc_interface_test.c30 CHECK (6, p, DecodeFrameEx); in CheckDecoderInterface()
Dcpp_interface_test.cpp94 virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* pSrc, in DecodeFrameEx() function
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h100 virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* kpSrc,
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1336 DECODING_STATE CWelsDecoder::DecodeFrameEx (const unsigned char* kpSrc, in DecodeFrameEx() function in WelsDec::CWelsDecoder