Home
last modified time | relevance | path

Searched refs:end_of_stream (Results 1 – 25 of 51) sorted by relevance

123

/third_party/grpc/third_party/objective_c/Cronet/
Dbidirectional_stream_c.h183 bool end_of_stream);
211 bool end_of_stream);
/third_party/boost/libs/beast/test/beast/zlib/
Dinflate_stream.cpp92 return error::end_of_stream; in write()
273 ec == error::end_of_stream) in operator ()()
548 error::end_of_stream); in testInflateErrors()
578 error::end_of_stream); in testInflateErrors()
581 error::end_of_stream); in testInflateErrors()
583 error::end_of_stream); in testInflateErrors()
Ddeflate_stream.cpp98 return error::end_of_stream; in write()
328 ec == error::end_of_stream) // per zlib FAQ in doDeflate1_beast()
378 ec == error::end_of_stream) // per zlib FAQ in doDeflate2_beast()
484 BEAST_EXPECT(ec == error::end_of_stream); in testWriteAfterFinish()
539 BEAST_EXPECT(ec == error::end_of_stream); in testFlushAtLiteralBufferFull()
Derror.cpp43 check("boost.beast.zlib", error::end_of_stream); in run()
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c104 int end_of_stream = 1; in svc_decode_frame() local
105 (*s->decoder)->SetOption(s->decoder, DECODER_OPTION_END_OF_STREAM, &end_of_stream); in svc_decode_frame()
Dlibxavs.c49 int end_of_stream; member
152 if (!frame && !(x4->end_of_stream)) { in XAVS_frame()
162 x4->end_of_stream = END_OF_STREAM; in XAVS_frame()
Dvaapi_encode.h330 int end_of_stream; member
/third_party/boost/libs/beast/include/boost/beast/zlib/
Derror.hpp67 end_of_stream, enumerator
/third_party/boost/boost/beast/zlib/
Derror.hpp67 end_of_stream, enumerator
/third_party/boost/boost/beast/http/
Derror.hpp30 end_of_stream = 1, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/
Derror.hpp30 end_of_stream = 1, enumerator
/third_party/boost/libs/beast/test/beast/websocket/
Dread3.cpp469 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF1()
508 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF1()
558 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF2()
596 BEAST_EXPECTS(ec == zlib::error::end_of_stream, ec.message()); in testIssueBF2()
/third_party/boost/libs/beast/test/beast/http/
Derror.cpp44 check("beast.http", error::end_of_stream); in run()
Dread.cpp350 BEAST_EXPECT(ec == http::error::end_of_stream); in testEof()
359 BEAST_EXPECT(ec == http::error::end_of_stream); in testEof()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp263 int end_of_stream = 1; in gst_openh264dec_handle_frame() local
267 &end_of_stream); in gst_openh264dec_handle_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.h130 GstFlowReturn (*end_of_stream) (GstAppSrc *appsrc); member
/third_party/boost/boost/beast/http/impl/
Derror.ipp35 case error::end_of_stream: return "end of stream";
Dread.hpp231 ec = error::end_of_stream;
365 ec = error::end_of_stream; in read_some()
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Derror.ipp35 case error::end_of_stream: return "end of stream";
Dread.hpp231 ec = error::end_of_stream;
365 ec = error::end_of_stream; in read_some()
/third_party/boost/boost/beast/websocket/impl/
Daccept.hpp315 if(ec == http::error::end_of_stream)
454 if(ec == http::error::end_of_stream) in do_accept()
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Daccept.hpp315 if(ec == http::error::end_of_stream)
454 if(ec == http::error::end_of_stream) in do_accept()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c178 gboolean end_of_stream, is_error, is_warning, seek_done; member
217 GST_TIME_ARGS (new_state->seek_done_position), old_state->end_of_stream, in test_play_state_change_debug()
218 new_state->end_of_stream, old_state->is_error, new_state->is_error, in test_play_state_change_debug()
232 state->end_of_stream = state->is_error = state->seek_done = FALSE; in test_play_state_reset()
445 state->end_of_stream = TRUE; in process_play_messages()
/third_party/boost/libs/beast/include/boost/beast/zlib/impl/
Derror.ipp64 case error::end_of_stream: return "unexpected end of deflate stream";
/third_party/boost/boost/beast/zlib/impl/
Derror.ipp64 case error::end_of_stream: return "unexpected end of deflate stream";

123