Home
last modified time | relevance | path

Searched refs:DecodeFrame2 (Results 1 – 17 of 17) sorted by relevance

/third_party/openh264/test/api/
Ddecoder_ec_test.cpp68 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
71 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
126 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
129 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
193 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf + iTotalSliceSize, in TEST_P()
207 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
260 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_F()
263 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_F()
279 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_F()
282 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_F()
[all …]
Ddecode_api_test.cpp42 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
46 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
78 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
83 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
129 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
133 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
176 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
179 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
213 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
217 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
[all …]
Dc_interface_test.c29 CHECK (5, p, DecodeFrame2); in CheckDecoderInterface()
Dltr_test.cpp148 rv = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_P()
151 rv = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); //reconstruction in TEST_P()
Dencode_decode_api_test.template125 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_);
128 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_);
Dencode_options_test.cpp336 iResult = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_F()
338 iResult = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TEST_F()
381 iResult = decoder_->DecodeFrame2 (info.sLayerInfo[0].pBsBuf, len, pData, &dstBufInfo_); in TEST_F()
383 iResult = decoder_->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TEST_F()
1032 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_); in TEST_F()
1034 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TEST_F()
1152 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_); in TEST_F()
1155 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TEST_F()
1544 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_); in TEST_F()
1547 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TEST_F()
[all …]
Dcpp_interface_test.cpp85 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* pSrc, in DecodeFrame2() function
Dencode_decode_api_test.cpp184 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_); in TestOneSimulcastAVC()
187 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TestOneSimulcastAVC()
DBaseDecoderTest.cpp85 DECODING_STATE rv = decoder_->DecodeFrame2 (src, (int) sliceSize, data, &bufInfo); in DecodeFrame()
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp174 m_pDec->DecodeFrame2 (pBuf + iBufPos, iSliceSize, m_pData, &m_sBufferInfo); in DecoderBs()
175 m_pDec->DecodeFrame2 (NULL, 0, m_pData, &m_sBufferInfo); in DecoderBs()
297 iRet = (int32_t) m_pDec->DecodeFrame2 (m_szBuffer, m_iBufLength, m_pData, &m_sBufferInfo); in TestParseOnlyAPI()
330 iRet = (int32_t) m_pDec->DecodeFrame2 (m_szBuffer, m_iBufLength, m_pData, &m_sBufferInfo); in TestParseOnlyAPI()
383 eRet = (CM_RETURN) m_pDec->DecodeFrame2 (NULL, 0, m_pData, &m_sBufferInfo); in TestEndOfStream()
390 eRet = (CM_RETURN) m_pDec->DecodeFrame2 (m_szBuffer, m_iBufLength, m_pData, &m_sBufferInfo); in TestEndOfStream()
394 eRet = (CM_RETURN) m_pDec->DecodeFrame2 (NULL, 0, m_pData, &m_sBufferInfo); in TestEndOfStream()
431 m_pDec->DecodeFrame2 (m_szBuffer, m_iBufLength, m_pData, &m_sBufferInfo); in TestVclNal()
435 m_pDec->DecodeFrame2 (NULL, 0, m_pData, &m_sBufferInfo); in TestVclNal()
/third_party/openh264/codec/api/svc/
Dcodec_api.h405 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* pSrc,
513 DECODING_STATE (*DecodeFrame2) (ISVCDecoder*, const unsigned char* pSrc,
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h89 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* kpSrc,
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c119 state = (*s->decoder)->DecodeFrame2(s->decoder, avpkt->data, avpkt->size, ptrs, &info); in svc_decode_frame()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp392 pDecoder->DecodeFrame2 (pBuf + iBufPos, iSliceSize, pData, &sDstBufInfo); in H264DecodeInstance()
426 pDecoder->DecodeFrame2 (NULL, 0, pData, &sDstBufInfo); in H264DecodeInstance()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp714 iRet = (int)DecodeFrame2 (kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrameNoDelay()
719 iRet |= DecodeFrame2 (NULL, 0, ppDst, pDstInfo); in DecodeFrameNoDelay()
912 DECODING_STATE CWelsDecoder::DecodeFrame2 (const unsigned char* kpSrc, in DecodeFrame2() function in WelsDec::CWelsDecoder
1311 eDecState = DecodeFrame2 (kpSrc, kiSrcLen, ppDst, &DstInfo); in DecodeFrame()
/third_party/openh264/module/
Dgmp-openh264.cpp700 DECODING_STATE dState = decoder_->DecodeFrame2 (&*annexb.begin(), in InitDecode()
/third_party/gstreamer/gstplugins_bad/
DChangeLog42786 openh264: Use DecodeFrameNoDelay() API instead of DecodeFrame2
42787 Replace legacy usage of DecodeFrame2 API in favour of the
42789 This fixes problems with DecodeFrame2() not (currently) returning
42792 call to DecodeFrame2(). DecodeFrameNoDelay() returns them immediately.