Lines Matching defs:ctx
21 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) argument
33 const char *vpx_dec_error(vpx_dec_ctx_t *ctx) in vpx_dec_error()
38 const char *vpx_dec_error_detail(vpx_dec_ctx_t *ctx) in vpx_dec_error_detail()
44 vpx_dec_err_t vpx_dec_init_ver(vpx_dec_ctx_t *ctx, in vpx_dec_init_ver()
56 vpx_dec_err_t vpx_dec_destroy(vpx_dec_ctx_t *ctx) in vpx_dec_destroy()
78 vpx_dec_err_t vpx_dec_get_stream_info(vpx_dec_ctx_t *ctx, in vpx_dec_get_stream_info()
86 vpx_dec_err_t vpx_dec_control(vpx_dec_ctx_t *ctx, in vpx_dec_control()
94 vpx_dec_err_t vpx_dec_decode(vpx_dec_ctx_t *ctx, in vpx_dec_decode()
105 vpx_image_t *vpx_dec_get_frame(vpx_dec_ctx_t *ctx, in vpx_dec_get_frame()
112 vpx_dec_err_t vpx_dec_register_put_frame_cb(vpx_dec_ctx_t *ctx, in vpx_dec_register_put_frame_cb()
121 vpx_dec_err_t vpx_dec_register_put_slice_cb(vpx_dec_ctx_t *ctx, in vpx_dec_register_put_slice_cb()
130 vpx_dec_err_t vpx_dec_xma_init_ver(vpx_dec_ctx_t *ctx, in vpx_dec_xma_init_ver()
146 vpx_codec_ctx_t *ctx = (vpx_codec_ctx_t *)ctx_; in vpx_dec_get_mem_map() local
173 vpx_codec_ctx_t *ctx = (vpx_codec_ctx_t *)ctx_; in vpx_dec_set_mem_map() local