Searched refs:readFrames (Results 1 – 3 of 3) sorted by relevance
118 std::vector<TouchVideoFrame> readFrames();
162 std::vector<TouchVideoFrame> frames = readFrames(); in readAndQueueFrames()221 std::vector<TouchVideoFrame> TouchVideoDevice::readFrames() { in readFrames() function in android::TouchVideoDevice
1316 size_t readFrames = 0; in processAudioBuffer() local1380 readFrames += releasedFrames; in processAudioBuffer()1404 if (readFrames > 0) { in processAudioBuffer()1406 mFramesRead += readFrames; in processAudioBuffer()