Searched refs:ostride (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-macros.h | 69 gint ostride = resampler->ostride; \ 76 type *op = ostride == 1 ? out[c] : (type *)out[0] + c; \ 90 op += ostride; \
|
D | audio-resampler-private.h | 64 gint ostride; member
|
D | audio-resampler.c | 1406 resampler->ostride = non_interleaved_out ? 1 : resampler->channels; in gst_audio_resampler_new()
|
/third_party/ffmpeg/libavcodec/ |
D | cfhddsp.c | 81 static void horiz_filter(int16_t *output, ptrdiff_t ostride, in horiz_filter() argument 90 output += ostride * 2; in horiz_filter()
|
/third_party/gstreamer/gstplugins_bad/gst/y4m/ |
D | gsty4mdec.c | 690 gint w, h, istride, ostride; in gst_y4m_dec_chain() local 709 ostride = GST_VIDEO_FRAME_COMP_STRIDE (&oframe, i); in gst_y4m_dec_chain() 716 dest += ostride; in gst_y4m_dec_chain()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | cfhddsp.asm | 53 cglobal cfhd_horiz_filter, 8, 11, 12, output, ostride, low, lwidth, high, hwidth, width, height, x,… 307 cglobal cfhd_vert_filter, 8, 11, 14, output, ostride, low, lwidth, high, hwidth, width, height, x, …
|