OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cluster_start_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/formats/webm/
webm_cluster_parser.h
158
base::TimeDelta cluster_start_time() const { return
cluster_start_time_
; }
248
base::TimeDelta
cluster_start_time_
;
member in class:media::WebMClusterParser
webm_cluster_parser.cc
43
cluster_start_time_
(kNoTimestamp()),
62
cluster_start_time_
= kNoTimestamp();
88
if (
cluster_start_time_
== kNoTimestamp()) {
94
cluster_start_time_
= base::TimeDelta::FromMicroseconds(
146
cluster_start_time_
= kNoTimestamp();
407
if (
cluster_start_time_
== kNoTimestamp())
408
cluster_start_time_
= timestamp;
Completed in 176 milliseconds