OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopPointMs
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h
31
int
stopPointMs
= 0);
38
int startPointMs = 0, int
stopPointMs
= 0);
voe_file_impl.cc
60
int
stopPointMs
)
65
"
stopPointMs
=%d)",
67
startPointMs,
stopPointMs
);
88
stopPointMs
,
97
int
stopPointMs
)
101
"volumeScaling=%5.3f, startPointMs=%d,
stopPointMs
=%d)",
102
channel, format, volumeScaling, startPointMs,
stopPointMs
);
123
stopPointMs
,
188
const uint32_t
stopPointMs
(0);
198
stopPointMs
,
[
all
...]
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.h
48
const uint32_t
stopPointMs
= 0) OVERRIDE;
57
const uint32_t
stopPointMs
= 0) OVERRIDE;
104
// Returns true if the combination of startPointMs and
stopPointMs
is valid.
106
const uint32_t
stopPointMs
);
117
// true. startPointMs and
stopPointMs
, unless zero,
119
//
stopPointMs
ms.
128
const uint32_t
stopPointMs
= 0);
140
// true. startPointMs and
stopPointMs
, unless zero,
142
//
stopPointMs
ms.
152
const uint32_t
stopPointMs
= 0
[
all
...]
media_file_impl.cc
374
const uint32_t
stopPointMs
)
378
format, codecInst, startPointMs,
stopPointMs
);
390
const uint32_t
stopPointMs
= 0;
392
format, 0, startPointMs,
stopPointMs
);
403
const uint32_t
stopPointMs
)
414
if(!ValidFilePositions(startPointMs,
stopPointMs
))
420
if((startPointMs &&
stopPointMs
&& !loop) &&
421
(notificationTimeMs > (
stopPointMs
- startPointMs)))
454
format, codecInst, startPointMs,
stopPointMs
,
478
const uint32_t
stopPointMs
)
[
all
...]
media_file_utility.h
88
// startPointMs and
stopPointMs
, unless zero, specify what part of the file
89
// should be read. From startPointMs ms to
stopPointMs
ms.
92
const uint32_t
stopPointMs
= 0);
138
// startPointMs and
stopPointMs
, unless zero, specify what part of the file
139
// should be read. From startPointMs ms to
stopPointMs
ms.
144
const uint32_t
stopPointMs
= 0,
167
// startPointMs and
stopPointMs
, unless zero, specify what part of the file
168
// should be read. From startPointMs ms to
stopPointMs
ms.
171
const uint32_t
stopPointMs
= 0);
/external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file.h
74
// provide a non-NULL codecInst. startPointMs and
stopPointMs
, unless zero,
76
//
stopPointMs
ms.
86
const uint32_t
stopPointMs
= 0) = 0;
104
// provide a non-NULL codecInst. startPointMs and
stopPointMs
, unless zero,
106
//
stopPointMs
ms.
115
const uint32_t
stopPointMs
= 0) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h
70
int
stopPointMs
= 0) = 0;
79
int startPointMs = 0, int
stopPointMs
= 0) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
710
int
stopPointMs
)) {
718
int
stopPointMs
)) {
[
all
...]
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc
[
all
...]
Completed in 2475 milliseconds