Searched defs:frames (Results 1 – 11 of 11) sorted by relevance
/system/media/audio_utils/ |
D | conversion.cpp | 26 void mono_blend(void *buf, audio_format_t format, size_t channelCount, size_t frames, bool limit) { in mono_blend()
|
D | primitives.c | 277 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()
|
D | resampler.c | 239 int frames = speex_resampler_get_input_latency(rsmp->speex_resampler); in create_resampler() local
|
D | echo_reference.c | 215 size_t frames = buffer->frame_count; in echo_reference_write() local
|
/system/media/audio_utils/include/audio_utils/ |
D | sndfile.h | 37 sf_count_t frames; member
|
/system/core/healthd/ |
D | AnimationParser.cpp | 89 std::vector<animation::frame> frames; in parse_animation_desc() local
|
D | animation.h | 59 frame* frames; member
|
/system/media/alsa_utils/ |
D | alsa_device_proxy.c | 180 uint64_t *frames, struct timespec *timestamp) in proxy_get_presentation_position()
|
/system/core/libmemunreachable/include/memunreachable/ |
D | memunreachable.h | 48 uintptr_t frames[max_frames]; member
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 632 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/ |
D | primitives_tests.cpp | 108 size_t frames = size/3; in checkMonotonep24() local
|