HomeSort by relevance Sort by last modified time
    Searched refs:vpx_dec_err_t (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx/
vpx_decoder_compat.h 84 vpx_dec_err_t; typedef in typeref:enum:__anon7760
147 vpx_dec_err_t err; /**< Last returned error */
181 const char *vpx_dec_err_to_string(vpx_dec_err_t err) DEPRECATED;
233 vpx_dec_err_t vpx_dec_init_ver(vpx_dec_ctx_t *ctx,
251 vpx_dec_err_t vpx_dec_destroy(vpx_dec_ctx_t *ctx) DEPRECATED;
281 vpx_dec_err_t vpx_dec_peek_stream_info(vpx_dec_iface_t *iface,
300 vpx_dec_err_t vpx_dec_get_stream_info(vpx_dec_ctx_t *ctx,
326 vpx_dec_err_t vpx_dec_control(vpx_dec_ctx_t *ctx,
350 * see the descriptions of the other error codes in ::vpx_dec_err_t
353 vpx_dec_err_t vpx_dec_decode(vpx_dec_ctx_t *ctx
    [all...]
  /external/libvpx/vpx/src/
vpx_decoder_compat.c 28 const char *vpx_dec_err_to_string(vpx_dec_err_t err)
44 vpx_dec_err_t vpx_dec_init_ver(vpx_dec_ctx_t *ctx,
56 vpx_dec_err_t vpx_dec_destroy(vpx_dec_ctx_t *ctx)
68 vpx_dec_err_t vpx_dec_peek_stream_info(vpx_dec_iface_t *iface,
78 vpx_dec_err_t vpx_dec_get_stream_info(vpx_dec_ctx_t *ctx,
86 vpx_dec_err_t vpx_dec_control(vpx_dec_ctx_t *ctx,
94 vpx_dec_err_t vpx_dec_decode(vpx_dec_ctx_t *ctx,
112 vpx_dec_err_t vpx_dec_register_put_frame_cb(vpx_dec_ctx_t *ctx,
121 vpx_dec_err_t vpx_dec_register_put_slice_cb(vpx_dec_ctx_t *ctx,
130 vpx_dec_err_t vpx_dec_xma_init_ver(vpx_dec_ctx_t *ctx
    [all...]

Completed in 127 milliseconds