Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:FORMAT

429     snprintf(buffer, SIZE, "Format: %d\n", mFormat);
701 // TODO: add rule for hw accelerated effects on direct outputs with non PCM format
1096 audio_format_t format,
1129 audio_is_linear_pcm(format) &&
1152 "mFrameCount=%d format=%d isLinear=%d channelMask=%#x sampleRate=%u mSampleRate=%u "
1154 isTimed, sharedBuffer.get(), frameCount, mFrameCount, format,
1155 audio_is_linear_pcm(format),
1175 if ((format & AUDIO_FORMAT_MAIN_MASK) == AUDIO_FORMAT_PCM) {
1176 if (sampleRate != mSampleRate || format != mFormat || channelMask != mChannelMask) {
1177 ALOGE("createTrack_l() Bad parameter: sampleRate %u format %d, channelMask 0x%08x "
1178 "for output %p with format %d",
1179 sampleRate, format, channelMask, mOutput, mFormat);
1220 track = new Track(this, client, streamType, sampleRate, format,
1223 track = TimedTrack::create(this, client, streamType, sampleRate, format,
1409 desc.format = mFormat;
1702 - format: PCM or not
1893 const String8 myName(String8::format("thread %p type %d TID %d", this, mType, gettid()));
2106 NBAIO_Format format = mOutputSink->format();
2110 MonoPipe *monoPipe = new MonoPipe(mNormalFrameCount * 4, format, true /*writeCanBlock*/);
2111 const NBAIO_Format offers[1] = {format};
2122 Pipe *teeSink = new Pipe(mTeeSinkOutputFrames, format);
2683 // vl and vr are now in 8.24 format
2707 // Convert volumes from 8.24 to 4.12 format
2732 AudioMixer::FORMAT, (void *)track->format());
3755 mBytesRead >> Format_frameBitShift(mTeeSink->format()));
3855 audio_format_t format,
3878 format, channelMask, frameCount, sessionId);
4315 desc.format = mFormat;