Home
last modified time | relevance | path

Searched refs:to_output (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.c1114 GstMpeg2Picture * to_output, GstFlowReturn * ret) in gst_mpeg2_decoder_do_output_picture() argument
1124 to_output->system_frame_number); in gst_mpeg2_decoder_do_output_picture()
1129 to_output->system_frame_number); in gst_mpeg2_decoder_do_output_picture()
1132 gst_mpeg2_picture_unref (to_output); in gst_mpeg2_decoder_do_output_picture()
1138 output_frame.picture = to_output; in gst_mpeg2_decoder_do_output_picture()
1169 GstMpeg2Picture *to_output; in gst_mpeg2_decoder_output_current_picture() local
1171 to_output = gst_mpeg2_dpb_bump (priv->dpb); in gst_mpeg2_decoder_output_current_picture()
1172 g_assert (to_output); in gst_mpeg2_decoder_output_current_picture()
1174 gst_mpeg2_decoder_do_output_picture (decoder, to_output, &ret); in gst_mpeg2_decoder_output_current_picture()
Dgsth265decoder.c1564 GstH265Picture *to_output; in gst_h265_decoder_dpb_init() local
1581 while ((to_output = gst_h265_dpb_bump (priv->dpb, FALSE)) != NULL) in gst_h265_decoder_dpb_init()
1582 gst_h265_decoder_do_output_picture (self, to_output, &ret); in gst_h265_decoder_dpb_init()
1599 to_output = gst_h265_dpb_bump (priv->dpb, FALSE); in gst_h265_decoder_dpb_init()
1602 if (!to_output) { in gst_h265_decoder_dpb_init()
1607 gst_h265_decoder_do_output_picture (self, to_output, &ret); in gst_h265_decoder_dpb_init()
1695 GstH265Picture *to_output = gst_h265_dpb_bump (priv->dpb, FALSE); in gst_h265_decoder_finish_picture() local
1698 if (!to_output) { in gst_h265_decoder_finish_picture()
1703 gst_h265_decoder_do_output_picture (self, to_output, ret); in gst_h265_decoder_finish_picture()
Dgsth264decoder.c923 GstH264Picture *to_output; in _bump_dpb() local
925 to_output = gst_h264_dpb_bump (priv->dpb, FALSE); in _bump_dpb()
927 if (!to_output) { in _bump_dpb()
932 gst_h264_decoder_do_output_picture (self, to_output, ret); in _bump_dpb()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2334 std::set<const FileDescriptor*> to_output; in WriteDescriptorSet() local
2335 to_output.insert(parsed_files.begin(), parsed_files.end()); in WriteDescriptorSet()
2341 if (to_output.find(dependency) == to_output.end()) { in WriteDescriptorSet()