Home
last modified time | relevance | path

Searched refs:frameCountInt (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
DAudioRecord.cpp127 int frameCountInt, in set() argument
160 if (frameCountInt < 0) { in set()
161 ALOGE("Invalid frame count %d", frameCountInt); in set()
164 size_t frameCount = frameCountInt; in set()
DAudioTrack.cpp169 int frameCountInt, in set() argument
217 if (frameCountInt < 0) { in set()
218 ALOGE("Invalid frame count %d", frameCountInt); in set()
221 size_t frameCount = frameCountInt; in set()