HomeSort by relevance Sort by last modified time
    Searched full:dxva (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 156 // Maintains information about a DXVA picture buffer, i.e. whether it is
332 // The DXVA decoder has its own device which it uses for decoding. ANGLE
646 "Failed to check decoder DXVA support", false);
683 UINT32 dxva = 0; local
684 hr = attributes->GetUINT32(MF_SA_D3D_AWARE, &dxva);
685 RETURN_ON_HR_FAILURE(hr, "Failed to check if decoder supports DXVA", false);
688 RETURN_ON_HR_FAILURE(hr, "Failed to enable DXVA H/W decoding", false);
750 // sure they're the correct size. We only provide decoding if DXVA is enabled.
771 // DXVA is enabled, there is an extra 0x100 flag meaning decoder will
826 TRACE_COUNTER1("DXVA Decoding", "TotalPacketsBeforeDecode"
    [all...]
dxva_video_decode_accelerator.h 28 // Class to provide a DXVA 2.0 based accelerator using the Microsoft Media
gpu_video_decode_accelerator.cc 270 DVLOG(0) << "Initializing DXVA HW decoder for windows.";

Completed in 2120 milliseconds