Home
last modified time | relevance | path

Searched refs:FRAME_COUNT (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaudioprocessing/tests/
Dmixerops_benchmark.cpp28 constexpr size_t FRAME_COUNT = 1000; in BM_VolumeRampMulti() local
29 constexpr size_t SAMPLE_COUNT = FRAME_COUNT * NCHAN; in BM_VolumeRampMulti()
34 float aux[FRAME_COUNT]{}; in BM_VolumeRampMulti()
47 volumeRampMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vol, volinc, &vola, volainc); in BM_VolumeRampMulti()
54 constexpr size_t FRAME_COUNT = 1000; in BM_VolumeMulti() local
55 constexpr size_t SAMPLE_COUNT = FRAME_COUNT * NCHAN; in BM_VolumeMulti()
60 float aux[FRAME_COUNT]{}; in BM_VolumeMulti()
70 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vol, vola); in BM_VolumeMulti()
Dmixerops_tests.cpp36 constexpr size_t FRAME_COUNT = 1000; in testStereoVolume() local
37 constexpr size_t SAMPLE_COUNT = FRAME_COUNT * NCHAN; in testStereoVolume()
61 float aux[FRAME_COUNT]{}; in testStereoVolume()
64 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vola, volaux); in testStereoVolume()
70 for (size_t i = 0; i < FRAME_COUNT; ++i) { in testStereoVolume()
89 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, volb, volaux); in testStereoVolume()
95 for (size_t i = 0; i < FRAME_COUNT; ++i) { in testStereoVolume()
118 float aux[FRAME_COUNT]{}; in testStereoVolume()
119 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vollr, volaux); in testStereoVolume()
122 for (size_t i = 0; i < FRAME_COUNT; ++i) { in testStereoVolume()
Dmixerops_objdump.cpp28 constexpr size_t FRAME_COUNT = 1000; in checkVolumeRampMulti() local
29 constexpr size_t SAMPLE_COUNT = FRAME_COUNT * NCHAN; in checkVolumeRampMulti()
34 float aux[FRAME_COUNT]{}; in checkVolumeRampMulti()
45 volumeRampMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vol, volinc, &vola, volainc); in checkVolumeRampMulti()
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h544 FRAME_COUNT = media::BnAudioFlingerService::TRANSACTION_frameCount, enumerator
/frameworks/base/media/java/android/media/
DAudioRecord.java2602 public static final String FRAME_COUNT = MM_PREFIX + "frameCount"; field in AudioRecord.MetricsConstants
DAudioTrack.java4650 public static final String FRAME_COUNT = MM_PREFIX + "frameCount"; field in AudioTrack.MetricsConstants
/frameworks/base/core/api/
Dtest-current.txt1999 field public static final String FRAME_COUNT = "android.media.audiorecord.frameCount";
2029 field public static final String FRAME_COUNT = "android.media.audiotrack.frameCount";