Searched refs:decode_ret (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | gstsirendec.c | 176 gint decode_ret; in gst_siren_dec_handle_frame() local 215 decode_ret = Siren7_DecodeFrame (dec->decoder, in_data, out_data); in gst_siren_dec_handle_frame() 216 if (decode_ret != 0) in gst_siren_dec_handle_frame() 246 ("Error decoding frame: %d", decode_ret), ret); in gst_siren_dec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265decoder.c | 1760 GstFlowReturn decode_ret = GST_FLOW_OK; in gst_h265_decoder_handle_frame() local 1782 while (pres == GST_H265_PARSER_OK && decode_ret == GST_FLOW_OK) { in gst_h265_decoder_handle_frame() 1783 decode_ret = gst_h265_decoder_decode_nal (self, in gst_h265_decoder_handle_frame() 1797 while (pres == GST_H265_PARSER_OK && decode_ret == GST_FLOW_OK) { in gst_h265_decoder_handle_frame() 1798 decode_ret = gst_h265_decoder_decode_nal (self, in gst_h265_decoder_handle_frame() 1812 if (decode_ret != GST_FLOW_OK) { in gst_h265_decoder_handle_frame() 1813 if (decode_ret == GST_FLOW_ERROR) { in gst_h265_decoder_handle_frame() 1815 ("Failed to decode data"), (NULL), decode_ret); in gst_h265_decoder_handle_frame() 1821 return decode_ret; in gst_h265_decoder_handle_frame() 1825 gst_h265_decoder_finish_current_picture (self, &decode_ret); in gst_h265_decoder_handle_frame() [all …]
|
D | gsth264decoder.c | 524 GstFlowReturn decode_ret = GST_FLOW_OK; in gst_h264_decoder_handle_frame() local 538 while (pres == GST_H264_PARSER_OK && decode_ret == GST_FLOW_OK) { in gst_h264_decoder_handle_frame() 539 decode_ret = gst_h264_decoder_decode_nal (self, &nalu); in gst_h264_decoder_handle_frame() 552 while (pres == GST_H264_PARSER_OK && decode_ret == GST_FLOW_OK) { in gst_h264_decoder_handle_frame() 553 decode_ret = gst_h264_decoder_decode_nal (self, &nalu); in gst_h264_decoder_handle_frame() 565 if (decode_ret != GST_FLOW_OK) { in gst_h264_decoder_handle_frame() 566 if (decode_ret == GST_FLOW_ERROR) { in gst_h264_decoder_handle_frame() 568 ("Failed to decode data"), (NULL), decode_ret); in gst_h264_decoder_handle_frame() 575 return decode_ret; in gst_h264_decoder_handle_frame() 578 gst_h264_decoder_finish_current_picture (self, &decode_ret); in gst_h264_decoder_handle_frame() [all …]
|