Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp247 D3D12_FEATURE_DATA_VIDEO_ENCODER_OUTPUT_RESOLUTION capOutputResolutionData = {}; in d3d12_video_encode_supported_resolution_range() local
248 capOutputResolutionData.NodeIndex = 0; in d3d12_video_encode_supported_resolution_range()
249 capOutputResolutionData.Codec = argTargetCodec; in d3d12_video_encode_supported_resolution_range()
250 capOutputResolutionData.ResolutionRatiosCount = capResRatiosCountData.ResolutionRatiosCount; in d3d12_video_encode_supported_resolution_range()
255 capOutputResolutionData.pResolutionRatios = ratiosTmpOutput.data(); in d3d12_video_encode_supported_resolution_range()
257 capOutputResolutionData.pResolutionRatios = nullptr; in d3d12_video_encode_supported_resolution_range()
261 &capOutputResolutionData, in d3d12_video_encode_supported_resolution_range()
262 sizeof(capOutputResolutionData))) || in d3d12_video_encode_supported_resolution_range()
263 !capOutputResolutionData.IsSupported) { in d3d12_video_encode_supported_resolution_range()
267 minResolution = capOutputResolutionData.MinResolutionSupported; in d3d12_video_encode_supported_resolution_range()
[all …]