Searched refs:deststride (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1dec.c | 289 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/ |
D | gstvpxdec.c | 538 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/ |
D | smokecodec.c | 347 int width, int height, int srcstride, int deststride) in put() argument 356 dest += deststride; in put()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | rv40dsp.asm | 79 ; void ff_[put|rv40]_rv40_qpel_[h|v]_<opt>(uint8_t *dst, int deststride,
|
D | vp8dsp.asm | 159 ; void ff_put_vp8_epel<size>_h<htap>v<vtap>_<opt>(uint8_t *dst, ptrdiff_t deststride,
|