Searched refs:ctx_exit_on_error (Results 1 – 1 of 1) sorted by relevance
80 static void ctx_exit_on_error(vpx_codec_ctx_t *ctx, const char *s, ...) { in ctx_exit_on_error() function1231 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()