Home
last modified time | relevance | path

Searched refs:ycbcr (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dycbcr.txt1 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.vertex_optimal
2 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.vertex_optimal_array
3 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.vertex_linear
4 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.vertex_linear_mapped
5 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.vertex_linear_array
6 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.vertex_linear_array_mapped
7 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.fragment_optimal
8 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.fragment_optimal_array
9 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.fragment_linear
10 dEQP-VK.ycbcr.format.g8b8g8r8_422_unorm.fragment_linear_mapped
[all …]
Dprotected-memory.txt920 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.rgb_identity.itu_full.til…
921 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.rgb_identity.itu_full.til…
922 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.rgb_identity.itu_full.til…
923 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.rgb_identity.itu_full.til…
924 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.ycbcr_identity.itu_full.t…
925 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.ycbcr_identity.itu_full.t…
926 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.ycbcr_identity.itu_full.t…
927 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.ycbcr_identity.itu_full.t…
928 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.ycbcr_709.itu_full.tiling…
929 dEQP-VK.protected_memory.interaction.ycbcr.r4g4b4a4_unorm_pack16.fragment.ycbcr_709.itu_full.tiling…
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dvk-master-UNSUPPORTED.txt10 dEQP-VK.ycbcr.plane_view.image_view.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r8_sint
11 dEQP-VK.ycbcr.plane_view.image_view.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r8_uint
12 dEQP-VK.ycbcr.plane_view.image_view.g8_b8_r8_3plane_420_unorm_plane_1_compatible_format_r8_sint
13 dEQP-VK.ycbcr.plane_view.image_view.g8_b8_r8_3plane_420_unorm_plane_1_compatible_format_r8_uint
14 dEQP-VK.ycbcr.plane_view.image_view.g8_b8_r8_3plane_420_unorm_plane_2_compatible_format_r8_sint
15 dEQP-VK.ycbcr.plane_view.image_view.g8_b8_r8_3plane_420_unorm_plane_2_compatible_format_r8_uint
16 dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_420_unorm_plane_0_compatible_format_r8_sint
17 dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_420_unorm_plane_0_compatible_format_r8_uint
18 dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_420_unorm_plane_1_compatible_format_r16_sint
19 dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_420_unorm_plane_1_compatible_format_r16_uint
[all …]
Dvk-master.txt46 vk-default/ycbcr.txt
/third_party/ffmpeg/libavcodec/
Dv4l2_buffers.c87 enum v4l2_ycbcr_encoding ycbcr; in v4l2_get_color_primaries() local
94 ycbcr = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? in v4l2_get_color_primaries()
98 switch(ycbcr) { in v4l2_get_color_primaries()
139 enum v4l2_ycbcr_encoding ycbcr; in v4l2_get_color_space() local
146 ycbcr = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? in v4l2_get_color_space()
158 if (ycbcr == V4L2_YCBCR_ENC_BT2020_CONST_LUM) in v4l2_get_color_space()
171 enum v4l2_ycbcr_encoding ycbcr; in v4l2_get_color_trc() local
179 ycbcr = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? in v4l2_get_color_trc()
203 switch (ycbcr) { in v4l2_get_color_trc()
Ddvdsubdec.c50 static void yuv_a_to_rgba(const uint8_t *ycbcr, const uint8_t *alpha, uint32_t *rgba, int num_value… in yuv_a_to_rgba() argument
58 y = *ycbcr++; in yuv_a_to_rgba()
59 cr = *ycbcr++; in yuv_a_to_rgba()
60 cb = *ycbcr++; in yuv_a_to_rgba()
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/video/
Dexynos-dp.txt41 samsung,ycbcr-coeff: YCbCr co-efficients for input video
67 samsung,ycbcr-coeff = <0>;
/third_party/skia/third_party/externals/spirv-cross/
DCMakeLists.txt516 add_executable(spirv-cross-msl-ycbcr-conversion-test tests-other/msl_ycbcr_conversion_test.cpp)
517 target_link_libraries(spirv-cross-msl-ycbcr-conversion-test spirv-cross-c)
518 …set_target_properties(spirv-cross-msl-ycbcr-conversion-test PROPERTIES LINK_FLAGS "${spirv-cross-l…
540 add_test(NAME spirv-cross-msl-ycbcr-conversion-test
541 …COMMAND $<TARGET_FILE:spirv-cross-msl-ycbcr-conversion-test> ${CMAKE_CURRENT_SOURCE_DIR}/tests-oth…
542 add_test(NAME spirv-cross-msl-ycbcr-conversion-test-2
543 …COMMAND $<TARGET_FILE:spirv-cross-msl-ycbcr-conversion-test> ${CMAKE_CURRENT_SOURCE_DIR}/tests-oth…
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dexynos5420-smdk5420.dts145 samsung,ycbcr-coeff = <0>;
Dexynos54xx.dtsi205 samsung,ycbcr-coeff = <0>;
Dexynos5800-peach-pi.dts175 samsung,ycbcr-coeff = <0>;
Dexynos5250-smdk5250.dts142 samsung,ycbcr-coeff = <0>;
Dexynos5250-spring.dts209 samsung,ycbcr-coeff = <0>;
464 samsung,ycbcr-coeff = <0>;
Dexynos5420-peach-pit.dts312 samsung,ycbcr-coeff = <0>;
Dexynos5250-snow.dts384 samsung,ycbcr-coeff = <0>;
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c969 th_ycbcr_buffer ycbcr; in theora_enc_handle_frame() local
992 theora_enc_init_buffer (ycbcr, &vframe); in theora_enc_handle_frame()
994 res = th_encode_ycbcr_in (enc->encoder, ycbcr); in theora_enc_handle_frame()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp217 if (auto ycbcr = dst->backendFormat().getVkYcbcrConversionInfo()) { in onCanCopySurface() local
218 if (ycbcr->isValid()) { in onCanCopySurface()
224 if (auto ycbcr = src->backendFormat().getVkYcbcrConversionInfo()) { in onCanCopySurface() local
225 if (ycbcr->isValid()) { in onCanCopySurface()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp245 if (auto ycbcr = dst->backendFormat().getVkYcbcrConversionInfo()) { in onCanCopySurface() local
246 if (ycbcr->isValid()) { in onCanCopySurface()
252 if (auto ycbcr = src->backendFormat().getVkYcbcrConversionInfo()) { in onCanCopySurface() local
253 if (ycbcr->isValid()) { in onCanCopySurface()
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …d_t:[6,9,10,15],y_distance_to:15,y_gradient:28,y_iter:[10,15,28],y_min:28,ycbcr:24,ycck:24,yellow:…
/third_party/ffmpeg/libavformat/
Dmov.c2256 static uint32_t yuv_to_rgba(uint32_t ycbcr) in yuv_to_rgba() argument
2261 y = (ycbcr >> 16) & 0xFF; in yuv_to_rgba()
2262 cr = (ycbcr >> 8) & 0xFF; in yuv_to_rgba()
2263 cb = ycbcr & 0xFF; in yuv_to_rgba()