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,
98 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx,
107 void vpx_svc_release(SvcContext *svc_ctx);
112 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx);
117 const char *vpx_svc_get_message(const SvcContext *svc_ctx);
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c82 static SvcInternal_t *get_svc_internal(SvcContext *svc_ctx) { in get_svc_internal()
95 const SvcContext *svc_ctx) { in get_const_svc_internal()
100 static void svc_log_reset(SvcContext *svc_ctx) { in svc_log_reset()
105 static int svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level, in svc_log()
158 static vpx_codec_err_t parse_layer_options_from_string(SvcContext *svc_ctx, in parse_layer_options_from_string()
203 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { in parse_options()
290 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, in vpx_svc_set_options()
301 void assign_layer_bitrates(const SvcContext *svc_ctx, in assign_layer_bitrates()
384 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init()
510 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, in vpx_svc_encode()
[all …]
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c155 AppInput *app_input, SvcContext *svc_ctx, in parse_command_line()
606 SvcContext svc_ctx; in main()
/external/libvpx/libvpx/test/
Dsvc_test.cc313 SvcContext svc_;