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

  /external/chromium_org/media/video/
video_encode_accelerator.h 45 kPlatformFailureError,
46 kErrorMax = kPlatformFailureError
  /external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc 276 kPlatformFailureError);
299 kPlatformFailureError);
320 RETURN_ON_FAILURE(converted, "Failed to I420ToNV12!", kPlatformFailureError);
328 kPlatformFailureError);
366 RETURN_ON_FAILURE(false, "Codec error", kPlatformFailureError);
374 kPlatformFailureError);
393 kPlatformFailureError);
397 kPlatformFailureError);
gpu_video_encode_accelerator.cc 196 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);
205 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);
232 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);
251 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);
257 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);
v4l2_video_encode_accelerator.cc 32 NOTIFY_ERROR(kPlatformFailureError); \
185 NOTIFY_ERROR(kPlatformFailureError);
223 NOTIFY_ERROR(kPlatformFailureError);
503 NOTIFY_ERROR(kPlatformFailureError);
531 NOTIFY_ERROR(kPlatformFailureError);
676 NOTIFY_ERROR(kPlatformFailureError);
745 NOTIFY_ERROR(kPlatformFailureError);
    [all...]
  /external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.cc 75 NOTIFY_ERROR(kPlatformFailureError) << "OnChannelError()";
119 NOTIFY_ERROR(kPlatformFailureError)
126 NOTIFY_ERROR(kPlatformFailureError)
159 NOTIFY_ERROR(kPlatformFailureError)
210 NOTIFY_ERROR(kPlatformFailureError) << "Send(" << message_type
243 OnNotifyError(kPlatformFailureError);
  /external/chromium_org/content/renderer/media/
rtc_video_encoder.cc 196 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError);
306 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError);
319 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError);
347 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError);
354 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError);
450 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError);
  /external/chromium_org/media/cast/video_sender/
external_video_encoder.cc 204 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);
212 NotifyError(media::VideoEncodeAccelerator::kPlatformFailureError);

Completed in 594 milliseconds