Home
last modified time | relevance | path

Searched refs:othersize (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dtransform2.c37 GstCaps * caps, gsize size, GstCaps * othercaps, gsize * othersize) in transform_size_collate() argument
40 *othersize = size * 2; in transform_size_collate()
42 *othersize = size / 2; in transform_size_collate()
Dtransform1.c461 GstCaps * caps, gsize size, GstCaps * othercaps, gsize * othersize) in transform_size_ct1() argument
464 *othersize = size * 2; in transform_size_ct1()
466 *othersize = size / 2; in transform_size_ct1()
643 GstCaps * caps, gsize size, GstCaps * othercaps, gsize * othersize) in transform_size_ct2() argument
646 *othersize = size; in transform_size_ct2()
649 *othersize = size * 2; in transform_size_ct2()
651 *othersize = size / 2; in transform_size_ct2()
Dtest_transform.c81 gsize * othersize) = NULL;
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapssetter.c93 GstCaps * othercaps, gsize * othersize);
177 GstCaps * othercaps, gsize * othersize) in gst_caps_setter_transform_size() argument
179 *othersize = size; in gst_caps_setter_transform_size()
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c469 gsize * othersize) in gst_audio_resample_transform_size() argument
487 *othersize = gst_audio_converter_get_out_frames (resample->converter, size); in gst_audio_resample_transform_size()
488 *othersize *= bpf; in gst_audio_resample_transform_size()
491 *othersize = gst_audio_converter_get_in_frames (resample->converter, size); in gst_audio_resample_transform_size()
492 *othersize *= bpf; in gst_audio_resample_transform_size()
497 size * bpf, *othersize); in gst_audio_resample_transform_size()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c175 GstCaps * othercaps, gsize * othersize) in gst_video_filter_transform_size() argument
184 *othersize = info.size; in gst_video_filter_transform_size()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiofxbasefirfilter.c71 GstCaps * othercaps, gsize * othersize);
762 gsize * othersize) in gst_audio_fx_base_fir_filter_transform_size() argument
770 *othersize = size; in gst_audio_fx_base_fir_filter_transform_size()
781 *othersize = ((size + blocklen - 1) / blocklen) * blocklen; in gst_audio_fx_base_fir_filter_transform_size()
782 *othersize *= bpf; in gst_audio_fx_base_fir_filter_transform_size()
Dgstscaletempo.c568 GstCaps * caps, gsize size, GstCaps * othercaps, gsize * othersize) in gst_scaletempo_transform_size() argument
579 *othersize = 0; in gst_scaletempo_transform_size()
582 *othersize = scaletempo->bytes_stride * ((guint) ( in gst_scaletempo_transform_size()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasetransform32 gsize * othersize);
191 GstCaps * caps, gsize size, GstCaps * othercaps, gsize * othersize)
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.h259 GstCaps *othercaps, gsize *othersize);
Dgstbasetransform.c301 GstCaps * othercaps, gsize * othersize);
521 GstCaps * othercaps, gsize * othersize) in gst_base_transform_default_transform_size() argument
531 *othersize = size; in gst_base_transform_default_transform_size()
556 *othersize = units * outunitsize; in gst_base_transform_default_transform_size()
558 *othersize); in gst_base_transform_default_transform_size()
597 gsize size, GstCaps * othercaps, gsize * othersize) in gst_base_transform_transform_size() argument
612 othersize); in gst_base_transform_transform_size()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasetransform.c431 GstCaps * othercaps, gsize * othersize) in gst_va_base_transform_transform_size() argument
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c106 GstCaps * caps, gsize size, GstCaps * othercaps, gsize * othersize) in gst_cc_converter_transform_size() argument
116 *othersize = MAX_CDP_PACKET_LEN; in gst_cc_converter_transform_size()