Home
last modified time | relevance | path

Searched refs:FlushFrame (Results 1 – 14 of 14) sorted by relevance

/third_party/openh264/test/api/
DBaseDecoderTest.cpp115 void BaseDecoderTest::FlushFrame (Callback* cbk) { in FlushFrame() function in BaseDecoderTest
121 DECODING_STATE rv = decoder_->FlushFrame (data, &bufInfo); in FlushFrame()
181 FlushFrame (cbk); in DecodeFile()
DBaseThreadDecoderTest.cpp213 void BaseThreadDecoderTest::FlushFrame (Callback* cbk) { in FlushFrame() function in BaseThreadDecoderTest
218 DECODING_STATE rv = decoder_->FlushFrame (pData, &bufInfo); in FlushFrame()
302 FlushFrame (cbk); in ThreadDecodeFile()
Dc_interface_test.c34 CHECK (10, p, FlushFrame); in CheckDecoderInterface()
Dcpp_interface_test.cpp90 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst, SBufferInfo* pDstInfo) { in FlushFrame() function
Dencode_options_test.cpp1040 decoder[iIdx]->FlushFrame (pData, &dstBufInfo_); in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_api.h419 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
/third_party/openh264/codec/api/wels/
Dcodec_api.h419 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
/third_party/openh264/test/
DBaseDecoderTest.h41 void FlushFrame (Callback* cbk);
DBaseThreadDecoderTest.h47 void FlushFrame (Callback* cbk);
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h94 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c106 state = (*s->decoder)->FlushFrame(s->decoder, ptrs, &info); in svc_decode_frame()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp268 ret = openh264dec->decoder->FlushFrame (yuvdata, &dst_buf_info); in gst_openh264dec_handle_frame()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp193 pDecoder->FlushFrame (pData, &sDstBufInfo); in FlushFrames()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp920 DECODING_STATE CWelsDecoder::FlushFrame (unsigned char** ppDst, in FlushFrame() function in WelsDec::CWelsDecoder