/system/media/audio_utils/fuzz/monoblend_fuzzer/ |
D | monoblend_fuzzer.cpp | 45 size_t frames = samples / std::max(channelCount, (size_t)1); in LLVMFuzzerTestOneInput() local
|
/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 469 void zeroChannels(D *out, size_t frames, size_t stride, size_t channelCount) { in zeroChannels() 482 void biquad_filter_func_impl(F *out, const F *in, size_t frames, size_t stride, in biquad_filter_func_impl() 554 void biquad_filter_func(D *out, const D *in, size_t frames, size_t stride, in biquad_filter_func() 915 void process(D* out, const D* in, size_t frames) { in process() 927 void process(D* out, const D* in, size_t frames, size_t stride) { in process() 951 void process1D(D* inout, size_t frames) { in process1D()
|
D | sndfile.h | 39 sf_count_t frames; member
|
D | TimestampVerifier.h | 61 constexpr void add(F frames, T timeNs, uint32_t sampleRate) { in add()
|
/system/media/audio_utils/ |
D | mono_blend.cpp | 23 void mono_blend(void *buf, audio_format_t format, size_t channelCount, size_t frames, bool limit) { in mono_blend()
|
D | PowerLog.cpp | 64 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) in log() 265 const void *buffer, size_t frames, int64_t now_ns) in power_log_log()
|
D | Balance.cpp | 76 void Balance::process(float *buffer, size_t frames) in process()
|
D | primitives.c | 346 void downmix_to_mono_float_from_stereo_float(float *dst, const float *src, size_t frames) in downmix_to_mono_float_from_stereo_float() 354 void upmix_to_stereo_float_from_mono_float(float *dst, const float *src, size_t frames) in upmix_to_stereo_float_from_mono_float() 384 size_t nonZeroStereo32(const int32_t *frames, size_t count) in nonZeroStereo32() 394 size_t nonZeroStereo16(const int16_t *frames, size_t count) in nonZeroStereo16()
|
D | resampler.c | 240 int frames = speex_resampler_get_input_latency(rsmp->speex_resampler); in create_resampler() local
|
D | MelProcessor.cpp | 247 const size_t frames = samples / mChannelCount; in applyAWeight_l() local
|
D | echo_reference.c | 222 size_t frames = buffer->frame_count; in echo_reference_write() local
|
/system/core/healthd/ |
D | animation.h | 70 frame* frames = nullptr; member 81 ~animation() { delete frames; } in ~animation() local
|
D | AnimationParser.cpp | 88 std::vector<animation::frame> frames; in parse_animation_desc() local
|
D | healthd_mode_charger_test.cpp | 149 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
|
D | healthd_mode_charger.cpp | 845 int Charger::CreateMultiDisplaySurface(const std::string& name, int* frames, int* fps, in CreateMultiDisplaySurface()
|
/system/unwinding/libunwindstack/tests/ |
D | VerifyBionicTerminationTest.cpp | 109 const std::vector<FrameData>& frames = unwinder.frames(); in TEST() local
|
D | AndroidUnwinderTest.cpp | 55 static std::string GetBacktrace(AndroidUnwinder& unwinder, std::vector<FrameData>& frames) { in GetBacktrace()
|
/system/core/debuggerd/libdebuggerd/ |
D | gwp_asan.cpp | 144 std::unique_ptr<uintptr_t[]> frames(new uintptr_t[kMaxTraceLength]); in AddCauseProtos() local
|
D | tombstone_proto.cpp | 411 static void dump_thread_backtrace(std::vector<unwindstack::FrameData>& frames, Thread& thread) { in dump_thread_backtrace()
|
/system/media/audio_utils/tests/ |
D | timestampverifier_tests.cpp | 63 constexpr int64_t frames[] { 0, 48000 }; in TEST() local
|
D | channelmix_tests.cpp | 130 const size_t frames = input.size() / channels; in channelStatistics() local 158 size_t frames = 100; // set to an even number (2, 4, 6 ... ) stream alternates +1, -1. in testBalance() local
|
/system/media/alsa_utils/ |
D | alsa_device_proxy.c | 255 uint64_t *frames, struct timespec *timestamp) in proxy_get_presentation_position() 288 int64_t *frames, int64_t *time) in proxy_get_capture_position()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Unwinder.h | 74 std::vector<FrameData>& frames() { return frames_; } in frames() function 77 std::vector<FrameData> frames = std::move(frames_); in ConsumeFrames() local
|
D | AndroidUnwinder.h | 51 std::vector<FrameData> frames; member
|
/system/memory/libmemunreachable/include/memunreachable/ |
D | memunreachable.h | 51 uintptr_t frames[max_frames] = {}; member
|