Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DNBAIO_Tee.cpp404 audio_format_t writeFormat; in createInternal() local
409 writeFormat = AUDIO_FORMAT_PCM_16_BIT; in createInternal()
416 writeFormat = AUDIO_FORMAT_PCM_32_BIT; in createInternal()
421 writeFormat = AUDIO_FORMAT_PCM_FLOAT; in createInternal()
451 channelCount * audio_bytes_per_sample(writeFormat), //output framesize in createInternal()
465 if (format != writeFormat) { in createInternal()
467 buffer, writeFormat, buffer, format, actualRead * info.channels); in createInternal()
471 switch (writeFormat) { in createInternal()
482 LOG_ALWAYS_FATAL("%s: %s writeFormat: %#x", __func__, filename.c_str(), writeFormat); in createInternal()