Searched defs:vpx_fixed_buf_t (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h110 } vpx_fixed_buf_t; /**< alias for struct vpx_fixed_buf */ typedef in typeref:struct:vpx_fixed_buf
201 vpx_fixed_buf_t twopass_stats; /**< data for two-pass packet */
202 vpx_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */
208 vpx_fixed_buf_t raw; /**< data for arbitrary packets */
499 vpx_fixed_buf_t rc_twopass_stats_in;
506 vpx_fixed_buf_t rc_firstpass_mb_stats_in;
895 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
991 const vpx_fixed_buf_t *buf,

Completed in 86 milliseconds