OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RETURN_ON_FAILURE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/audio/pulse/
pulse_util.cc
132
#define
RETURN_ON_FAILURE
(expression, message) do { \
164
RETURN_ON_FAILURE
(*stream, "failed to create PA recording stream");
182
RETURN_ON_FAILURE
(
194
RETURN_ON_FAILURE
(
215
RETURN_ON_FAILURE
(*mainloop, "Failed to create PulseAudio main loop.");
219
RETURN_ON_FAILURE
(*context, "Failed to create PulseAudio context.");
229
RETURN_ON_FAILURE
(pa_threaded_mainloop_start(*mainloop) == 0,
231
RETURN_ON_FAILURE
(
240
RETURN_ON_FAILURE
(
264
RETURN_ON_FAILURE
(*stream, "failed to create PA playback stream")
[
all
...]
/external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc
36
#define
RETURN_ON_FAILURE
(result, log, error) \
127
RETURN_ON_FAILURE
(media::MediaCodecBridge::IsAvailable() &&
137
RETURN_ON_FAILURE
(!media::VideoCodecBridge::IsKnownUnaccelerated(
154
RETURN_ON_FAILURE
(
197
RETURN_ON_FAILURE
(frame->format() == VideoFrame::I420,
203
RETURN_ON_FAILURE
(frame->row_bytes(VideoFrame::kYPlane) ==
221
RETURN_ON_FAILURE
(buffer.size() >= media_codec_->GetOutputBuffersCapacity(),
273
RETURN_ON_FAILURE
(status != media::MEDIA_CODEC_ERROR,
296
RETURN_ON_FAILURE
(capacity >= queued_size,
319
RETURN_ON_FAILURE
(converted, "Failed to I420ToNV12!", kPlatformFailureError)
[
all
...]
android_video_decode_accelerator.cc
23
#define
RETURN_ON_FAILURE
(result, log, error) \
185
RETURN_ON_FAILURE
(shm->Map(bitstream_buffer.size()),
194
RETURN_ON_FAILURE
(status == media::MEDIA_CODEC_OK,
250
RETURN_ON_FAILURE
(size_ == gfx::Size(width, height),
258
RETURN_ON_FAILURE
(media_codec_->GetOutputBuffers(),
320
RETURN_ON_FAILURE
(make_context_current_.Run(),
333
RETURN_ON_FAILURE
(i != output_picture_buffers_.end(),
338
RETURN_ON_FAILURE
(gl_decoder_.get(),
388
RETURN_ON_FAILURE
(buffers[i].size() == size_,
400
RETURN_ON_FAILURE
(output_picture_buffers_.size() == kNumPictureBuffers
[
all
...]
dxva_video_decode_accelerator.cc
39
#define
RETURN_ON_FAILURE
(result, log, ret) \
48
RETURN_ON_FAILURE
(SUCCEEDED(result), \
117
RETURN_ON_FAILURE
(sample, "Failed to create empty sample", NULL);
147
RETURN_ON_FAILURE
(shm.Map(bitstream_buffer.size()),
223
RETURN_ON_FAILURE
(picture_buffer->decoding_surface_,
234
RETURN_ON_FAILURE
(share_handle && ret == EGL_TRUE,
442
RETURN_ON_FAILURE
(mfplat_dll, "MFPlat.dll is required for decoding", false);
622
RETURN_ON_FAILURE
(decoder_dll,
631
RETURN_ON_FAILURE
(
645
RETURN_ON_FAILURE
(CheckDecoderDxvaSupport()
[
all
...]
Completed in 128 milliseconds