Home | History | Annotate | Download | only in internal

Lines Matching defs:vpx_codec_alg_priv_t

64 typedef struct vpx_codec_alg_priv  vpx_codec_alg_priv_t;
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,
297 (*vpx_codec_get_global_headers_fn_t)(vpx_codec_alg_priv_t *ctx);
300 (*vpx_codec_get_preview_frame_fn_t)(vpx_codec_alg_priv_t *ctx);