Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c20 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) macro
72 return SAVE_STATUS(ctx, res); in vpx_codec_dec_init_ver()
113 return SAVE_STATUS(ctx, res); in vpx_codec_get_stream_info()
135 return SAVE_STATUS(ctx, res); in vpx_codec_decode()
167 return SAVE_STATUS(ctx, res); in vpx_codec_register_put_frame_cb()
187 return SAVE_STATUS(ctx, res); in vpx_codec_register_put_slice_cb()
203 return SAVE_STATUS(ctx, res); in vpx_codec_get_mem_map()
231 return SAVE_STATUS(ctx, res); in vpx_codec_set_mem_map()
249 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
100 return SAVE_STATUS(ctx, res); in vpx_codec_destroy()
135 return SAVE_STATUS(ctx, res); in vpx_codec_control_()
Dvpx_encoder.c21 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) macro
63 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_ver()
156 return SAVE_STATUS(ctx, res); in vpx_codec_enc_init_multi_ver()
254 return SAVE_STATUS(ctx, res); in vpx_codec_encode()
374 return SAVE_STATUS(ctx, res); in vpx_codec_enc_config_set()