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

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h103 } vpx_fixed_buf_t; /**< alias for struct vpx_fixed_buf */ typedef in typeref:struct:vpx_fixed_buf
796 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
892 const vpx_fixed_buf_t *buf,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_encoder.h107 } vpx_fixed_buf_t; /**< alias for struct vpx_fixed_buf */ typedef in typeref:struct:vpx_fixed_buf
196 vpx_fixed_buf_t twopass_stats; /**< data for two-pass packet */
197 vpx_fixed_buf_t firstpass_mb_stats; /**< first pass mb packet */
203 vpx_fixed_buf_t raw; /**< data for arbitrary packets */
476 vpx_fixed_buf_t rc_twopass_stats_in;
483 vpx_fixed_buf_t rc_firstpass_mb_stats_in;
855 vpx_fixed_buf_t *vpx_codec_get_global_headers(vpx_codec_ctx_t *ctx);
951 const vpx_fixed_buf_t *buf,

Completed in 1886 milliseconds