Searched refs:source_pitches (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | bitmap.c | 166 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument 177 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative() 189 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
|
D | surface.c | 273 uint32_t const *source_pitches) in vlVdpVideoSurfacePutBitsYCbCr() argument 321 if (!sv || !source_pitches[i]) continue; in vlVdpVideoSurfacePutBitsYCbCr() 333 source_data[i] + source_pitches[i] * j, in vlVdpVideoSurfacePutBitsYCbCr() 334 source_pitches[i] * sv->texture->depth0, in vlVdpVideoSurfacePutBitsYCbCr()
|
D | output.c | 240 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsNative() argument 261 *source_pitches, 0); in vlVdpOutputSurfacePutBitsNative() 416 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsYCbCr() argument 445 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsYCbCr() 485 source_data[i], source_pitches[i], 0); in vlVdpOutputSurfacePutBitsYCbCr()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | bitmap.c | 166 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument 177 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative() 189 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
|
D | surface.c | 273 uint32_t const *source_pitches) in vlVdpVideoSurfacePutBitsYCbCr() argument 321 if (!sv || !source_pitches[i]) continue; in vlVdpVideoSurfacePutBitsYCbCr() 333 source_data[i] + source_pitches[i] * j, in vlVdpVideoSurfacePutBitsYCbCr() 334 source_pitches[i] * sv->texture->depth0, in vlVdpVideoSurfacePutBitsYCbCr()
|
D | output.c | 240 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsNative() argument 261 *source_pitches, 0); in vlVdpOutputSurfacePutBitsNative() 416 uint32_t const *source_pitches, in vlVdpOutputSurfacePutBitsYCbCr() argument 445 if (!source_data || !source_pitches) in vlVdpOutputSurfacePutBitsYCbCr() 485 source_data[i], source_pitches[i], 0); in vlVdpOutputSurfacePutBitsYCbCr()
|