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

  /hardware/libhardware_legacy/audio/
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...]
A2dpAudioInterface.cpp 239 int lFormat = pFormat ? *pFormat : 0;
243 ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
246 if (lFormat == 0) lFormat = format();
251 if ((lFormat != format()) ||
260 if (pFormat) *pFormat = lFormat;
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 87 audio_format_t lFormat = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT;
92 if (lFormat == AUDIO_FORMAT_DEFAULT) lFormat = format();
96 if (pFormat) *pFormat = lFormat;
100 if (!audio_has_proportional_frames(lFormat)) {
101 ALOGW("set: format 0x%08X needs to be wrapped in SPDIF data burst", lFormat);
107 if ((lFormat != AUDIO_FORMAT_PCM_16_BIT && lFormat != AUDIO_FORMAT_PCM_8_24_BIT) ||
116 lFormat, lRate, audio_channel_count_from_out_mask(lChannels),
123 mInputFormat = lFormat;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h     [all...]

Completed in 591 milliseconds