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

  /external/libvpx/vpx/
vpx_decoder.h 122 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx,
153 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
172 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx,
196 * see the descriptions of the other error codes in ::vpx_codec_err_t
199 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
258 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx,
300 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx,
vpx_codec.h 134 vpx_codec_err_t; typedef in typeref:enum:__anon5316
197 vpx_codec_err_t err; /**< Last returned error */
290 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
336 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
373 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
408 static vpx_codec_err_t \
411 static vpx_codec_err_t \
428 DECLSPEC_DEPRECATED static vpx_codec_err_t \
431 DECLSPEC_DEPRECATED static vpx_codec_err_t \
448 static vpx_codec_err_t \
    [all...]
vpx_encoder.h 576 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx,
610 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
629 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
689 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
740 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx,
  /external/libvpx/vpx/src/
vpx_decoder.c 21 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx,
27 vpx_codec_err_t res;
68 vpx_codec_err_t vpx_codec_peek_stream_info(vpx_codec_iface_t *iface,
73 vpx_codec_err_t res;
91 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx,
94 vpx_codec_err_t res;
113 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx,
119 vpx_codec_err_t res;
148 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx,
152 vpx_codec_err_t res
    [all...]
vpx_codec.c 46 const char *vpx_codec_err_to_string(vpx_codec_err_t err)
90 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx)
92 vpx_codec_err_t res;
119 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
123 vpx_codec_err_t res;
vpx_encoder.c 22 vpx_codec_err_t vpx_codec_enc_init_ver(vpx_codec_ctx_t *ctx,
28 vpx_codec_err_t res;
67 vpx_codec_err_t vpx_codec_enc_config_default(vpx_codec_iface_t *iface,
71 vpx_codec_err_t res;
115 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx,
122 vpx_codec_err_t res;
199 vpx_codec_err_t vpx_codec_set_cx_data_buf(vpx_codec_ctx_t *ctx,
265 vpx_codec_err_t vpx_codec_enc_config_set(vpx_codec_ctx_t *ctx,
268 vpx_codec_err_t res;
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 76 typedef vpx_codec_err_t (*vpx_codec_init_fn_t)(vpx_codec_ctx_t *ctx);
91 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx);
109 typedef vpx_codec_err_t (*vpx_codec_peek_si_fn_t)(const uint8_t *data,
126 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx,
151 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx,
189 * see the descriptions of the other error codes in ::vpx_codec_err_t
192 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx,
228 typedef vpx_codec_err_t (*vpx_codec_get_mmap_fn_t)(const vpx_codec_ctx_t *ctx,
245 typedef vpx_codec_err_t (*vpx_codec_set_mmap_fn_t)(vpx_codec_ctx_t *ctx,
249 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx
    [all...]
  /external/libvpx/vp8/
vp8_dx_iface.c 96 static vpx_codec_err_t vp8_mmap_alloc(vpx_codec_mmap_t *mmap)
98 vpx_codec_err_t res;
114 static vpx_codec_err_t vp8_validate_mmaps(const vp8_stream_info_t *si,
119 vpx_codec_err_t res = VPX_CODEC_OK;
206 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx)
208 vpx_codec_err_t res = VPX_CODEC_OK;
237 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx)
252 static vpx_codec_err_t vp8_peek_si(const uint8_t *data,
257 vpx_codec_err_t res = VPX_CODEC_OK;
291 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx
    [all...]
vp8_cx_iface.c 91 static vpx_codec_err_t
95 vpx_codec_err_t res;
125 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
210 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx,
231 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf,
366 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx,
369 vpx_codec_err_t res;
398 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx,
420 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx,
424 vpx_codec_err_t res = VPX_CODEC_OK
    [all...]
  /external/libvpx/examples/
decoder_tmpl.c 52 vpx_codec_err_t res;
encoder_tmpl.c 117 vpx_codec_err_t res;
  /external/libvpx/
example_xma.c 87 vpx_codec_err_t res = VPX_CODEC_OK;
ivfenc.c 601 vpx_codec_err_t res;
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/dec/
VPXDecoder.cpp 86 vpx_codec_err_t vpx_err;

Completed in 63 milliseconds