Home | History | Annotate | Download | only in libmedia

Lines Matching refs:frameCount

259 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType)
272 return getFrameCount(output, streamType, frameCount);
277 size_t* frameCount)
287 *frameCount = af->frameCount(output);
289 *frameCount = outputDesc->frameCount;
293 ALOGV("getFrameCount() streamType %d, output %d, frameCount %d", streamType, output,
294 *frameCount);
458 ALOGV("ioConfigChanged() new output samplingRate %u, format %d channel mask %#x frameCount %u "
461 outputDesc->frameCount, outputDesc->latency);
483 "frameCount %d latency %d",
485 desc->channelMask, desc->frameCount, desc->latency);