Searched refs:end_of_stream (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 104 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()
|
D | libxavs.c | 49 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()
|
D | vaapi_encode.h | 330 int end_of_stream; member
|
D | vaapi_encode.c | 951 if (!pic && ctx->end_of_stream) { in vaapi_encode_pick_next() 963 if (ctx->input_order <= ctx->decode_delay && !ctx->end_of_stream) { in vaapi_encode_pick_next() 1140 ctx->end_of_stream = 1; in vaapi_encode_send_frame() 1174 if (ctx->end_of_stream) in ff_vaapi_encode_receive_packet()
|
D | cbs_h264_syntax_template.c | 1172 static int FUNC(end_of_stream)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 263 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/ |
D | gstappsrc.h | 130 GstFlowReturn (*end_of_stream) (GstAppSrc *appsrc); member
|
D | gstappsrc.c | 717 end_of_stream), NULL, NULL, NULL, in gst_app_src_class_init() 745 klass->end_of_stream = gst_app_src_end_of_stream; in gst_app_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 178 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/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 240 uint32_t end_of_stream; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vce.h | 240 uint32_t end_of_stream; member
|
D | radeon_vce_52.c | 262 RVCE_CS(enc->enc_pic.eo.end_of_stream); in encode()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 109780 Check that end_of_seq() [EOSEQ] and end_of_stream [EOS] NAL units 109880 An end_of_seq() [EOSEQ] or end_of_stream() [EOS] NAL unit is really
|