| 681 | } |
| 682 | |
| 683 | void CD3D11VP::SetColorSpaceNew(DXGI_COLOR_SPACE_TYPE cstype_input, DXGI_COLOR_SPACE_TYPE cstype_output) |
| 684 | { |
| 685 | ASSERT(m_pVideoContext1 && m_pVideoProcessor); |
| 686 | |
| 687 | m_pVideoContext1->VideoProcessorSetStreamColorSpace1(m_pVideoProcessor, 0, cstype_input); |
| 688 | m_pVideoContext1->VideoProcessorSetOutputColorSpace1(m_pVideoProcessor, cstype_output); |
| 689 | } |
| 690 | |
| 691 | void CD3D11VP::SetColorSpaceOld(const DXVA2_ExtendedFormat exFmt) |
| 692 | { |
nothing calls this directly
no outgoing calls
no test coverage detected