OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SvcContext
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h
12
*
SvcContext
- input parameters and state to encode a multi-layered
49
}
SvcContext
;
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)
[
all
...]
/external/libvpx/libvpx/vpx/
svc_context.h
12
*
SvcContext
- input parameters and state to encode a multi-layered
46
}
SvcContext
;
86
vpx_codec_err_t vpx_svc_set_options(
SvcContext
*svc_ctx, const char *options);
91
vpx_codec_err_t vpx_svc_init(
SvcContext
*svc_ctx,
98
vpx_codec_err_t vpx_svc_encode(
SvcContext
*svc_ctx,
107
void vpx_svc_release(
SvcContext
*svc_ctx);
112
const char *vpx_svc_dump_statistics(
SvcContext
*svc_ctx);
117
const char *vpx_svc_get_message(const
SvcContext
*svc_ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c
215
static SvcInternal *get_svc_internal(
SvcContext
*svc_ctx) {
227
static const SvcInternal *get_const_svc_internal(const
SvcContext
*svc_ctx) {
232
static void svc_log_reset(
SvcContext
*svc_ctx) {
237
static int svc_log(
SvcContext
*svc_ctx, int level, const char *fmt, ...) {
264
static vpx_codec_err_t set_option_encoding_mode(
SvcContext
*svc_ctx,
281
static vpx_codec_err_t parse_quantizer_values(
SvcContext
*svc_ctx,
336
static void log_invalid_scale_factor(
SvcContext
*svc_ctx, const char *value) {
341
static vpx_codec_err_t parse_scale_factors(
SvcContext
*svc_ctx,
404
static vpx_codec_err_t parse_options(
SvcContext
*svc_ctx, const char *options) {
457
vpx_codec_err_t vpx_svc_set_options(
SvcContext
*svc_ctx, const char *options)
[
all
...]
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
82
static SvcInternal_t *get_svc_internal(
SvcContext
*svc_ctx) {
95
const
SvcContext
*svc_ctx) {
100
static void svc_log_reset(
SvcContext
*svc_ctx) {
105
static int svc_log(
SvcContext
*svc_ctx, SVC_LOG_LEVEL level,
158
static vpx_codec_err_t parse_layer_options_from_string(
SvcContext
*svc_ctx,
203
static vpx_codec_err_t parse_options(
SvcContext
*svc_ctx, const char *options) {
290
vpx_codec_err_t vpx_svc_set_options(
SvcContext
*svc_ctx,
301
void assign_layer_bitrates(const
SvcContext
*svc_ctx,
384
vpx_codec_err_t vpx_svc_init(
SvcContext
*svc_ctx, vpx_codec_ctx_t *codec_ctx,
510
vpx_codec_err_t vpx_svc_encode(
SvcContext
*svc_ctx
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c
122
AppInput *app_input,
SvcContext
*svc_ctx,
135
// initialize
SvcContext
with parameters that will be passed to vpx_svc_init
289
SvcContext
svc_ctx;
/external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c
155
AppInput *app_input,
SvcContext
*svc_ctx,
169
// initialize
SvcContext
with parameters that will be passed to vpx_svc_init
606
SvcContext
svc_ctx;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc
72
SvcContext
svc_;
/external/libvpx/libvpx/test/
svc_test.cc
313
SvcContext
svc_;
Completed in 157 milliseconds