MCPcopy Create free account
hub / github.com/Nevcairiel/LAVFilters / GetHWAccelCodec

Method GetHWAccelCodec

decoder/LAVVideo/LAVVideo.cpp:2706–2712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2704}
2705
2706STDMETHODIMP_(BOOL) CLAVVideo::GetHWAccelCodec(LAVVideoHWCodec hwAccelCodec)
2707{
2708 if (hwAccelCodec < 0 || hwAccelCodec >= HWCodec_NB)
2709 return FALSE;
2710
2711 return m_settings.bHWFormats[hwAccelCodec];
2712}
2713
2714STDMETHODIMP CLAVVideo::SetHWAccelDeintMode(LAVHWDeintModes deintMode)
2715{

Callers 2

LoadDataMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected