Searched refs:DecodeFrame (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 79 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()
|
D | c_interface_test.c | 27 CHECK (3, p, DecodeFrame); in CheckDecoderInterface()
|
D | BaseThreadDecoderTest.cpp | 174 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()
|
D | cpp_interface_test.cpp | 74 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* pSrc, in DecodeFrame() function
|
/third_party/openh264/codec/api/svc/ |
D | codec_api.h | 369 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* pSrc, 501 DECODING_STATE (*DecodeFrame) (ISVCDecoder*, const unsigned char* pSrc,
|
/third_party/openh264/test/ |
D | BaseDecoderTest.h | 40 void DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk);
|
D | BaseThreadDecoderTest.h | 46 void DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk);
|
/third_party/openh264/codec/decoder/plus/inc/ |
D | welsDecoderExt.h | 77 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* kpSrc,
|
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 21 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/ |
D | welsDecoderExt.cpp | 1296 DECODING_STATE CWelsDecoder::DecodeFrame (const unsigned char* kpSrc, in DecodeFrame() function in WelsDec::CWelsDecoder
|