Searched refs:primary_out (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereomix.c | 293 gst_buffer_replace (&mix->primary_out, NULL); in gst_gl_stereo_mix_create_output_buffer() 304 *outbuf = mix->primary_out; in gst_gl_stereo_mix_create_output_buffer() 305 mix->primary_out = NULL; in gst_gl_stereo_mix_create_output_buffer() 354 if (mix->primary_out == NULL) in gst_gl_stereo_mix_make_output() 376 gst_buffer_copy_into (mix->primary_out, outbuf, in gst_gl_stereo_mix_aggregate_frames() 378 gst_aggregator_finish_buffer (GST_AGGREGATOR (vagg), mix->primary_out); in gst_gl_stereo_mix_aggregate_frames() 379 mix->primary_out = NULL; in gst_gl_stereo_mix_aggregate_frames() 719 gst_buffer_replace (&mixer->primary_out, NULL); in gst_gl_stereo_mix_process_frames() 723 &mixer->primary_out) != GST_FLOW_OK) in gst_gl_stereo_mix_process_frames() 733 if (mixer->primary_out == NULL) in gst_gl_stereo_mix_process_frames() [all …]
|
D | gstglstereomix.h | 75 GstBuffer *primary_out; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglviewconvert.c | 85 GstBuffer *primary_out; member 298 gst_buffer_replace (&viewconvert->priv->primary_out, NULL); in gst_gl_view_convert_finalize() 417 gst_buffer_replace (&viewconvert->priv->primary_out, NULL); in _view_convert_set_format() 2030 g_return_if_fail (priv->primary_out == NULL); in _do_view_convert() 2053 if (!_gen_buffer (viewconvert, &priv->primary_out)) { in _do_view_convert() 2101 (GstGLMemory *) gst_buffer_peek_memory (priv->primary_out, j); in _do_view_convert() 2215 gst_buffer_replace (&priv->primary_out, NULL); in _do_view_convert() 2219 if (priv->primary_out) { in _do_view_convert() 2220 if ((sync_meta = gst_buffer_add_gl_sync_meta (context, priv->primary_out))) in _do_view_convert() 2307 if (priv->primary_out) { in gst_gl_view_convert_get_output() [all …]
|
/third_party/ninja/src/ |
D | graph.cc | 562 std::vector<StringPiece>::iterator primary_out = depfile.outs_.begin(); in LoadDepFile() local 563 if (!CanonicalizePath(const_cast<char*>(primary_out->str_), in LoadDepFile() 564 &primary_out->len_, &unused, err)) { in LoadDepFile() 573 if (opath != *primary_out) { in LoadDepFile() 575 first_output->path().c_str(), primary_out->AsString().c_str()); in LoadDepFile()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 27799 priv->primary_out could be NULL, check before dereferencing it in
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 82505 priv->primary_out could be NULL, check before dereferencing it in
|