Home
last modified time | relevance | path

Searched refs:lumaBitDepth (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp291 VkVideoComponentBitDepthFlagsKHR lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR, in VkVideoCoreProfile()
294 : m_profile({VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR, NULL, videoCodecOperation, chromaSubsampling, lumaBitDepth, chromaBitDepth}), m_profileList({VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR, NULL, 1, &m_profile}) in VkVideoCoreProfile()
490 if (m_profile.lumaBitDepth != other.m_profile.lumaBitDepth) in operator ==()
568 if (m_profile.lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR) in GetLumaBitDepthMinus8()
572 else if (m_profile.lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR) in GetLumaBitDepthMinus8()
576 else if (m_profile.lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR) in GetLumaBitDepthMinus8()
606 VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth, in CodecGetVkFormat()
613 switch (lumaBitDepth) in CodecGetVkFormat()
629 switch (lumaBitDepth) in CodecGetVkFormat()
605 CodecGetVkFormat(VkVideoChromaSubsamplingFlagBitsKHR chromaFormatIdc, VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth, bool isSemiPlanar) CodecGetVkFormat() argument
[all...]
H A DvktVideoClipInfo.hpp57 VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth; member
H A DvktVideoBaseDecodeUtils.cpp617 VkVideoCoreProfile videoProfile(detectedVideoCodec, pVideoFormat->chromaSubsampling, pVideoFormat->lumaBitDepth, pVideoFormat->chromaBitDepth,
843 detectedFormat.lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR;
846 detectedFormat.lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR;
849 detectedFormat.lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR;
H A DvktVideoDecodeTests.cpp232 m_profile = VkVideoCoreProfile(m_info->profile.codecOperation, m_info->profile.subsamplingFlags, m_info->profile.lumaBitDepth, m_info->profile.chromaBitDepth, m_info->profile.profileIDC); in TestDefinition()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.hpp70 VkVideoComponentBitDepthFlagsKHR lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
H A DvktVideoTestUtils.cpp335 VkVideoComponentBitDepthFlagsKHR lumaBitDepth, in getVideoProfile()
344 lumaBitDepth, // VkVideoComponentBitDepthFlagsKHR lumaBitDepth; in getVideoProfile()
332 getVideoProfile(VkVideoCodecOperationFlagBitsKHR videoCodecOperation, void* pNext, VkVideoChromaSubsamplingFlagsKHR chromaSubsampling, VkVideoComponentBitDepthFlagsKHR lumaBitDepth, VkVideoComponentBitDepthFlagsKHR chromaBitDepth) getVideoProfile() argument
H A DextNvidiaVideoParserIf.hpp935 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
H A DvktVideoBaseDecodeUtils.cpp996 getLumaBitDepth(pnvsi->uBitDepthLumaMinus8), // VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
2059 const VkVideoComponentBitDepthFlagsKHR lumaBitDepth = getLumaBitDepth(pVideoFormat->bit_depth_luma_minus8);
2061 const VkFormat videoVkFormat = codecGetVkFormat(chromaSubsampling, lumaBitDepth, semiPlanarFormat);
2077 const MovePtr<VkVideoProfileInfoKHR> videoProfile = getVideoProfile(videoCodec, videoProfileExtention, chromaSubsampling, lumaBitDepth, chromaBitDepth);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_beta.h113 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
H A Dvulkan_structs.hpp55823 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth = {}; global() member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h119 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_beta.h113 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h8042 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
H A Dvulkan_hash.hpp11895 VULKAN_HPP_HASH_COMBINE( seed, videoProfileInfoKHR.lumaBitDepth );
H A Dvulkan_structs.hpp[all...]

Completed in 191 milliseconds