Home | History | Annotate | Download | only in vpx

Lines Matching defs:vpx_codec_ctx_t

31  *           vpx_codec_ctx_t algo;
213 } vpx_codec_ctx_t;
309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
322 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
379 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
455 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
458 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id) {\
522 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx,
548 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx,