Home
last modified time | relevance | path

Searched refs:NOTIFY_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/common/gpu/media/
Dv4l2_video_decode_accelerator.cc26 #define NOTIFY_ERROR(x) \ macro
37 NOTIFY_ERROR(PLATFORM_FAILURE); \
238 NOTIFY_ERROR(PLATFORM_FAILURE); in Initialize()
245 NOTIFY_ERROR(PLATFORM_FAILURE); in Initialize()
251 NOTIFY_ERROR(PLATFORM_FAILURE); in Initialize()
265 NOTIFY_ERROR(PLATFORM_FAILURE); in Initialize()
299 NOTIFY_ERROR(PLATFORM_FAILURE); in Initialize()
335 NOTIFY_ERROR(INVALID_ARGUMENT); in AssignPictureBuffers()
341 NOTIFY_ERROR(PLATFORM_FAILURE); in AssignPictureBuffers()
372 NOTIFY_ERROR(PLATFORM_FAILURE); in AssignPictureBuffers()
[all …]
Dvaapi_video_encode_accelerator.cc20 #define NOTIFY_ERROR(error, msg) \ macro
253 NOTIFY_ERROR(kPlatformFailureError, "Failed creating VASurfaces"); in InitializeTask()
564 NOTIFY_ERROR(kPlatformFailureError, "Failed downloading coded buffer"); in TryToReturnBitstreamBuffer()
604 NOTIFY_ERROR(kPlatformFailureError, "Failed creating coded buffer"); in PrepareNextJob()
650 NOTIFY_ERROR(kPlatformFailureError, "Failed uploading source frame to HW."); in EncodeFrameTask()
658 NOTIFY_ERROR(kPlatformFailureError, "Failed submitting frame parameters."); in EncodeFrameTask()
663 NOTIFY_ERROR(kPlatformFailureError, "Failed submitting frame headers."); in EncodeFrameTask()
668 NOTIFY_ERROR(kPlatformFailureError, "Failed submitting encode job to HW."); in EncodeFrameTask()
682 NOTIFY_ERROR(kInvalidArgumentError, "Provided bitstream buffer too small"); in UseOutputBitstreamBuffer()
689 NOTIFY_ERROR(kPlatformFailureError, "Failed mapping shared memory."); in UseOutputBitstreamBuffer()
Dv4l2_video_encode_accelerator.cc21 #define NOTIFY_ERROR(x) \ macro
32 NOTIFY_ERROR(kPlatformFailureError); \
185 NOTIFY_ERROR(kPlatformFailureError); in ImageProcessorError()
216 NOTIFY_ERROR(kInvalidArgumentError); in UseOutputBitstreamBuffer()
223 NOTIFY_ERROR(kPlatformFailureError); in UseOutputBitstreamBuffer()
508 NOTIFY_ERROR(kPlatformFailureError); in Dequeue()
536 NOTIFY_ERROR(kPlatformFailureError); in Dequeue()
682 NOTIFY_ERROR(kPlatformFailureError); in StartDevicePoll()
751 NOTIFY_ERROR(kPlatformFailureError); in DevicePollTask()
Dv4l2_image_processor.cc20 #define NOTIFY_ERROR() \ macro
393 NOTIFY_ERROR(); in DevicePollTask()
507 NOTIFY_ERROR(); in Dequeue()
534 NOTIFY_ERROR(); in Dequeue()
652 NOTIFY_ERROR(); in StartDevicePoll()
/external/chromium_org/content/common/gpu/client/
Dgpu_video_encode_accelerator_host.cc16 #define NOTIFY_ERROR(error) \ macro
69 NOTIFY_ERROR(kPlatformFailureError) << "OnChannelError()"; in OnChannelError()
121 NOTIFY_ERROR(kPlatformFailureError) in Encode()
128 NOTIFY_ERROR(kPlatformFailureError) in Encode()
161 NOTIFY_ERROR(kPlatformFailureError) in UseOutputBitstreamBuffer()
212 NOTIFY_ERROR(kPlatformFailureError) << "Send(" << message_type in Send()
/external/chromium_org/content/renderer/media/
Drtc_video_encoder.cc23 #define NOTIFY_ERROR(x) \ macro
227 NOTIFY_ERROR(media::VideoEncodeAccelerator::kInvalidArgumentError); in CreateAndInitializeVEA()
233 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError); in CreateAndInitializeVEA()
242 NOTIFY_ERROR(media::VideoEncodeAccelerator::kInvalidArgumentError); in CreateAndInitializeVEA()
308 NOTIFY_ERROR(media::VideoEncodeAccelerator::kInvalidArgumentError); in RequestEncodingParametersChange()
343 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError); in RequireBitstreamBuffers()
356 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError); in RequireBitstreamBuffers()
384 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError); in BitstreamBufferReady()
391 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError); in BitstreamBufferReady()
487 NOTIFY_ERROR(media::VideoEncodeAccelerator::kPlatformFailureError); in EncodeOneFrame()
[all …]