Searched refs:FlushFrame (Results 1 – 14 of 14) sorted by relevance
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 115 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()
|
D | BaseThreadDecoderTest.cpp | 213 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()
|
D | c_interface_test.c | 34 CHECK (10, p, FlushFrame); in CheckDecoderInterface()
|
D | cpp_interface_test.cpp | 90 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst, SBufferInfo* pDstInfo) { in FlushFrame() function
|
D | encode_options_test.cpp | 1040 decoder[iIdx]->FlushFrame (pData, &dstBufInfo_); in TEST_F()
|
/third_party/openh264/codec/api/svc/ |
D | codec_api.h | 419 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst, 518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
|
/third_party/openh264/codec/api/wels/ |
D | codec_api.h | 419 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst, 518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
|
/third_party/openh264/test/ |
D | BaseDecoderTest.h | 41 void FlushFrame (Callback* cbk);
|
D | BaseThreadDecoderTest.h | 47 void FlushFrame (Callback* cbk);
|
/third_party/openh264/codec/decoder/plus/inc/ |
D | welsDecoderExt.h | 94 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst,
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 106 state = (*s->decoder)->FlushFrame(s->decoder, ptrs, &info); in svc_decode_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 268 ret = openh264dec->decoder->FlushFrame (yuvdata, &dst_buf_info); in gst_openh264dec_handle_frame()
|
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 193 pDecoder->FlushFrame (pData, &sDstBufInfo); in FlushFrames()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 920 DECODING_STATE CWelsDecoder::FlushFrame (unsigned char** ppDst, in FlushFrame() function in WelsDec::CWelsDecoder
|