Home
last modified time | relevance | path

Searched refs:source_pitches (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h135 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
142 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
143 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
144 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
145 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/external/mesa3d/src/gallium/frontends/vdpau/
Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
Dsurface.c304 uint32_t const *source_pitches) in vlVdpVideoSurfacePutBitsYCbCr() argument
321 if (!source_data || !source_pitches) in vlVdpVideoSurfacePutBitsYCbCr()
388 if (!sv || !source_pitches[i]) continue; in vlVdpVideoSurfacePutBitsYCbCr()
410 u_copy_nv12_from_yv12(source_data, source_pitches, in vlVdpVideoSurfacePutBitsYCbCr()
418 source_data[i] + source_pitches[i] * j, in vlVdpVideoSurfacePutBitsYCbCr()
419 source_pitches[i] * tex->array_size, in vlVdpVideoSurfacePutBitsYCbCr()
Doutput.c246 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsNative() argument
261 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsNative()
276 *source_pitches, 0); in vlVdpOutputSurfacePutBitsNative()
433 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsYCbCr() argument
462 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsYCbCr()
500 source_data[i], source_pitches[i], 0); in vlVdpOutputSurfacePutBitsYCbCr()