OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startPointMs
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h
30
int
startPointMs
= 0,
38
int
startPointMs
= 0, int stopPointMs = 0);
voe_file_impl.cc
59
int
startPointMs
,
64
"loop=%d, format=%d, volumeScaling=%5.3f,
startPointMs
=%d,"
67
startPointMs
, stopPointMs);
86
startPointMs
,
96
int
startPointMs
,
101
"volumeScaling=%5.3f,
startPointMs
=%d, stopPointMs=%d)",
102
channel, format, volumeScaling,
startPointMs
, stopPointMs);
121
startPointMs
,
187
const uint32_t
startPointMs
(0);
196
startPointMs
,
[
all
...]
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.h
45
const uint32_t
startPointMs
= 0,
53
const uint32_t
startPointMs
= 0,
101
// Returns true if the combination of
startPointMs
and stopPointMs is valid.
102
static bool ValidFilePositions(const uint32_t
startPointMs
,
114
// true.
startPointMs
and stopPointMs, unless zero,
115
// specify what part of the file should be read. From
startPointMs
ms to
124
const uint32_t
startPointMs
= 0,
137
// true.
startPointMs
and stopPointMs, unless zero,
138
// specify what part of the file should be read. From
startPointMs
ms to
148
const uint32_t
startPointMs
= 0
[
all
...]
media_file_impl.cc
373
const uint32_t
startPointMs
,
378
format, codecInst,
startPointMs
, stopPointMs);
389
const uint32_t
startPointMs
= 0;
392
format, 0,
startPointMs
, stopPointMs);
402
const uint32_t
startPointMs
,
414
if(!ValidFilePositions(
startPointMs
,stopPointMs))
420
if((
startPointMs
&& stopPointMs && !loop) &&
421
(notificationTimeMs > (stopPointMs -
startPointMs
)))
454
format, codecInst,
startPointMs
, stopPointMs,
477
const uint32_t
startPointMs
,
[
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.
91
const uint32_t
startPointMs
= 0,
138
//
startPointMs
and stopPointMs, unless zero, specify what part of the file
139
// should be read. From
startPointMs
ms to stopPointMs ms.
143
const uint32_t
startPointMs
= 0,
167
//
startPointMs
and stopPointMs, unless zero, specify what part of the file
168
// should be read. From
startPointMs
ms to stopPointMs ms.
170
const uint32_t
startPointMs
= 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,
75
// specify what part of the file should be read. From
startPointMs
ms to
85
const uint32_t
startPointMs
= 0,
104
// provide a non-NULL codecInst.
startPointMs
and stopPointMs, unless zero,
105
// specify what part of the file should be read. From
startPointMs
ms to
114
const uint32_t
startPointMs
= 0,
/external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h
69
int
startPointMs
= 0,
79
int
startPointMs
= 0, int stopPointMs = 0) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
587
float volumeScaling, int
startPointMs
,
595
float volumeScaling, int
startPointMs
,
[
all
...]
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc
[
all
...]
Completed in 467 milliseconds