Home
last modified time | relevance | path

Searched refs:OpusProjectionEncoder (Results 1 – 3 of 3) sorted by relevance

/external/libopus/src/
Dopus_projection_encoder.c41 struct OpusProjectionEncoder struct
118 static MappingMatrix *get_mixing_matrix(OpusProjectionEncoder *st) in get_mixing_matrix()
122 align(sizeof(OpusProjectionEncoder))); in get_mixing_matrix()
125 static MappingMatrix *get_enc_demixing_matrix(OpusProjectionEncoder *st) in get_enc_demixing_matrix()
129 align(sizeof(OpusProjectionEncoder) + in get_enc_demixing_matrix()
133 static OpusMSEncoder *get_multistream_encoder(OpusProjectionEncoder *st) in get_multistream_encoder()
137 align(sizeof(OpusProjectionEncoder) + in get_multistream_encoder()
198 return align(sizeof(OpusProjectionEncoder)) + in opus_projection_ambisonics_encoder_get_size()
202 int opus_projection_ambisonics_encoder_init(OpusProjectionEncoder *st, opus_int32 Fs, in opus_projection_ambisonics_encoder_init()
308 OpusProjectionEncoder *opus_projection_ambisonics_encoder_create( in opus_projection_ambisonics_encoder_create()
[all …]
/external/libopus/include/
Dopus_projection.h100 typedef struct OpusProjectionEncoder OpusProjectionEncoder; typedef
161 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionEncoder *opus_projection_ambisonics_encoder_creat…
215 OpusProjectionEncoder *st,
256 OpusProjectionEncoder *st,
302 OpusProjectionEncoder *st,
314 OPUS_EXPORT void opus_projection_encoder_destroy(OpusProjectionEncoder *st);
331 OPUS_EXPORT int opus_projection_encoder_ctl(OpusProjectionEncoder *st, int request, ...) OPUS_ARG_N…
/external/libopus/tests/
Dtest_opus_projection.c196 OpusProjectionEncoder *st_enc = NULL; in test_creation_arguments()
291 OpusProjectionEncoder *st_enc; in test_encode_decode()