Searched refs:halFrameCount (Results 1 – 1 of 1) sorted by relevance
79 int halFrameCount; in getFrameCount() local80 Result retval = getParam(AudioParameter::keyFrameCount, &halFrameCount); in getFrameCount()81 return retval == Result::OK ? halFrameCount : 0; in getFrameCount()