Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dconversion.cpp26 void mono_blend(void *buf, audio_format_t format, size_t channelCount, size_t frames, bool limit) { in mono_blend()
Dprimitives.c277 void downmix_to_mono_float_from_stereo_float(float *dst, const float *src, size_t frames) in downmix_to_mono_float_from_stereo_float()
285 void upmix_to_stereo_float_from_mono_float(float *dst, const float *src, size_t frames) in upmix_to_stereo_float_from_mono_float()
317 size_t nonZeroStereo32(const int32_t *frames, size_t count) in nonZeroStereo32()
329 size_t nonZeroStereo16(const int16_t *frames, size_t count) in nonZeroStereo16()
Dresampler.c239 int frames = speex_resampler_get_input_latency(rsmp->speex_resampler); in create_resampler() local
Decho_reference.c215 size_t frames = buffer->frame_count; in echo_reference_write() local
/system/media/audio_utils/include/audio_utils/
Dsndfile.h37 sf_count_t frames; member
/system/core/healthd/
DAnimationParser.cpp89 std::vector<animation::frame> frames; in parse_animation_desc() local
Danimation.h59 frame* frames; member
/system/media/alsa_utils/
Dalsa_device_proxy.c180 uint64_t *frames, struct timespec *timestamp) in proxy_get_presentation_position()
/system/core/libmemunreachable/include/memunreachable/
Dmemunreachable.h48 uintptr_t frames[max_frames]; member
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c632 const size_t frames = bytes / audio_stream_out_frame_size(stream); in out_write() local
826 uint64_t *frames, struct timespec *timestamp) in out_get_presentation_position()
/system/media/audio_utils/tests/
Dprimitives_tests.cpp108 size_t frames = size/3; in checkMonotonep24() local