/external/chromium_org/remoting/codec/ |
scoped_vpx_codec.h | 11 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx 17 void operator()(vpx_codec_ctx_t* codec); 20 typedef scoped_ptr<vpx_codec_ctx_t, VpxCodecDeleter> ScopedVpxCodec;
|
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 31 * vpx_codec_ctx_t algo; 213 } vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx 309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx); 322 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx); 342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx); 379 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\ 418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\ 435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\ 438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { [all...] |