Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c19 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) macro
63 return SAVE_STATUS(ctx, res); in vpx_codec_dec_init_ver()
104 return SAVE_STATUS(ctx, res); in vpx_codec_get_stream_info()
126 return SAVE_STATUS(ctx, res); in vpx_codec_decode()
158 return SAVE_STATUS(ctx, res); in vpx_codec_register_put_frame_cb()
178 return SAVE_STATUS(ctx, res); in vpx_codec_register_put_slice_cb()
196 return SAVE_STATUS(ctx, res); in vpx_codec_set_frame_buffer_functions()
Dvpx_codec.c22 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) macro
99 return SAVE_STATUS(ctx, res); in vpx_codec_destroy()
134 return SAVE_STATUS(ctx, res); in vpx_codec_control_()
Dvpx_encoder.c21 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) macro
62 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_ver()
150 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_multi_ver()
250 return SAVE_STATUS(ctx, res); in vpx_codec_encode()
370 return SAVE_STATUS(ctx, res); in vpx_codec_enc_config_set()