Searched refs:readFrames (Results 1 – 3 of 3) sorted by relevance
118 std::vector<TouchVideoFrame> readFrames();
158 std::vector<TouchVideoFrame> frames = readFrames(); in readAndQueueFrames()216 std::vector<TouchVideoFrame> TouchVideoDevice::readFrames() { in readFrames() function in android::TouchVideoDevice
1171 size_t readFrames = 0; in processAudioBuffer() local1235 readFrames += releasedFrames; in processAudioBuffer()1259 if (readFrames > 0) { in processAudioBuffer()1261 mFramesRead += readFrames; in processAudioBuffer()