Home
last modified time | relevance | path

Searched refs:SvcContext (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dsvc_context.h46 } SvcContext; typedef
86 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
91 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
97 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
104 void vpx_svc_release(SvcContext *svc_ctx);
109 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx);
114 const char *vpx_svc_get_message(const SvcContext *svc_ctx);
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c81 static SvcInternal_t *get_svc_internal(SvcContext *svc_ctx) { in get_svc_internal()
93 static const SvcInternal_t *get_const_svc_internal(const SvcContext *svc_ctx) { in get_const_svc_internal()
98 static void svc_log_reset(SvcContext *svc_ctx) { in svc_log_reset()
103 static int svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level, const char *fmt, in svc_log()
152 static vpx_codec_err_t parse_layer_options_from_string(SvcContext *svc_ctx, in parse_layer_options_from_string()
200 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { in parse_options()
287 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { in vpx_svc_set_options()
297 vpx_codec_err_t assign_layer_bitrates(const SvcContext *svc_ctx, in assign_layer_bitrates()
390 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init()
540 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_encode()
[all …]
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c169 AppInput *app_input, SvcContext *svc_ctx, in parse_command_line()
614 SvcContext svc_ctx; in main()
/external/libvpx/libvpx/test/
Dsvc_test.cc306 SvcContext svc_;