Home | History | Annotate | Download | only in audio

Lines Matching refs:pFormat

194         int *pFormat,
198 int lFormat = pFormat ? *pFormat : 0;
211 if (pFormat) *pFormat = format();
217 if (pFormat) *pFormat = lFormat;
313 int *pFormat,
318 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE;
319 LOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate);
321 if ((*pFormat != format()) ||
325 *pFormat = format();