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

  /external/libvpx/vpx/internal/
vpx_codec_internal.h 61 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef in typeref:struct:vpx_codec_alg_priv
91 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx);
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,
192 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx,
213 typedef vpx_image_t*(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx,
249 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx,
255 typedef const vpx_codec_cx_pkt_t*(*vpx_codec_get_cx_data_fn_t)(vpx_codec_alg_priv_t *ctx,
259 (*vpx_codec_enc_config_set_fn_t)(vpx_codec_alg_priv_t *ctx,
262 (*vpx_codec_get_global_headers_fn_t)(vpx_codec_alg_priv_t *ctx)
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 92 update_error_state(vpx_codec_alg_priv_t *ctx,
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,
366 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx,
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,
527 static vpx_codec_err_t vp8e_destroy(vpx_codec_alg_priv_t *ctx)
557 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx,
614 static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx,
779 static const vpx_codec_cx_pkt_t *vp8e_get_cxdata(vpx_codec_alg_priv_t *ctx
    [all...]
vp8_dx_iface.c 87 return sizeof(vpx_codec_alg_priv_t);
173 static void *mmap_lkup(vpx_codec_alg_priv_t *ctx, int id)
183 static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx)
210 /* This function only allocates space for the vpx_codec_alg_priv_t
219 mmap.sz = sizeof(vpx_codec_alg_priv_t);
237 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx)
291 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx,
310 update_error_state(vpx_codec_alg_priv_t *ctx,
324 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx,
452 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx
    [all...]

Completed in 320 milliseconds