Home
last modified time | relevance | path

Searched refs:writeFormat (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/afutils/
DNBAIO_Tee.cpp406 audio_format_t writeFormat; in createInternal() local
412 writeFormat = AUDIO_FORMAT_PCM_16_BIT; in createInternal()
419 writeFormat = AUDIO_FORMAT_PCM_32_BIT; in createInternal()
424 writeFormat = AUDIO_FORMAT_PCM_FLOAT; in createInternal()
453 channelCount * audio_bytes_per_sample(writeFormat), //output framesize in createInternal()
467 if (format != writeFormat && audio_is_linear_pcm(format)) { in createInternal()
469 buffer, writeFormat, buffer, format, actualRead * info.channels); in createInternal()
473 switch (writeFormat) { in createInternal()
484 LOG_ALWAYS_FATAL("%s: %s writeFormat: %#x", __func__, filename.c_str(), writeFormat); in createInternal()