Searched refs:readFrames (Results 1 – 3 of 3) sorted by relevance
117 std::vector<TouchVideoFrame> readFrames();
162 std::vector<TouchVideoFrame> frames = readFrames(); in readAndQueueFrames()222 std::vector<TouchVideoFrame> TouchVideoDevice::readFrames() { in readFrames() function in android::TouchVideoDevice
1399 size_t readFrames = 0; in processAudioBuffer() local1473 readFrames += releasedFrames; in processAudioBuffer()1497 if (readFrames > 0) { in processAudioBuffer()1499 mFramesRead += readFrames; in processAudioBuffer()