Home
last modified time | relevance | path

Searched refs:inputStreamDesc (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_proc.cpp502 D3D12_VIDEO_PROCESS_INPUT_STREAM_DESC inputStreamDesc = { in d3d12_video_processor_check_caps_and_create_processor() local
540 featureFlags |= inputStreamDesc.LumaKey.Enable ? D3D12_VIDEO_PROCESS_FEATURE_FLAG_LUMA_KEY : D3D12_VIDEO_PROCESS_FEATURE_FLAG_NONE; in d3d12_video_processor_check_caps_and_create_processor()
541 featureFlags |= (inputStreamDesc.StereoFormat != D3D12_VIDEO_FRAME_STEREO_FORMAT_NONE || outputStreamDesc.EnableStereo) ? D3D12_VIDEO_PROCESS_FEATURE_FLAG_STEREO : D3D12_VIDEO_PROCESS_FEATURE_FLAG_NONE; in d3d12_video_processor_check_caps_and_create_processor()
542 featureFlags |= inputStreamDesc.EnableOrientation ? D3D12_VIDEO_PROCESS_FEATURE_FLAG_ROTATION | D3D12_VIDEO_PROCESS_FEATURE_FLAG_FLIP : D3D12_VIDEO_PROCESS_FEATURE_FLAG_NONE; in d3d12_video_processor_check_caps_and_create_processor()
543 featureFlags |= inputStreamDesc.EnableAlphaBlending ? D3D12_VIDEO_PROCESS_FEATURE_FLAG_ALPHA_BLENDING : D3D12_VIDEO_PROCESS_FEATURE_FLAG_NONE; in d3d12_video_processor_check_caps_and_create_processor()
545 referenceInfo.DeinterlaceMode = inputStreamDesc.DeinterlaceMode; in d3d12_video_processor_check_caps_and_create_processor()
546 referenceInfo.Filters = inputStreamDesc.FilterFlags; in d3d12_video_processor_check_caps_and_create_processor()
548 referenceInfo.InputFrameRate = inputStreamDesc.FrameRate; in d3d12_video_processor_check_caps_and_create_processor()
550 referenceInfo.EnableAutoProcessing = inputStreamDesc.EnableAutoProcessing; in d3d12_video_processor_check_caps_and_create_processor()
560 inputStreamDesc in d3d12_video_processor_check_caps_and_create_processor()
[all...]

Completed in 2 milliseconds