Home
last modified time | relevance | path

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

/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() local