/third_party/openh264/test/api/ |
D | decoder_ec_test.cpp | 68 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 …]
|
D | decode_api_test.cpp | 42 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 …]
|
D | c_interface_test.c | 29 CHECK (5, p, DecodeFrame2); in CheckDecoderInterface()
|
D | ltr_test.cpp | 148 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()
|
D | encode_decode_api_test.template | 125 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_); 128 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_);
|
D | encode_options_test.cpp | 336 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 …]
|
D | cpp_interface_test.cpp | 85 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* pSrc, in DecodeFrame2() function
|
D | encode_decode_api_test.cpp | 184 iResult = decoder[iIdx]->DecodeFrame2 (pBsBuf[iIdx], aLen[iIdx], pData, &dstBufInfo_); in TestOneSimulcastAVC() 187 iResult = decoder[iIdx]->DecodeFrame2 (NULL, 0, pData, &dstBufInfo_); in TestOneSimulcastAVC()
|
D | BaseDecoderTest.cpp | 85 DECODING_STATE rv = decoder_->DecodeFrame2 (src, (int) sliceSize, data, &bufInfo); in DecodeFrame()
|
/third_party/openh264/test/decoder/ |
D | DecUT_DecExt.cpp | 174 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/ |
D | codec_api.h | 405 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/ |
D | welsDecoderExt.h | 89 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* kpSrc,
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 119 state = (*s->decoder)->DecodeFrame2(s->decoder, avpkt->data, avpkt->size, ptrs, &info); in svc_decode_frame()
|
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 392 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/ |
D | welsDecoderExt.cpp | 714 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/ |
D | gmp-openh264.cpp | 700 DECODING_STATE dState = decoder_->DecodeFrame2 (&*annexb.begin(), in InitDecode()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 42786 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.
|