Home
last modified time | relevance | path

Searched refs:stdProfileIdc (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h385 StdVideoH264ProfileIdc stdProfileIdc; member
610 StdVideoH265ProfileIdc stdProfileIdc; member
Dvulkan_structs.hpp104324 : pNext( pNext_ ), stdProfileIdc( stdProfileIdc_ ), pictureLayout( pictureLayout_ )
104352 stdProfileIdc = stdProfileIdc_; in setStdProfileIdc()
104382 return std::tie( sType, pNext, stdProfileIdc, pictureLayout ); in reflect()
104392 …if ( auto cmp = memcmp( &stdProfileIdc, &rhs.stdProfileIdc, sizeof( StdVideoH264ProfileIdc ) ); cm… in operator <=>()
104404 && ( memcmp( &stdProfileIdc, &rhs.stdProfileIdc, sizeof( StdVideoH264ProfileIdc ) ) == 0 ) in operator ==()
104416 StdVideoH264ProfileIdc stdProfileIdc = {}; member
105022 : pNext( pNext_ ), stdProfileIdc( stdProfileIdc_ )
105050 stdProfileIdc = stdProfileIdc_; in setStdProfileIdc()
105074 return std::tie( sType, pNext, stdProfileIdc ); in reflect()
105084 …if ( auto cmp = memcmp( &stdProfileIdc, &rhs.stdProfileIdc, sizeof( StdVideoH265ProfileIdc ) ); cm… in operator <=>()
[all …]
Dvulkan_hash.hpp13576 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeH264ProfileInfoKHR.stdProfileIdc ); in operator ()()
13656 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeH265ProfileInfoKHR.stdProfileIdc ); in operator ()()
13855 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeH264ProfileInfoEXT.stdProfileIdc ); in operator ()()
14127 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeH265ProfileInfoEXT.stdProfileIdc ); in operator ()()
Dvulkan_core.h8398 StdVideoH264ProfileIdc stdProfileIdc; member
9606 StdVideoH265ProfileIdc stdProfileIdc; member