Home
last modified time | relevance | path

Searched defs:luma_stride (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Dbayer_template.c256 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_copy() argument
271 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) in yv12_interpolate() argument
/third_party/ffmpeg/libavcodec/
H A Dproresdec2.c651 int luma_stride, chroma_stride; in decode_slice_thread() local
H A Dproresenc_anatoliy.c543 int luma_stride, chroma_stride, alpha_stride = 0; in encode_slice() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebp_dec.c575 WebPDecodeYUVInto(const uint8_t* data, size_t data_size, uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride) WebPDecodeYUVInto() argument
H A Didec_dec.c716 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUVA() argument
759 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride, in WebPINewYUV() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c396 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride, unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, unsigned int *buffer_name, void **buffer) vlVaLockSurface() argument

Completed in 13 milliseconds