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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
svc_context.h 12 * SvcContext - input parameters and state to encode a multi-layered
42 } SvcContext;
52 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
57 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
63 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
70 void vpx_svc_release(SvcContext *svc_ctx);
75 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx);
80 const char *vpx_svc_get_message(const SvcContext *svc_ctx);
  /external/libvpx/libvpx/vpx/
svc_context.h 12 * SvcContext - input parameters and state to encode a multi-layered
49 } SvcContext;
59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
66 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx,
75 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx,
81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
87 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
94 void vpx_svc_release(SvcContext *svc_ctx);
99 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx);
104 const char *vpx_svc_get_message(const SvcContext *svc_ctx)
    [all...]

Completed in 171 milliseconds