Searched refs:capPictureControlData (Results 1 – 1 of 1) sorted by relevance
217 D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT capPictureControlData = {}; in d3d12_video_encode_supported_references_per_frame_structures() local218 capPictureControlData.NodeIndex = 0; in d3d12_video_encode_supported_references_per_frame_structures()219 capPictureControlData.Codec = codec; in d3d12_video_encode_supported_references_per_frame_structures()220 capPictureControlData.Profile.pH264Profile = &profile; in d3d12_video_encode_supported_references_per_frame_structures()221 capPictureControlData.Profile.DataSize = sizeof(profile); in d3d12_video_encode_supported_references_per_frame_structures()222 capPictureControlData.PictureSupport.pH264Support = &h264PictureControl; in d3d12_video_encode_supported_references_per_frame_structures()223 capPictureControlData.PictureSupport.DataSize = sizeof(h264PictureControl); in d3d12_video_encode_supported_references_per_frame_structures()225 &capPictureControlData, in d3d12_video_encode_supported_references_per_frame_structures()226 sizeof(capPictureControlData)); in d3d12_video_encode_supported_references_per_frame_structures()231 if (capPictureControlData.IsSupported) { in d3d12_video_encode_supported_references_per_frame_structures()[all …]