Searched refs:SvcContext (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | svc_context.h | 44 } SvcContext; typedef 83 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options); 88 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 94 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 101 void vpx_svc_release(SvcContext *svc_ctx); 106 void vpx_svc_dump_statistics(SvcContext *svc_ctx);
|
D | svc_encodeframe.c | 81 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 …]
|
D | vp9_spatial_svc_encoder.c | 187 AppInput *app_input, SvcContext *svc_ctx, in parse_command_line() 747 SvcContext svc_ctx; in main()
|