Searched defs:DecodeTimestamp (Results 1 – 2 of 2) sorted by relevance
23 DecodeTimestamp() {} in DecodeTimestamp() function24 DecodeTimestamp(const DecodeTimestamp& rhs) : ts_(rhs.ts_) { } in DecodeTimestamp() function93 explicit DecodeTimestamp(base::TimeDelta timestamp) : ts_(timestamp) { } in DecodeTimestamp() function
150 bool DecodeTimestamp(const float* samples, size_t length, uint16* timestamp) { in DecodeTimestamp() function