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

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 51 #define RETURN_AND_NOTIFY_ON_FAILURE(result, log, error_code, ret) \
61 RETURN_AND_NOTIFY_ON_FAILURE(SUCCEEDED(result), \
462 RETURN_AND_NOTIFY_ON_FAILURE(false,
466 RETURN_AND_NOTIFY_ON_FAILURE(
472 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kUninitialized),
479 RETURN_AND_NOTIFY_ON_FAILURE(CreateD3DDevManager(),
484 RETURN_AND_NOTIFY_ON_FAILURE(InitDecoder(profile),
487 RETURN_AND_NOTIFY_ON_FAILURE(GetStreamsInfoAndBufferReqs(),
490 RETURN_AND_NOTIFY_ON_FAILURE(
495 RETURN_AND_NOTIFY_ON_FAILURE(
    [all...]
vaapi_video_decode_accelerator.cc 30 #define RETURN_AND_NOTIFY_ON_FAILURE(result, log, error_code, ret) \
357 RETURN_AND_NOTIFY_ON_FAILURE(tfp_picture->Bind(),
361 RETURN_AND_NOTIFY_ON_FAILURE(
410 RETURN_AND_NOTIFY_ON_FAILURE(shm->Map(bitstream_buffer.size()),
562 RETURN_AND_NOTIFY_ON_FAILURE(false, "Error decoding stream",
659 RETURN_AND_NOTIFY_ON_FAILURE(false,
685 RETURN_AND_NOTIFY_ON_FAILURE(
692 RETURN_AND_NOTIFY_ON_FAILURE(
709 RETURN_AND_NOTIFY_ON_FAILURE(
746 RETURN_AND_NOTIFY_ON_FAILURE(res, "Failed flushing the decoder."
    [all...]

Completed in 1041 milliseconds