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

/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h142 vpx_codec_err_t; typedef in typeref:enum:__anon21663
204 vpx_codec_err_t err; /**< Last returned error */
296 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
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,
414 static vpx_codec_err_t \
417 static vpx_codec_err_t \
434 DECLSPEC_DEPRECATED static vpx_codec_err_t \
437 DECLSPEC_DEPRECATED static vpx_codec_err_t \
454 static vpx_codec_err_t \
[all...]

Completed in 27 milliseconds