OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_stopPointInMs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc
54
_stopPointInMs
(0),
769
_stopPointInMs
= stop;
980
if(InitWavReading(wav, _startPointInMs,
_stopPointInMs
) == -1)
1000
(InitWavReading(wav, _startPointInMs,
_stopPointInMs
) == -1))
1021
if((
_stopPointInMs
> 0) &&
1022
(_playoutPositionMs >=
_stopPointInMs
))
1025
(InitWavReading(wav, _startPointInMs,
_stopPointInMs
) == -1))
[
all
...]
media_file_utility.h
320
uint32_t
_stopPointInMs
;
Completed in 210 milliseconds