HomeSort by relevance Sort by last modified time
    Searched refs:SendMFTMessage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 90 bool SendMFTMessage(MFT_MESSAGE_TYPE msg, int32 param);
dxva_video_decode_accelerator.cc 479 SendMFTMessage(MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, 0),
484 SendMFTMessage(MFT_MESSAGE_NOTIFY_START_OF_STREAM, 0),
575 RETURN_AND_NOTIFY_ON_FAILURE(SendMFTMessage(MFT_MESSAGE_COMMAND_DRAIN, 0),
598 RETURN_AND_NOTIFY_ON_FAILURE(SendMFTMessage(MFT_MESSAGE_COMMAND_FLUSH, 0),
742 bool DXVAVideoDecodeAccelerator::SendMFTMessage(MFT_MESSAGE_TYPE msg,
    [all...]

Completed in 159 milliseconds