Searched defs:vpx_codec_ctx_t (Results 1 - 4 of 4) sorted by last modified time

/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h31 * 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 *ct
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.h20 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
140 vpx_codec_ctx_t* encoder_;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_codec.h31 * vpx_codec_ctx_t algo;
213 } vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
331 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
351 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
388 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
424 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
427 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
444 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
447 vpx_codec_control_##id(vpx_codec_ctx_t *ct
[all...]
/external/chromium_org/remoting/codec/
H A Dscoped_vpx_codec.h11 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;

Completed in 108 milliseconds