Home
last modified time | relevance | path

Searched refs:vpx_codec_alg_priv_t (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef
96 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx);
132 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx,
157 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx,
197 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx,
218 typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx,
248 vpx_codec_alg_priv_t *ctx,
284 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx,
290 typedef const vpx_codec_cx_pkt_t *(*vpx_codec_get_cx_data_fn_t)(vpx_codec_alg_priv_t *ctx,
294 (*vpx_codec_enc_config_set_fn_t)(vpx_codec_alg_priv_t *ctx,
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c59 void *base = vpx_memalign(32, sizeof(vpx_codec_alg_priv_t)); in vp9_init()
63 memset(base, 0, sizeof(vpx_codec_alg_priv_t)); in vp9_init()
67 ctx->priv->alg_priv = (vpx_codec_alg_priv_t *)base; in vp9_init()
81 static vpx_codec_err_t vp9_destroy(vpx_codec_alg_priv_t *ctx) { in vp9_destroy()
149 static vpx_codec_err_t vp9_get_si(vpx_codec_alg_priv_t *ctx, in vp9_get_si()
161 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
169 static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx, in decode_one()
307 static vpx_codec_err_t vp9_decode(vpx_codec_alg_priv_t *ctx, in vp9_decode()
370 static vpx_image_t *vp9_get_frame(vpx_codec_alg_priv_t *ctx, in vp9_get_frame()
389 vpx_codec_alg_priv_t *ctx, in vp9_set_fb_fn()
[all …]
Dvp9_cx_iface.c106 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
142 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config()
260 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img()
417 static vpx_codec_err_t vp9e_set_config(vpx_codec_alg_priv_t *ctx, in vp9e_set_config()
446 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, in get_param()
466 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, in set_param()
578 static vpx_codec_err_t vp9e_destroy(vpx_codec_alg_priv_t *ctx) { in vp9e_destroy()
585 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx, in pick_quickcompress_mode()
615 static int write_superframe_index(vpx_codec_alg_priv_t *ctx) { in write_superframe_index()
656 static vpx_codec_err_t vp9e_encode(vpx_codec_alg_priv_t *ctx, in vp9e_encode()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c85 return sizeof(vpx_codec_alg_priv_t); in vp8_priv_sz()
114 static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx) in vp8_finalize_mmaps()
137 mmap.sz = sizeof(vpx_codec_alg_priv_t); in vp8_init()
178 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) in vp8_destroy()
253 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, in vp8_get_si()
272 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
316 update_fragments(vpx_codec_alg_priv_t *ctx, in update_fragments()
356 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx, in vp8_decode()
575 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx, in vp8_get_frame()
729 static vpx_codec_err_t vp8_set_reference(vpx_codec_alg_priv_t *ctx, in vp8_set_reference()
[all …]
Dvp8_cx_iface.c96 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
135 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config()
264 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img()
448 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx, in vp8e_set_config()
481 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx, in get_param()
503 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx, in set_param()
660 static vpx_codec_err_t vp8e_destroy(vpx_codec_alg_priv_t *ctx) in vp8e_destroy()
700 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx, in pick_quickcompress_mode()
744 static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx, in vp8e_encode()
975 static const vpx_codec_cx_pkt_t *vp8e_get_cxdata(vpx_codec_alg_priv_t *ctx, in vp8e_get_cxdata()
[all …]