Home
last modified time | relevance | path

Searched refs:last_out (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tools/
Dcws2fws.c30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local
100 last_out = zstream.total_out; in main()
116 zstream.total_out, zstream.total_out - last_out); in main()
118 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
119 zstream.total_out - last_out) { in main()
/third_party/boost/boost/range/algorithm_ext/
Doverwrite.hpp40 last_out = boost::end(to); in overwrite() local
46 BOOST_ASSERT( out != last_out in overwrite()
67 last_out = boost::end(to); in overwrite() local
73 BOOST_ASSERT( out != last_out in overwrite()
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c99 AVFrame *last_out; member
907 s->last_out, out, &x, &y, &w, &h); in apply_palette()
909 av_frame_unref(s->last_out); in apply_palette()
911 (ret = av_frame_ref(s->last_out, out)) < 0 || in apply_palette()
1078 s->last_out = av_frame_alloc(); in init()
1079 if (!s->last_in || !s->last_out) { in init()
1081 av_frame_free(&s->last_out); in init()
1113 av_frame_free(&s->last_out); in uninit()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c1307 GstClockTime last_out; in gst_rtp_jitter_buffer_set_active() local
1331 last_out = item->pts + priv->ts_offset; in gst_rtp_jitter_buffer_set_active()
1334 last_out = priv->last_out_time; in gst_rtp_jitter_buffer_set_active()
1338 return last_out; in gst_rtp_jitter_buffer_set_active()
4534 GstClockTime start, last_out; in gst_rtp_jitter_buffer_src_query() local
4545 last_out = priv->last_out_time; in gst_rtp_jitter_buffer_src_query()
4550 GST_TIME_ARGS (last_out)); in gst_rtp_jitter_buffer_src_query()
4552 if (GST_CLOCK_TIME_IS_VALID (start) && GST_CLOCK_TIME_IS_VALID (last_out)) { in gst_rtp_jitter_buffer_src_query()
4554 gst_query_set_position (query, GST_FORMAT_TIME, start + last_out); in gst_rtp_jitter_buffer_src_query()
Dgstrtpbin.c1882 guint64 last_out; in create_stream() local
1888 &last_out); in create_stream()
3466 guint64 last_out = -1; in gst_rtp_bin_handle_message() local
3470 &last_out); in gst_rtp_bin_handle_message()
3476 if (last_out == -1) in gst_rtp_bin_handle_message()
3477 last_out = 0; in gst_rtp_bin_handle_message()
3478 if (min_out_time == -1 || last_out < min_out_time) in gst_rtp_bin_handle_message()
3479 min_out_time = last_out; in gst_rtp_bin_handle_message()
3485 GST_TIME_ARGS (offset), GST_TIME_ARGS (last_out), in gst_rtp_bin_handle_message()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp12586 Utils::Variable* last_out = si.Output( in test() local
12594 varying_passthrough.Add(stage, last_in, last_out); in test()
12957 Utils::Variable* last_out = in test() local
12966 varying_passthrough.Add(stage, last_in, last_out); in test()
/third_party/gstreamer/gstplugins_good/
DChangeLog9335 `last_out` would be used uninitialized if the element has no `set-active`