Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c54 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()
Didec_dec.c718 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()
Dwebp_dec.c578 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()
Dio_dec.c30 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()
Dvp8l_dec.c652 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride; in ConvertToYUVA()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_video.h104 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/
Ddecode.h132 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/
Dgstamc.c837 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/
Dgstsmptealpha.c389 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/
Dimage_enc.c494 src_v += yuv->v_stride; in WebPWritePGM()
537 src_v += yuv->v_stride; in WebPWriteYUV()
Dwebpdec.c205 output_buffer->u.YUVA.v_stride = pic->uv_stride; in ReadWebP()
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c171 output_buffer->u.YUVA.v_stride = uv_stride; in AllocateExternalBuffer()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1253 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()