Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c80 static void ctx_exit_on_error(vpx_codec_ctx_t *ctx, const char *s, ...) { in ctx_exit_on_error() function
1231 ctx_exit_on_error(&stream->encoder, "Failed to initialize encoder"); in initialize_encoder()
1244 ctx_exit_on_error(&stream->encoder, "Failed to control codec"); in initialize_encoder()
1298 ctx_exit_on_error(&stream->encoder, "Stream %d: Failed to encode frame", in encode_frame()
1308 ctx_exit_on_error(&stream->encoder, "Failed to read quantizer"); in update_quantizer_histogram()
1470 ctx_exit_on_error(&stream->encoder, "Failed to get encoder reference frame"); in test_decode()
1471 ctx_exit_on_error(&stream->decoder, "Failed to get decoder reference frame"); in test_decode()