Searched defs:svc_ctx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c122 AppInput *app_input, SvcContext *svc_ctx,
136 svc_ctx->log_level = SVC_LOG_DEBUG;
137 svc_ctx->spatial_layers = default_spatial_layers;
138 svc_ctx->encoding_mode = default_encoding_mode;
164 svc_ctx->encoding_mode = arg_parse_enum_or_int(&arg);
178 svc_ctx->spatial_layers = arg_parse_uint(&arg);
183 vpx_svc_set_scale_factors(svc_ctx, arg.val);
185 vpx_svc_set_quantizers(svc_ctx, arg.val, 0);
187 vpx_svc_set_quantizers(svc_ctx, arg.val, 1);
277 app_input->frames_to_skip, svc_ctx
121 parse_command_line(int argc, const char **argv_, AppInput *app_input, SvcContext *svc_ctx, vpx_codec_enc_cfg_t *enc_cfg) argument
289 SvcContext svc_ctx; local
[all...]
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c122 AppInput *app_input, SvcContext *svc_ctx,
136 svc_ctx->log_level = SVC_LOG_DEBUG;
137 svc_ctx->spatial_layers = default_spatial_layers;
138 svc_ctx->encoding_mode = default_encoding_mode;
164 svc_ctx->encoding_mode = arg_parse_enum_or_int(&arg);
178 svc_ctx->spatial_layers = arg_parse_uint(&arg);
183 vpx_svc_set_scale_factors(svc_ctx, arg.val);
185 vpx_svc_set_quantizers(svc_ctx, arg.val, 0);
187 vpx_svc_set_quantizers(svc_ctx, arg.val, 1);
277 app_input->frames_to_skip, svc_ctx
121 parse_command_line(int argc, const char **argv_, AppInput *app_input, SvcContext *svc_ctx, vpx_codec_enc_cfg_t *enc_cfg) argument
289 SvcContext svc_ctx; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c215 static SvcInternal *get_svc_internal(SvcContext *svc_ctx) { argument
216 if (svc_ctx == NULL) return NULL;
217 if (svc_ctx->internal == NULL) {
222 svc_ctx->internal = si;
224 return (SvcInternal *)svc_ctx->internal;
227 static const SvcInternal *get_const_svc_internal(const SvcContext *svc_ctx) { argument
228 if (svc_ctx == NULL) return NULL;
229 return (const SvcInternal *)svc_ctx->internal;
232 static void svc_log_reset(SvcContext *svc_ctx) { argument
233 SvcInternal *const si = (SvcInternal *)svc_ctx
237 svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level, const char *fmt, ...) argument
265 set_option_encoding_mode(SvcContext *svc_ctx, const char *value_str) argument
282 parse_quantizer_values(SvcContext *svc_ctx, const char *quantizer_values, const int is_keyframe) argument
337 log_invalid_scale_factor(SvcContext *svc_ctx, const char *value) argument
342 parse_scale_factors(SvcContext *svc_ctx, const char *scale_factors) argument
405 parse_options(SvcContext *svc_ctx, const char *options) argument
458 vpx_svc_set_options(SvcContext *svc_ctx, const char *options) argument
468 vpx_svc_set_quantizers(SvcContext *svc_ctx, const char *quantizers, const int is_for_keyframe) argument
485 vpx_svc_set_scale_factors(SvcContext *svc_ctx, const char *scale_factors) argument
496 vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *enc_cfg) argument
666 calculate_enc_frame_flags(SvcContext *svc_ctx) argument
736 vpx_svc_get_layer_resolution(const SvcContext *svc_ctx, int layer, unsigned int *width, unsigned int *height) argument
766 set_svc_parameters(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx) argument
853 vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, struct vpx_image *rawimg, vpx_codec_pts_t pts, int64_t duration, int deadline) argument
1012 vpx_svc_get_message(const SvcContext *svc_ctx) argument
1018 vpx_svc_get_buffer(const SvcContext *svc_ctx) argument
1024 vpx_svc_get_frame_size(const SvcContext *svc_ctx) argument
1030 vpx_svc_get_encode_frame_count(const SvcContext *svc_ctx) argument
1036 vpx_svc_is_keyframe(const SvcContext *svc_ctx) argument
1042 vpx_svc_set_keyframe(SvcContext *svc_ctx) argument
1054 vpx_svc_dump_statistics(SvcContext *svc_ctx) argument
1119 vpx_svc_release(SvcContext *svc_ctx) argument
1135 vpx_svc_get_rc_stats_buffer_size(const SvcContext *svc_ctx) argument
1141 vpx_svc_get_rc_stats_buffer(const SvcContext *svc_ctx) argument
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c215 static SvcInternal *get_svc_internal(SvcContext *svc_ctx) { argument
216 if (svc_ctx == NULL) return NULL;
217 if (svc_ctx->internal == NULL) {
222 svc_ctx->internal = si;
224 return (SvcInternal *)svc_ctx->internal;
227 static const SvcInternal *get_const_svc_internal(const SvcContext *svc_ctx) { argument
228 if (svc_ctx == NULL) return NULL;
229 return (const SvcInternal *)svc_ctx->internal;
232 static void svc_log_reset(SvcContext *svc_ctx) { argument
233 SvcInternal *const si = (SvcInternal *)svc_ctx
237 svc_log(SvcContext *svc_ctx, int level, const char *fmt, ...) argument
264 set_option_encoding_mode(SvcContext *svc_ctx, const char *value_str) argument
281 parse_quantizer_values(SvcContext *svc_ctx, const char *quantizer_values, const int is_keyframe) argument
336 log_invalid_scale_factor(SvcContext *svc_ctx, const char *value) argument
341 parse_scale_factors(SvcContext *svc_ctx, const char *scale_factors) argument
404 parse_options(SvcContext *svc_ctx, const char *options) argument
457 vpx_svc_set_options(SvcContext *svc_ctx, const char *options) argument
467 vpx_svc_set_quantizers(SvcContext *svc_ctx, const char *quantizers, const int is_for_keyframe) argument
484 vpx_svc_set_scale_factors(SvcContext *svc_ctx, const char *scale_factors) argument
495 vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *enc_cfg) argument
665 calculate_enc_frame_flags(SvcContext *svc_ctx) argument
735 vpx_svc_get_layer_resolution(const SvcContext *svc_ctx, int layer, unsigned int *width, unsigned int *height) argument
765 set_svc_parameters(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx) argument
852 vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, struct vpx_image *rawimg, vpx_codec_pts_t pts, int64_t duration, int deadline) argument
1009 vpx_svc_get_message(const SvcContext *svc_ctx) argument
1015 vpx_svc_get_buffer(const SvcContext *svc_ctx) argument
1021 vpx_svc_get_frame_size(const SvcContext *svc_ctx) argument
1027 vpx_svc_get_encode_frame_count(const SvcContext *svc_ctx) argument
1033 vpx_svc_is_keyframe(const SvcContext *svc_ctx) argument
1039 vpx_svc_set_keyframe(SvcContext *svc_ctx) argument
1051 vpx_svc_dump_statistics(SvcContext *svc_ctx) argument
1116 vpx_svc_release(SvcContext *svc_ctx) argument
1132 vpx_svc_get_rc_stats_buffer_size(const SvcContext *svc_ctx) argument
1138 vpx_svc_get_rc_stats_buffer(const SvcContext *svc_ctx) argument
[all...]

Completed in 94 milliseconds