HomeSort by relevance Sort by last modified time
    Searched defs:lFormat (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 238 int lFormat = pFormat ? *pFormat : 0;
242 ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
245 if (lFormat == 0) lFormat = format();
250 if ((lFormat != format()) ||
259 if (pFormat) *pFormat = lFormat;
AudioDumpInterface.cpp 63 int lFormat = AudioSystem::PCM_16_BIT;
70 lFormat = outFinal->format();
76 lFormat = *format;
78 *format = lFormat;
100 devices, lFormat, lChannels, lRate);
130 int lFormat = AudioSystem::PCM_16_BIT;
136 lFormat = inFinal->format();
142 lFormat = *format;
144 *format = lFormat;
166 devices, lFormat, lChannels, lRate)
    [all...]
AudioHardwareGeneric.cpp 200 int lFormat = pFormat ? *pFormat : 0;
205 if (lFormat == 0) lFormat = format();
210 if ((lFormat != format()) ||
219 if (pFormat) *pFormat = lFormat;
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 85 audio_format_t lFormat = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT;
90 if (lFormat == AUDIO_FORMAT_DEFAULT) lFormat = format();
94 if (pFormat) *pFormat = lFormat;
98 mIsEncoded = !audio_is_linear_pcm(lFormat);
102 if ((lFormat != format()) ||
108 if (!mOwnerHAL.getHDMIAudioCaps().supportsFormat(lFormat,
114 mInputFormat = lFormat;

Completed in 3193 milliseconds