/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 54 const int v_stride = abs(buf->v_stride); in CheckDecBuffer() local 58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer() 65 ok &= (v_stride >= uv_width); in CheckDecBuffer() 135 buf->v_stride = uv_stride; in AllocateBuffer() 167 buf->v += ((H - 1) >> 1) * buf->v_stride; in WebPFlipBuffer() 168 buf->v_stride = -buf->v_stride; in WebPFlipBuffer() 292 WebPCopyPlane(src->v, src->v_stride, dst->v, dst->v_stride, in WebPCopyDecBufferPixels()
|
D | idec_dec.c | 718 uint8_t* v, size_t v_size, int v_stride, in WebPINewYUVA() argument 726 luma_stride = u_stride = v_stride = a_stride = 0; in WebPINewYUVA() 732 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL; in WebPINewYUVA() 751 idec->output_.u.YUVA.v_stride = v_stride; in WebPINewYUVA() 761 uint8_t* v, size_t v_size, int v_stride) { in WebPINewYUV() argument 764 v, v_size, v_stride, in WebPINewYUV()
|
D | webp_dec.c | 578 uint8_t* v, size_t v_size, int v_stride) { in WebPDecodeYUVInto() argument 593 output.u.YUVA.v_stride = v_stride; in WebPDecodeYUVInto() 671 assert(buf->u_stride == buf->v_stride); in WebPDecodeYUV()
|
D | io_dec.c | 30 uint8_t* const v_dst = buf->v + (size_t)(io->mb_y >> 1) * buf->v_stride; in EmitYUV() 37 WebPCopyPlane(io->v, io->uv_stride, v_dst, buf->v_stride, uv_w, uv_h); in EmitYUV() 340 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1, in InitYUVRescaler()
|
D | vp8l_dec.c | 652 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride; in ConvertToYUVA()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_video.h | 104 unsigned v_stride = destination_pitches[1] * num_fields; in u_copy_nv12_to_yv12() local 115 v_dst += v_stride; in u_copy_nv12_to_yv12() 146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12() local 157 v_src += v_stride; in u_copy_nv12_from_yv12()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 132 uint8_t* v, size_t v_size, int v_stride); 192 int u_stride, v_stride; // chroma strides member 313 uint8_t* v, size_t v_size, int v_stride, 321 uint8_t* v, size_t v_size, int v_stride);
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamc.c | 837 gint c_stride, v_stride; in gst_amc_color_format_copy() local 849 v_stride = GST_VIDEO_FRAME_COMP_STRIDE (&vframe, i); in gst_amc_color_format_copy() 852 v_stride = GST_VIDEO_FRAME_COMP_STRIDE (&vframe, i); in gst_amc_color_format_copy() 883 vptr += v_stride; in gst_amc_color_format_copy() 893 gint c_stride, v_stride; in gst_amc_color_format_copy() local 906 v_stride = GST_VIDEO_FRAME_COMP_STRIDE (&vframe, i); in gst_amc_color_format_copy() 909 v_stride = GST_VIDEO_FRAME_COMP_STRIDE (&vframe, i); in gst_amc_color_format_copy() 926 vptr += v_stride; in gst_amc_color_format_copy() 938 gint c_stride, v_stride; in gst_amc_color_format_copy() local 949 v_stride = GST_VIDEO_FRAME_COMP_STRIDE (&vframe, i); in gst_amc_color_format_copy() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 389 gint y_stride, u_stride, v_stride; in gst_smpte_alpha_process_i420_ayuv() local 411 v_stride = GST_VIDEO_FRAME_COMP_STRIDE (in_frame, 2); in gst_smpte_alpha_process_i420_ayuv() 415 src_v_wrap = v_stride - (width / 2); in gst_smpte_alpha_process_i420_ayuv()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 494 src_v += yuv->v_stride; in WebPWritePGM() 537 src_v += yuv->v_stride; in WebPWriteYUV()
|
D | webpdec.c | 205 output_buffer->u.YUVA.v_stride = pic->uv_stride; in ReadWebP()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 171 output_buffer->u.YUVA.v_stride = uv_stride; in AllocateExternalBuffer()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 1253 CUdeviceptr dstU, gint u_stride, CUdeviceptr dstV, gint v_stride, in convert_TO_Y444() argument 1259 &v_stride, &width, &height, &pstride, &bitdepth, in convert_TO_Y444()
|