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.h131 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
138 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
139 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
140 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
141 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/external/mesa3d/src/gallium/state_trackers/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.c245 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsNative() argument
260 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsNative()
275 *source_pitches, 0); in vlVdpOutputSurfacePutBitsNative()
432 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsYCbCr() argument
461 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsYCbCr()
500 source_data[i], source_pitches[i], 0); in vlVdpOutputSurfacePutBitsYCbCr()