Home
last modified time | relevance | path

Searched defs:svc_ctx (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/examples/
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 int svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level, const char *fmt, in svc_log()
138 static vpx_codec_err_t parse_layer_options_from_string(SvcContext *svc_ctx, in parse_layer_options_from_string()
186 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { in parse_options()
273 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { in vpx_svc_set_options()
284 const SvcContext *svc_ctx, vpx_codec_enc_cfg_t *const enc_cfg) { in assign_layer_bitrates()
376 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init()
531 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_encode()
568 void vpx_svc_dump_statistics(SvcContext *svc_ctx) { in vpx_svc_dump_statistics()
[all …]
Dvp9_spatial_svc_encoder.c187 AppInput *app_input, SvcContext *svc_ctx, in parse_command_line()
747 SvcContext svc_ctx; in main() local