/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/ |
vpx_codec_internal.h | 64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef in typeref:struct:vpx_codec_alg_priv 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, 196 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx, 217 typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx, 247 vpx_codec_alg_priv_t *ctx, 252 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx, 258 typedef const vpx_codec_cx_pkt_t *(*vpx_codec_get_cx_data_fn_t)(vpx_codec_alg_priv_t *ctx, 262 (*vpx_codec_enc_config_set_fn_t)(vpx_codec_alg_priv_t *ctx [all...] |
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef in typeref:struct:vpx_codec_alg_priv 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...] |