Home
last modified time | relevance | path

Searched refs:VideoDecodeH264PictureLayoutFlagBitsKHR (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp5530 enum class VideoDecodeH264PictureLayoutFlagBitsKHR : VkVideoDecodeH264PictureLayoutFlagsKHR enum
5537 using VideoDecodeH264PictureLayoutFlagsKHR = Flags<VideoDecodeH264PictureLayoutFlagBitsKHR>;
5540 template <> struct FlagTraits<VideoDecodeH264PictureLayoutFlagBitsKHR>
5544 VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive
5545 | VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedInterleavedLines
5546 | VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedSeparatePlanes;
Dvulkan_to_string.hpp1791 …if ( value & VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedInterleavedLines ) result += "Int… in to_string()
1792 …if ( value & VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedSeparatePlanes ) result += "Inter… in to_string()
6715 VULKAN_HPP_INLINE std::string to_string( VideoDecodeH264PictureLayoutFlagBitsKHR value ) in to_string()
6719 case VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive : return "Progressive"; in to_string()
6720 …case VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedInterleavedLines : return "InterlacedInte… in to_string()
6721 …case VideoDecodeH264PictureLayoutFlagBitsKHR::eInterlacedSeparatePlanes : return "InterlacedSepara… in to_string()