Home
last modified time | relevance | path

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

123

/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/tests/
H A Dtest-001.c38 uint32_t source_pitches[] = { 4 * 4 }; in main() local
41 ASSERT_OK(vdpOutputSurfacePutBitsNative(out_surface_1, source_data_1, source_pitches, NULL)); in main()
42 ASSERT_OK(vdpOutputSurfacePutBitsNative(out_surface_2, source_data_2, source_pitches, NULL)); in main()
62 ASSERT_OK(vdpOutputSurfaceGetBitsNative(out_surface_1, NULL, dest_data, source_pitches)); in main()
84 ASSERT_OK(vdpBitmapSurfacePutBitsNative(bmp_surface, source_data_2, source_pitches, NULL)); in main()
97 ASSERT_OK(vdpOutputSurfaceGetBitsNative(out_surface_1, NULL, dest_data, source_pitches)); in main()
H A Dtest-002.c30 uint32_t source_pitches[] = { 5 }; in main() local
36 ASSERT_OK(vdpOutputSurfacePutBitsNative(out_surface, source_data, source_pitches, NULL)); in main()
58 ASSERT_OK(vdpBitmapSurfacePutBitsNative(bmp_surface, source_data, source_pitches, NULL)); in main()
H A Dtest-004.c39 uint32_t source_pitches[] = { 4 * WIDTH }; in main() local
42 ASSERT_OK(vdpOutputSurfacePutBitsNative(out_surface_in, source_data, source_pitches, NULL)); in main()
43 ASSERT_OK(vdpBitmapSurfacePutBitsNative(bmp_surface, source_data, source_pitches, NULL)); in main()
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/src/
H A Dapi-video-surface.cc321 void const *const *source_data, uint32_t const *source_pitches) in PutBitsYCbCr_glsl() argument
323 if (!source_data || !source_pitches) in PutBitsYCbCr_glsl()
363 glPixelStorei(GL_UNPACK_ROW_LENGTH, source_pitches[1]); in PutBitsYCbCr_glsl()
372 glPixelStorei(GL_UNPACK_ROW_LENGTH, source_pitches[0]); in PutBitsYCbCr_glsl()
385 glPixelStorei(GL_UNPACK_ROW_LENGTH, source_pitches[2]); in PutBitsYCbCr_glsl()
389 glPixelStorei(GL_UNPACK_ROW_LENGTH, source_pitches[1]); in PutBitsYCbCr_glsl()
398 glPixelStorei(GL_UNPACK_ROW_LENGTH, source_pitches[0]); in PutBitsYCbCr_glsl()
455 void const *const *source_data, uint32_t const *source_pitches) in PutBitsYCbCrImpl() argument
464 source_pitches); in PutBitsYCbCrImpl()
472 void const *const *source_data, uint32_t const *source_pitches) in PutBitsYCbCr() argument
[all …]
H A Dapi-bitmap-surface.cc198 uint32_t const *source_pitches, VdpRect const *destination_rect) in PutBitsNativeImpl() argument
200 if (!source_data || !source_pitches) in PutBitsNativeImpl()
210 if (d_rect.x0 == 0 && dst_surf->width == d_rect.x1 && source_pitches[0] == d_rect.x1) { in PutBitsNativeImpl()
224 source_data_0 + (y - d_rect.y0) * source_pitches[0], in PutBitsNativeImpl()
236 source_pitches[0] / dst_surf->bytes_per_pixel); in PutBitsNativeImpl()
264 uint32_t const *source_pitches, VdpRect const *destination_rect) in PutBitsNative() argument
266 return check_for_exceptions(PutBitsNativeImpl, surface_id, source_data, source_pitches, in PutBitsNative()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/util/
H A 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()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/util/
H A Du_video.h138 uint32_t const *source_pitches, in u_copy_nv12_from_yv12() argument
145 unsigned u_stride = source_pitches[2] * num_fields; in u_copy_nv12_from_yv12()
146 unsigned v_stride = source_pitches[1] * num_fields; in u_copy_nv12_from_yv12()
147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()
148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dbitmap.c183 uint32_t const *source_pitches, in vlVdpBitmapSurfacePutBitsNative() argument
194 if (!(source_data && source_pitches)) in vlVdpBitmapSurfacePutBitsNative()
204 *source_pitches, 0); in vlVdpBitmapSurfacePutBitsNative()

123