Home
last modified time | relevance | path

Searched defs:DecodeTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/base/
Dstream_parser_buffer.h23 DecodeTimestamp() {} in DecodeTimestamp() function
24 DecodeTimestamp(const DecodeTimestamp& rhs) : ts_(rhs.ts_) { } in DecodeTimestamp() function
93 explicit DecodeTimestamp(base::TimeDelta timestamp) : ts_(timestamp) { } in DecodeTimestamp() function
/external/chromium_org/media/cast/test/utility/
Daudio_utility.cc150 bool DecodeTimestamp(const float* samples, size_t length, uint16* timestamp) { in DecodeTimestamp() function