Home
last modified time | relevance | path

Searched refs:profile_idc (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.h43 StdVideoH264ProfileIdc profile_idc; member
46 StdVideoH265ProfileIdc profile_idc; member
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/guest/mesa/include/vk_video/
Dvulkan_video_codec_h264std.h254 StdVideoH264ProfileIdc profile_idc; member
/hardware/google/gfxstream/common/vulkan/include/vk_video/
Dvulkan_video_codec_h264std.h256 StdVideoH264ProfileIdc profile_idc; member
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_cuviddec.h242 unsigned char profile_idc; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_video.hpp511 …return ( flags == rhs.flags ) && ( profile_idc == rhs.profile_idc ) && ( level_idc == rhs.level_id… in operator ==()
533 VULKAN_HPP_NAMESPACE::VULKAN_HPP_VIDEO_NAMESPACE::H264ProfileIdc profile_idc = member