Searched defs:vpx_codec_ctx_t (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h30 * vpx_codec_ctx_t algo;
211 } vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
330 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
349 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
384 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...);
416 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int, typ) \
419 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *ctx, \
436 vpx_codec_ctx_t *, int, typ) VPX_DEPRECATED VPX_UNUSED; \
439 vpx_codec_ctx_t *ct
[all...]

Completed in 79 milliseconds