| /system/media/audio_utils/include/audio_utils/ |
| D | BiquadFilter.h | 470 void zeroChannels(D *out, size_t frames, size_t stride, size_t channelCount) { in zeroChannels() 483 void biquad_filter_func_impl(F *out, const F *in, size_t frames, size_t stride, in biquad_filter_func_impl() 555 void biquad_filter_func(D *out, const D *in, size_t frames, size_t stride, in biquad_filter_func() 916 void process(D* out, const D* in, size_t frames) { in process() 928 void process(D* out, const D* in, size_t frames, size_t stride) { in process() 952 void process1D(D* inout, size_t frames) { in process1D()
|
| D | sndfile.h | 39 sf_count_t frames; member
|
| D | PowerLog.h | 47 size_t framesToProcess(size_t frames) const { in framesToProcess()
|
| D | TimestampVerifier.h | 61 constexpr void add(F frames, T timeNs, uint32_t sampleRate) { in add()
|
| /system/media/audio_utils/ |
| D | PowerLog.cpp | 55 void PowerLogBase::processEnergy(size_t frames, float energy, int64_t nowNs) { in processEnergy() 225 void PowerLog::log(const void *buffer, size_t frames, int64_t nowNs) { in log() 320 const void *buffer, size_t frames, int64_t now_ns) in power_log_log()
|
| 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 | 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 | 261 const size_t frames = samples / mChannelCount; in applyAWeight_l() local
|
| /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/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()
|
| /system/media/audio_utils/tests/ |
| D | channelmix_tests.cpp | 132 const size_t frames = input.size() / channels; in channelStatistics() local 160 size_t frames = 100; // set to an even number (2, 4, 6 ... ) stream alternates +1, -1. in testBalance() local 370 const size_t frames = 100; in testIdentity() local
|
| D | timestampverifier_tests.cpp | 63 constexpr int64_t frames[] { 0, 48000 }; in TEST() local
|
| /system/core/debuggerd/ |
| D | tombstone_symbolize.cpp | 102 std::vector<Symbolizer::Frame> frames; in SymbolizeCode() local
|
| /system/core/debuggerd/libdebuggerd/ |
| D | gwp_asan.cpp | 144 std::unique_ptr<uintptr_t[]> frames(new uintptr_t[kMaxTraceLength]); in AddCauseProtos() 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/unwinding/libunwindstack/tests/ |
| D | VerifyBionicTerminationTest.cpp | 107 const std::vector<FrameData>& frames = data.frames; in VerifyLibcInitTerminate() local
|
| /system/cros-codecs/src/decoder/stateless/vp9/ |
| D | vaapi.rs | 479 let mut frames = parser.parse_chunk(packet).unwrap(); in build_pic_params() localVariable 540 let mut frames = parser.parse_chunk(packet).unwrap(); in build_pic_params() localVariable
|
| /system/memory/libmemunreachable/include/memunreachable/ |
| D | memunreachable.h | 51 uintptr_t frames[max_frames] = {}; member
|
| /system/media/audio_utils/benchmarks/ |
| D | intrinsic_benchmark.cpp | 311 void process(F* out, const F* in1, const F* in2, size_t frames) { in process()
|