Searched refs:rawFrame (Results 1 – 2 of 2) sorted by relevance
158 vector<uint8_t> rawFrame) { in getTimestampInMicroSeconds() argument159 if (rawFrame.size() < 4) { in getTimestampInMicroSeconds()163 ((rawFrame.at(1) << 8) + rawFrame.at(0)) * 1000 + in getTimestampInMicroSeconds()164 ((rawFrame.at(3) << 8) + rawFrame.at(2)); in getTimestampInMicroSeconds()
225 vector<uint8_t> getTimestampInMicroSeconds(vector<uint8_t> rawFrame);