Home
last modified time | relevance | path

Searched refs:process_func (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstbayer2rgb.c383 typedef void (*process_func) (guint8 * d0, const guint8 * s0, const guint8 * s1, typedef
393 process_func merge[2] = { NULL, NULL }; in gst_bayer2rgb_process()
424 process_func tmp = merge[0]; in gst_bayer2rgb_process()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1120 ProcessRowsFunc process_func) { in DecodeImageData() argument
1184 if (process_func != NULL) { in DecodeImageData()
1186 process_func(dec, row); in DecodeImageData()
1215 if (process_func != NULL) { in DecodeImageData()
1217 process_func(dec, row); in DecodeImageData()
1248 if (process_func != NULL) { in DecodeImageData()
1249 process_func(dec, row > last_row ? last_row : row); in DecodeImageData()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasedepayload.c673 GstBuffer *(*process_func) (GstRTPBaseDepayload * base, GstBuffer * in); in gst_rtp_base_depayload_handle_buffer() local
686 process_func = bclass->process; in gst_rtp_base_depayload_handle_buffer()
791 } else if (process_func != NULL) { in gst_rtp_base_depayload_handle_buffer()
793 out_buf = process_func (filter, in); in gst_rtp_base_depayload_handle_buffer()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h398 QtDemuxProcessFunc process_func; member
Dqtdemux.c1897 stream->process_func = NULL; in _create_stream()
6242 if (G_UNLIKELY (stream->process_func)) in gst_qtdemux_decorate_and_push_buffer()
6243 buf = stream->process_func (qtdemux, stream, buf); in gst_qtdemux_decorate_and_push_buffer()
15282 stream->process_func = gst_qtdemux_process_buffer_dvd;
15293 stream->process_func = gst_qtdemux_process_buffer_text;
15306 stream->process_func = gst_qtdemux_process_buffer_wvtt;
15320 stream->process_func = gst_qtdemux_process_buffer_clcp;
15328 stream->process_func = gst_qtdemux_process_buffer_clcp;