Home | History | Annotate | Download | only in internal

Lines Matching refs:vpx_codec_alg_priv_t

61 typedef struct vpx_codec_alg_priv  vpx_codec_alg_priv_t;
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);
265 (*vpx_codec_get_preview_frame_fn_t)(vpx_codec_alg_priv_t *ctx);