Home
last modified time | relevance | path

Searched defs:FRAME_COUNT (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/libaudioprocessing/tests/
H A Dmixerops_benchmark.cpp28 constexpr size_t FRAME_COUNT = 1000; in BM_VolumeRampMulti() local
54 constexpr size_t FRAME_COUNT = 1000; in BM_VolumeMulti() local
H A Dmixerops_objdump.cpp28 constexpr size_t FRAME_COUNT = 1000; in checkVolumeRampMulti() local
H A Dmixerops_tests.cpp36 constexpr size_t FRAME_COUNT = 1000; in testStereoVolume() local
/aosp12/system/media/audio_utils/tests/
H A Dfifo_multiprocess.cpp30 #define FRAME_COUNT 2048 macro
H A Dbiquad_filter_tests.cpp41 constexpr size_t FRAME_COUNT = 5; variable
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h474 FRAME_COUNT = media::BnAudioFlingerService::TRANSACTION_frameCount, enumerator
/aosp12/frameworks/base/media/java/android/media/
H A DAudioRecord.java2394 public static final String FRAME_COUNT = MM_PREFIX + "frameCount"; field in AudioRecord.MetricsConstants
H A DAudioTrack.java4481 public static final String FRAME_COUNT = MM_PREFIX + "frameCount"; field in AudioTrack.MetricsConstants