Searched refs:ctx_exit_on_error (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/apps/ |
D | aomenc.c | 81 static void ctx_exit_on_error(aom_codec_ctx_t *ctx, const char *s, ...) { in ctx_exit_on_error() function 1897 ctx_exit_on_error(&stream->encoder, "Failed to initialize encoder"); in initialize_encoder() 1905 ctx_exit_on_error(&stream->encoder, "Failed to control codec"); in initialize_encoder() 1929 ctx_exit_on_error(&stream->decoder, "Failed to set decode_tile_mode"); in initialize_encoder() 1933 ctx_exit_on_error(&stream->decoder, "Failed to set is_annexb"); in initialize_encoder() 1937 ctx_exit_on_error(&stream->decoder, "Failed to set decode_tile_row"); in initialize_encoder() 1941 ctx_exit_on_error(&stream->decoder, "Failed to set decode_tile_col"); in initialize_encoder() 1988 ctx_exit_on_error(&stream->encoder, in encode_frame() 2018 ctx_exit_on_error(&stream->encoder, in encode_frame() 2031 ctx_exit_on_error(&stream->encoder, "Stream %d: Failed to encode frame", in encode_frame() [all …]
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 75 static void ctx_exit_on_error(vpx_codec_ctx_t *ctx, const char *s, ...) { in ctx_exit_on_error() function 1267 ctx_exit_on_error(&stream->encoder, "Failed to initialize encoder"); in initialize_encoder() 1279 ctx_exit_on_error(&stream->encoder, "Failed to control codec"); in initialize_encoder() 1332 ctx_exit_on_error(&stream->encoder, in encode_frame() 1361 ctx_exit_on_error(&stream->encoder, in encode_frame() 1375 ctx_exit_on_error(&stream->encoder, "Stream %d: Failed to encode frame", in encode_frame() 1384 ctx_exit_on_error(&stream->encoder, "Failed to read quantizer"); in update_quantizer_histogram() 1554 ctx_exit_on_error(&stream->encoder, "Failed to get encoder reference frame"); in test_decode() 1555 ctx_exit_on_error(&stream->decoder, "Failed to get decoder reference frame"); in test_decode()
|