Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1dec.c289 int deststride, srcstride, height, width, line, comp, y; in gst_av1_dec_image_to_buffer() local
306 deststride = GST_VIDEO_FRAME_COMP_STRIDE (&frame, comp); in gst_av1_dec_image_to_buffer()
312 "line by line.", comp, srcstride, deststride); in gst_av1_dec_image_to_buffer()
317 dest += deststride; in gst_av1_dec_image_to_buffer()
320 } else if (srcstride == deststride) { in gst_av1_dec_image_to_buffer()
326 "line by line.", comp, srcstride, deststride); in gst_av1_dec_image_to_buffer()
329 dest += deststride; in gst_av1_dec_image_to_buffer()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c538 int deststride, srcstride, height, width, line, comp; in gst_vpx_dec_image_to_buffer() local
554 deststride = GST_VIDEO_FRAME_COMP_STRIDE (&frame, comp); in gst_vpx_dec_image_to_buffer()
557 if (srcstride == deststride) { in gst_vpx_dec_image_to_buffer()
563 "line by line.", comp, srcstride, deststride); in gst_vpx_dec_image_to_buffer()
566 dest += deststride; in gst_vpx_dec_image_to_buffer()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dsmokecodec.c347 int width, int height, int srcstride, int deststride) in put() argument
356 dest += deststride; in put()
/third_party/ffmpeg/libavcodec/x86/
Drv40dsp.asm79 ; void ff_[put|rv40]_rv40_qpel_[h|v]_<opt>(uint8_t *dst, int deststride,
Dvp8dsp.asm159 ; void ff_put_vp8_epel<size>_h<htap>v<vtap>_<opt>(uint8_t *dst, ptrdiff_t deststride,