Home
last modified time | relevance | path

Searched defs:dst_image (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapiimage.c730 copy_image_NV12 (GstVaapiImageRaw * dst_image, in copy_image_NV12()
753 copy_image_YV12 (GstVaapiImageRaw * dst_image, in copy_image_YV12()
783 copy_image_YUY2 (GstVaapiImageRaw * dst_image, in copy_image_YUY2()
799 copy_image_RGBA (GstVaapiImageRaw * dst_image, in copy_image_RGBA()
813 copy_image (GstVaapiImageRaw * dst_image, in copy_image()
878 GstVaapiImageRaw dst_image, src_image; in gst_vaapi_image_get_buffer() local
916 GstVaapiImageRaw * dst_image, GstVaapiRectangle * rect) in gst_vaapi_image_get_raw()
950 GstVaapiImageRaw dst_image, src_image; in gst_vaapi_image_update_from_buffer() local
991 GstVaapiImageRaw dst_image; in gst_vaapi_image_update_from_raw() local
1018 gst_vaapi_image_copy (GstVaapiImage * dst_image, GstVaapiImage * src_image) in gst_vaapi_image_copy()
/dports/multimedia/handbrake/zimg-release-3.0.1/test/graph/
H A Dfiltergraph_test.cpp80 AuditImage<uint8_t> dst_image{ buffer_type, w, h, type, 0, 0 }; in TEST() local
109 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_YUV, w, h, type, sw, sh }; in TEST() local
168 AuditImage<uint16_t> dst_image{ buffer_type, w, h, type, 0, 0 }; in TEST() local
235 AuditImage<float> dst_image{ AuditBufferType::COLOR_YUV, w, h, type, 0, 0 }; in TEST() local
288 AuditImage<uint8_t> dst_image{ AuditBufferType::PLANE, w, h, type, 0, 0 }; in TEST() local
347 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_RGB, w, h, type, 0, 0 }; in TEST() local
401 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_YUV, w, h, type, 1, 1 }; in TEST() local
467 AuditImage<uint16_t> dst_image{ AuditBufferType::PLANE, w, h, type, 0, 0 }; in TEST() local
584 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_RGB, w, h, type, sw, sh }; in TEST() local
626 AuditImage<uint8_t> dst_image{ AuditBufferType::PLANE, w, h, type, 0, 0 }; in TEST() local
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/graph/
H A Dfiltergraph_test.cpp80 AuditImage<uint8_t> dst_image{ buffer_type, w, h, type, 0, 0 }; in TEST() local
109 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_YUV, w, h, type, sw, sh }; in TEST() local
168 AuditImage<uint16_t> dst_image{ buffer_type, w, h, type, 0, 0 }; in TEST() local
235 AuditImage<float> dst_image{ AuditBufferType::COLOR_YUV, w, h, type, 0, 0 }; in TEST() local
288 AuditImage<uint8_t> dst_image{ AuditBufferType::PLANE, w, h, type, 0, 0 }; in TEST() local
347 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_RGB, w, h, type, 0, 0 }; in TEST() local
401 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_YUV, w, h, type, 1, 1 }; in TEST() local
467 AuditImage<uint16_t> dst_image{ AuditBufferType::PLANE, w, h, type, 0, 0 }; in TEST() local
584 AuditImage<uint8_t> dst_image{ AuditBufferType::COLOR_RGB, w, h, type, sw, sh }; in TEST() local
626 AuditImage<uint8_t> dst_image{ AuditBufferType::PLANE, w, h, type, 0, 0 }; in TEST() local
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/webp/
H A Dimage_loader_webp.cpp94 DVector<uint8_t> dst_image; in _webp_lossy_unpack() local
139 DVector<uint8_t> dst_image; in load_image() local
/dports/devel/godot2/godot-2.1.6-stable/modules/webp/
H A Dimage_loader_webp.cpp94 DVector<uint8_t> dst_image; in _webp_lossy_unpack() local
139 DVector<uint8_t> dst_image; in load_image() local
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-fast-path.c113 pixman_image_t * dst_image, in fast_composite_over_x888_8_8888()
298 pixman_image_t * dst_image, in fast_composite_over_n_8_8888()
356 pixman_image_t * dst_image, in fast_composite_add_n_8888_8888_ca()
479 pixman_image_t * dst_image, in fast_composite_over_n_8_0888()
544 pixman_image_t * dst_image, in fast_composite_over_n_8_0565()
840 pixman_image_t * dst_image, in fast_composite_src_x888_0565()
880 pixman_image_t * dst_image, in fast_composite_add_8000_8000()
931 pixman_image_t * dst_image, in fast_composite_add_8888_8888()
981 pixman_image_t * dst_image, in fast_composite_add_n_8_8()
1286 pixman_image_t * dst_image, in fast_composite_solid_fill()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/performance/
H A Drgb_interleaved.cpp34 Buffer<uint8_t> dst_image(1 << 12, 1 << 12, 3); in test_deinterleave() local
112 Buffer<uint8_t> dst_image = Buffer<uint8_t>::make_interleaved(1 << 12, 1 << 12, 3); in test_interleave() local
/dports/devel/godot-tools/godot-3.2.3-stable/modules/webp/
H A Dimage_loader_webp.cpp96 PoolVector<uint8_t> dst_image; in _webp_lossy_unpack() local
126 PoolVector<uint8_t> dst_image; in webp_load_image_from_buffer() local
/dports/devel/godot/godot-3.2.3-stable/modules/webp/
H A Dimage_loader_webp.cpp96 PoolVector<uint8_t> dst_image; in _webp_lossy_unpack() local
126 PoolVector<uint8_t> dst_image; in webp_load_image_from_buffer() local
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/unit/send-get/
H A Dstrided_sendget.f9015 integer, parameter :: src_image = 2, dst_image = 3, master_image = 1 variable
/dports/lang/clover/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/vulkan/
H A Dradv_meta_resolve.c317 const struct radv_image *dst_image, VkFormat vk_format, const VkOffset2D *dest_offset, in emit_resolve()
359 struct radv_image *dst_image) in image_hw_resolve_compat()
445 VkImageLayout src_image_layout, struct radv_image *dst_image, in radv_meta_resolve_hardware_image()
613 VkImageLayout src_image_layout, struct radv_image *dst_image, in resolve_image()
H A Dradv_meta_fmask_copy.c228 const struct radv_image *dst_image) in radv_fixup_copy_dst_metadata()
249 const struct radv_image *src_image, const struct radv_image *dst_image, in radv_can_use_fmask_copy()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Dpp_filter_test.cc85 Buffer<uint8_t> dst_image = in TEST_P() local
138 Buffer<uint8_t> dst_image = in TEST_P() local
196 Buffer<uint8_t> dst_image = in TEST_P() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/test/
H A Dpp_filter_test.cc85 Buffer<uint8_t> dst_image = in TEST_P() local
138 Buffer<uint8_t> dst_image = in TEST_P() local
196 Buffer<uint8_t> dst_image = in TEST_P() local
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dpp_filter_test.cc85 Buffer<uint8_t> dst_image = in TEST_P() local
138 Buffer<uint8_t> dst_image = in TEST_P() local
196 Buffer<uint8_t> dst_image = in TEST_P() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Dpp_filter_test.cc85 Buffer<uint8_t> dst_image = in TEST_P() local
138 Buffer<uint8_t> dst_image = in TEST_P() local
196 Buffer<uint8_t> dst_image = in TEST_P() local

1234567891011