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 52 #define RETURN_AND_NOTIFY_ON_FAILURE(result, log, error_code, ret) \
62 RETURN_AND_NOTIFY_ON_FAILURE(SUCCEEDED(result), \
450 RETURN_AND_NOTIFY_ON_FAILURE(false,
454 RETURN_AND_NOTIFY_ON_FAILURE(
460 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kUninitialized),
467 RETURN_AND_NOTIFY_ON_FAILURE(CreateD3DDevManager(),
472 RETURN_AND_NOTIFY_ON_FAILURE(InitDecoder(profile),
475 RETURN_AND_NOTIFY_ON_FAILURE(GetStreamsInfoAndBufferReqs(),
478 RETURN_AND_NOTIFY_ON_FAILURE(
483 RETURN_AND_NOTIFY_ON_FAILURE(
    [all...]
vaapi_video_decode_accelerator.cc 30 #define RETURN_AND_NOTIFY_ON_FAILURE(result, log, error_code, ret) \
372 RETURN_AND_NOTIFY_ON_FAILURE(tfp_picture->Bind(),
376 RETURN_AND_NOTIFY_ON_FAILURE(
424 RETURN_AND_NOTIFY_ON_FAILURE(shm->Map(bitstream_buffer.size()),
580 RETURN_AND_NOTIFY_ON_FAILURE(false, "Error decoding stream",
676 RETURN_AND_NOTIFY_ON_FAILURE(false,
702 RETURN_AND_NOTIFY_ON_FAILURE(
709 RETURN_AND_NOTIFY_ON_FAILURE(
726 RETURN_AND_NOTIFY_ON_FAILURE(
763 RETURN_AND_NOTIFY_ON_FAILURE(res, "Failed flushing the decoder."
    [all...]

Completed in 135 milliseconds