Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_beta.h382 StdVideoH264ProfileIdc stdProfileIdc; member
605 StdVideoH265ProfileIdc stdProfileIdc; member
Dvulkan_core.h8352 StdVideoH264ProfileIdc stdProfileIdc; member
9560 StdVideoH265ProfileIdc stdProfileIdc; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h385 StdVideoH264ProfileIdc stdProfileIdc; member
610 StdVideoH265ProfileIdc stdProfileIdc; member
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 ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h265.adoc71 StdVideoH265ProfileIdc stdProfileIdc;
75 `stdProfileIdc` specifies the H.265 profile indicator.
229 .stdProfileIdc = STD_VIDEO_H265_PROFILE_IDC_MAIN
DVK_KHR_video_decode_h264.adoc71 StdVideoH264ProfileIdc stdProfileIdc;
76 `stdProfileIdc` specifies the H.264 profile indicator, while `pictureLayout` provides information a…
263 .stdProfileIdc = STD_VIDEO_H264_PROFILE_IDC_BASELINE,
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c50 vid->h264.profile_idc = h264_profile->stdProfileIdc; in vk_video_session_init()
57 vid->h265.profile_idc = h265_profile->stdProfileIdc; in vk_video_session_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_h264_extensions.adoc190 * pname:stdProfileIdc is a code:StdVideoH264ProfileIdc value specifying
Dvideo_decode_h265_extensions.adoc138 * pname:stdProfileIdc is a code:StdVideoH265ProfileIdc value specifying
Dvideo_encode_h264_extensions.adoc34 * pname:stdProfileIdc is a code:StdVideoH264ProfileIdc value specifying
Dvideo_encode_h265_extensions.adoc40 * pname:stdProfileIdc is a code:StdVideoH265ProfileIdc value specifying