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

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 162 // Maintains information about a DXVA picture buffer, i.e. whether it is
336 // The DXVA decoder has its own device which it uses for decoding. ANGLE
656 "Failed to check decoder DXVA support", false);
693 UINT32 dxva = 0; local
694 hr = attributes->GetUINT32(MF_SA_D3D_AWARE, &dxva);
695 RETURN_ON_HR_FAILURE(hr, "Failed to check if decoder supports DXVA", false);
698 RETURN_ON_HR_FAILURE(hr, "Failed to enable DXVA H/W decoding", false);
760 // sure they're the correct size. We only provide decoding if DXVA is enabled.
781 // DXVA is enabled, there is an extra 0x100 flag meaning decoder will
836 TRACE_COUNTER1("DXVA Decoding", "TotalPacketsBeforeDecode"
    [all...]
dxva_video_decode_accelerator.h 27 // Class to provide a DXVA 2.0 based accelerator using the Microsoft Media
gpu_video_decode_accelerator.cc 174 DLOG(INFO) << "Initializing DXVA HW decoder for windows.";
  /external/chromium_org/content/gpu/
gpu_main.cc 374 TRACE_EVENT0("gpu", "Initialize DXVA");

Completed in 164 milliseconds