Searched refs:SvcContext (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | svc_context.h | 49 } SvcContext; typedef 59 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options); 66 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx, 75 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx, 81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 87 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, 94 void vpx_svc_release(SvcContext *svc_ctx); 99 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx); 104 const char *vpx_svc_get_message(const SvcContext *svc_ctx); 109 size_t vpx_svc_get_frame_size(const SvcContext *svc_ctx); [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 215 static SvcInternal *get_svc_internal(SvcContext *svc_ctx) { in get_svc_internal() 227 static const SvcInternal *get_const_svc_internal(const SvcContext *svc_ctx) { in get_const_svc_internal() 232 static void svc_log_reset(SvcContext *svc_ctx) { in svc_log_reset() 237 static int svc_log(SvcContext *svc_ctx, int level, const char *fmt, ...) { in svc_log() 264 static vpx_codec_err_t set_option_encoding_mode(SvcContext *svc_ctx, in set_option_encoding_mode() 281 static vpx_codec_err_t parse_quantizer_values(SvcContext *svc_ctx, in parse_quantizer_values() 336 static void log_invalid_scale_factor(SvcContext *svc_ctx, const char *value) { in log_invalid_scale_factor() 341 static vpx_codec_err_t parse_scale_factors(SvcContext *svc_ctx, in parse_scale_factors() 404 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) { in parse_options() 457 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { in vpx_svc_set_options() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp9_spatial_scalable_encoder.c | 122 AppInput *app_input, SvcContext *svc_ctx, in parse_command_line() 289 SvcContext svc_ctx; in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | svc_test.cc | 72 SvcContext svc_;
|