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.c18 #define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var) macro
62 return SAVE_STATUS(ctx, res); in vpx_codec_dec_init_ver()
101 return SAVE_STATUS(ctx, res); in vpx_codec_get_stream_info()
120 return SAVE_STATUS(ctx, res); in vpx_codec_decode()
150 return SAVE_STATUS(ctx, res); in vpx_codec_register_put_frame_cb()
169 return SAVE_STATUS(ctx, res); in vpx_codec_register_put_slice_cb()
187 return SAVE_STATUS(ctx, res); in vpx_codec_set_frame_buffer_functions()
Dvpx_codec.c21 #define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var) macro
81 return SAVE_STATUS(ctx, res); in vpx_codec_destroy()
112 return SAVE_STATUS(ctx, res); in vpx_codec_control_()
Dvpx_encoder.c23 #define SAVE_STATUS(ctx, var) (ctx ? (ctx->err = var) : var) macro
62 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_ver()
136 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_multi_ver()
147 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_multi_ver()
244 return SAVE_STATUS(ctx, res); in vpx_codec_encode()
358 return SAVE_STATUS(ctx, res); in vpx_codec_enc_config_set()