Searched refs:mReadLocations (Results 1 – 2 of 2) sorted by relevance
47 mReadLocations(readLocations) { in TouchVideoDevice()205 const int16_t* readFrom = mReadLocations[buf.index]; in readFrame()239 for (const int16_t* buffer : mReadLocations) { in ~TouchVideoDevice()
100 std::array<const int16_t*, NUM_BUFFERS> mReadLocations; variable