HomeSort by relevance Sort by last modified time
    Searched defs:vpx_codec_ctx_t (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/codec/
video_encoder_vp8.h 12 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
55 scoped_ptr<vpx_codec_ctx_t> codec_;
video_decoder_vp8.h 11 typedef struct vpx_codec_ctx vpx_codec_ctx_t; typedef in typeref:struct:vpx_codec_ctx
53 vpx_codec_ctx_t* codec_;
  /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...]

Completed in 412 milliseconds