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 96 bool SendMFTMessage(MFT_MESSAGE_TYPE msg, int32 param);
dxva_video_decode_accelerator.cc 491 SendMFTMessage(MFT_MESSAGE_NOTIFY_BEGIN_STREAMING, 0),
496 SendMFTMessage(MFT_MESSAGE_NOTIFY_START_OF_STREAM, 0),
597 RETURN_AND_NOTIFY_ON_FAILURE(SendMFTMessage(MFT_MESSAGE_COMMAND_DRAIN, 0),
620 RETURN_AND_NOTIFY_ON_FAILURE(SendMFTMessage(MFT_MESSAGE_COMMAND_FLUSH, 0),
783 bool DXVAVideoDecodeAccelerator::SendMFTMessage(MFT_MESSAGE_TYPE msg,
    [all...]

Completed in 1059 milliseconds