HomeSort by relevance Sort by last modified time
    Searched refs:downmix (Results 1 - 14 of 14) sorted by null

  /device/asus/flo/
audio_effects.conf 18 downmix {
88 downmix {
89 library downmix
  /device/lge/hammerhead/
audio_effects.conf 21 downmix {
123 downmix {
124 library downmix
  /device/lge/mako/
audio_effects.conf 21 downmix {
81 downmix {
82 library downmix
  /frameworks/av/media/libeffects/data/
audio_effects.conf 35 downmix {
124 downmix {
125 library downmix
  /external/chromium_org/third_party/opus/src/src/
opus_private.h 91 downmix_func downmix);
99 int delay_compensation, downmix_func downmix, opus_val32 *subframe_mem);
103 const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix);
analysis.h 82 const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix);
88 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
analysis.c 192 void tonality_analysis(TonalityAnalysisState *tonal, AnalysisInfo *info_out, const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix)
237 downmix(x, &tonal->inmem[tonal->mem_fill], IMIN(len, ANALYSIS_BUF_SIZE-tonal->mem_fill), offset, c1, c2, C);
263 downmix(x, &tonal->inmem[240], remaining, offset+ANALYSIS_BUF_SIZE-tonal->mem_fill, c1, c2, C);
623 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info)
636 tonality_analysis(analysis, NULL, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix);
opus_multistream_encoder.c 676 downmix_func downmix
718 delay_compensation, downmix, st->subframe_mem);
842 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix);
opus_encoder.c 690 downmix_func downmix)
731 downmix(x, sub, subframe, i*subframe, 0, -2, C);
859 int delay_compensation, downmix_func downmix, opus_val32 *subframe_mem)
866 0, subframe_mem, delay_compensation, downmix);
959 const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix)
1030 lsb_depth, downmix, &analysis_info);
    [all...]
  /frameworks/av/media/libeffects/downmix/
Android.mk 3 # Multichannel downmix effect library
  /device/samsung/manta/
audio_effects.conf 21 downmix {
81 downmix {
82 library downmix
  /bionic/libc/kernel/common/sound/
compress_params.h 204 __u32 downmix; member in struct:snd_enc_vorbis
  /external/kernel-headers/original/sound/
compress_params.h 274 * @downmix: Boolean. Downmix input from stereo to mono (has no effect on
288 __u32 downmix; member in struct:snd_enc_vorbis
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 215 __u32 downmix; member in struct:snd_enc_vorbis

Completed in 232 milliseconds