Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 25 of 27) sorted by relevance

12

/system/media/audio_utils/fuzz/monoblend_fuzzer/
Dmonoblend_fuzzer.cpp45 size_t frames = samples / std::max(channelCount, (size_t)1); in LLVMFuzzerTestOneInput() local
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h469 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()
Dsndfile.h39 sf_count_t frames; member
DTimestampVerifier.h61 constexpr void add(F frames, T timeNs, uint32_t sampleRate) { in add()
/system/media/audio_utils/
Dmono_blend.cpp23 void mono_blend(void *buf, audio_format_t format, size_t channelCount, size_t frames, bool limit) { in mono_blend()
DPowerLog.cpp64 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()
DBalance.cpp76 void Balance::process(float *buffer, size_t frames) in process()
Dprimitives.c346 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()
Dresampler.c240 int frames = speex_resampler_get_input_latency(rsmp->speex_resampler); in create_resampler() local
DMelProcessor.cpp247 const size_t frames = samples / mChannelCount; in applyAWeight_l() local
Decho_reference.c222 size_t frames = buffer->frame_count; in echo_reference_write() local
/system/core/healthd/
Danimation.h70 frame* frames = nullptr; member
81 ~animation() { delete frames; } in ~animation() local
DAnimationParser.cpp88 std::vector<animation::frame> frames; in parse_animation_desc() local
Dhealthd_mode_charger_test.cpp149 .WillRepeatedly(Invoke([&](const auto&, int* frames, int* fps, GRSurface*** surface) { in ExpectChargerResAt()
Dhealthd_mode_charger.cpp845 int Charger::CreateMultiDisplaySurface(const std::string& name, int* frames, int* fps, in CreateMultiDisplaySurface()
/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp109 const std::vector<FrameData>& frames = unwinder.frames(); in TEST() local
DAndroidUnwinderTest.cpp55 static std::string GetBacktrace(AndroidUnwinder& unwinder, std::vector<FrameData>& frames) { in GetBacktrace()
/system/core/debuggerd/libdebuggerd/
Dgwp_asan.cpp144 std::unique_ptr<uintptr_t[]> frames(new uintptr_t[kMaxTraceLength]); in AddCauseProtos() local
Dtombstone_proto.cpp411 static void dump_thread_backtrace(std::vector<unwindstack::FrameData>& frames, Thread& thread) { in dump_thread_backtrace()
/system/media/audio_utils/tests/
Dtimestampverifier_tests.cpp63 constexpr int64_t frames[] { 0, 48000 }; in TEST() local
Dchannelmix_tests.cpp130 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/
Dalsa_device_proxy.c255 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/
DUnwinder.h74 std::vector<FrameData>& frames() { return frames_; } in frames() function
77 std::vector<FrameData> frames = std::move(frames_); in ConsumeFrames() local
DAndroidUnwinder.h51 std::vector<FrameData> frames; member
/system/memory/libmemunreachable/include/memunreachable/
Dmemunreachable.h51 uintptr_t frames[max_frames] = {}; member

12