Searched refs:vpx_codec_alg_priv_t (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 61 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef 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/ |
D | vp8_dx_iface.c | 81 return sizeof(vpx_codec_alg_priv_t); in vp8_priv_sz() 167 static void *mmap_lkup(vpx_codec_alg_priv_t *ctx, unsigned int id) in mmap_lkup() 177 static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx) in vp8_finalize_mmaps() 195 mmap.sz = sizeof(vpx_codec_alg_priv_t); in vp8_init() 213 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) in vp8_destroy() 270 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, in vp8_get_si() 289 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state() 303 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx, in vp8_decode() 447 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx, in vp8_get_frame() 573 static vpx_codec_err_t vp8_set_reference(vpx_codec_alg_priv_t *ctx, in vp8_set_reference() [all …]
|
D | vp8_cx_iface.c | 97 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state() 136 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() 227 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img() 389 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx, in vp8e_set_config() 421 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx, in get_param() 443 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx, in set_param() 562 static vpx_codec_err_t vp8e_destroy(vpx_codec_alg_priv_t *ctx) in vp8e_destroy() 592 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx, in pick_quickcompress_mode() 649 static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx, in vp8e_encode() 815 static const vpx_codec_cx_pkt_t *vp8e_get_cxdata(vpx_codec_alg_priv_t *ctx, in vp8e_get_cxdata() [all …]
|