Home
last modified time | relevance | path

Searched refs:DecodeFrame (Results 1 – 10 of 10) sorted by relevance

/third_party/openh264/test/api/
DBaseDecoderTest.cpp79 void BaseDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { in DecodeFrame() function in BaseDecoderTest
166 DecodeFrame (buf.data(), buf.Length(), cbk); in DecodeFile()
176 DecodeFrame (NULL, 0, cbk); in DecodeFile()
209 DecodeFrame (buf_.data(), buf_.Length(), cbk); in DecodeNextFrame()
217 DecodeFrame (NULL, 0, cbk); in DecodeNextFrame()
Dc_interface_test.c27 CHECK (3, p, DecodeFrame); in CheckDecoderInterface()
DBaseThreadDecoderTest.cpp174 void BaseThreadDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { in DecodeFrame() function in BaseThreadDecoderTest
287 DecodeFrame (frame_ptr, frameSize, cbk); in ThreadDecodeFile()
Dcpp_interface_test.cpp74 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* pSrc, in DecodeFrame() function
/third_party/openh264/codec/api/svc/
Dcodec_api.h369 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* pSrc,
501 DECODING_STATE (*DecodeFrame) (ISVCDecoder*, const unsigned char* pSrc,
/third_party/openh264/test/
DBaseDecoderTest.h40 void DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk);
DBaseThreadDecoderTest.h46 void DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk);
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h77 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* kpSrc,
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp21 DECODING_STATE DecodeFrame (const unsigned char* kpSrc, in DecodeFrame() function
279 iRet |= DecodeFrame (pBuf + iBufPos, iSliceSize, m_pData, &m_sBufferInfo, m_pCtx); in DecodeBs()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1296 DECODING_STATE CWelsDecoder::DecodeFrame (const unsigned char* kpSrc, in DecodeFrame() function in WelsDec::CWelsDecoder