Lines Matching refs:chromaSubsampling
86760 , chromaSubsampling( chromaSubsampling_ )
86798 chromaSubsampling = chromaSubsampling_;
86838 return std::tie( sType, pNext, videoCodecOperation, chromaSubsampling, lumaBitDepth, chromaBitDepth );
86851 ( chromaSubsampling == rhs.chromaSubsampling ) && ( lumaBitDepth == rhs.lumaBitDepth ) && ( chromaBitDepth == rhs.chromaBitDepth );
86865 VULKAN_HPP_NAMESPACE::VideoChromaSubsamplingFlagsKHR chromaSubsampling = {};