OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_startPointInMs
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/media_file/
media_file_utility.cc
53
_startPointInMs
(0),
396
_startPointInMs
= start;
602
if(InitWavReading(wav,
_startPointInMs
, _stopPointInMs) == -1)
622
(InitWavReading(wav,
_startPointInMs
, _stopPointInMs) == -1))
647
(InitWavReading(wav,
_startPointInMs
, _stopPointInMs) == -1))
917
_startPointInMs
= start;
945
if(
_startPointInMs
> 0)
947
while (_playoutPositionMs <=
_startPointInMs
)
969
if(
_startPointInMs
> 0)
971
while (_playoutPositionMs <=
_startPointInMs
)
[
all
...]
media_file_utility.h
265
uint32_t
_startPointInMs
;
Completed in 39 milliseconds