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_dx_iface.c 81 return sizeof(vpx_codec_alg_priv_t);
167 static void *mmap_lkup(vpx_codec_alg_priv_t *ctx, unsigned int id)
177 static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx)
186 /* This function only allocates space for the vpx_codec_alg_priv_t
195 mmap.sz = sizeof(vpx_codec_alg_priv_t);
213 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx)
270 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx,
289 update_error_state(vpx_codec_alg_priv_t *ctx,
303 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx,
447 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx
    [all...]
vp8_cx_iface.c 97 update_error_state(vpx_codec_alg_priv_t *ctx,
136 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
227 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx,
389 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx,
421 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx,
443 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx,
562 static vpx_codec_err_t vp8e_destroy(vpx_codec_alg_priv_t *ctx)
592 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx,
649 static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx,
815 static const vpx_codec_cx_pkt_t *vp8e_get_cxdata(vpx_codec_alg_priv_t *ctx
    [all...]

Completed in 444 milliseconds