OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataLengthInBytes
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/media_file/
media_file_utility.h
39
// codec frame size.
dataLengthInBytes
indicates the size of audioBuffer.
45
const size_t
dataLengthInBytes
);
50
//
dataLengthInBytes
indicates the size of both audioBufferLeft and
92
// codec frame size.
dataLengthInBytes
indicates the size of audioBuffer.
95
const size_t
dataLengthInBytes
);
118
// codec frame size.
dataLengthInBytes
indicates the size of audioBuffer.
122
const size_t
dataLengthInBytes
);
144
// codec frame size.
dataLengthInBytes
indicates the size of audioBuffer.
148
const size_t
dataLengthInBytes
);
162
const size_t
dataLengthInBytes
);
[
all
...]
media_file.h
30
// codec frame size.
dataLengthInBytes
is both an input and output
39
size_t&
dataLengthInBytes
) = 0;
44
//
dataLengthInBytes
is both an input and output parameter. As input
53
size_t&
dataLengthInBytes
) = 0;
media_file_impl.h
34
size_t&
dataLengthInBytes
) override;
38
size_t&
dataLengthInBytes
) override;
media_file_impl.cc
106
size_t&
dataLengthInBytes
)
110
buffer,
dataLengthInBytes
);
112
const size_t bufferLengthInBytes =
dataLengthInBytes
;
113
dataLengthInBytes
= 0;
170
dataLengthInBytes
= static_cast<size_t>(bytesRead);
185
dataLengthInBytes
= static_cast<size_t>(bytesRead);
235
size_t&
dataLengthInBytes
)
242
dataLengthInBytes
);
244
const size_t bufferLengthInBytes =
dataLengthInBytes
;
245
dataLengthInBytes
= 0
[
all
...]
media_file_utility.cc
577
size_t
dataLengthInBytes
)
581
"dataLen= %" PRIuS ")", &wav, buffer,
dataLengthInBytes
);
594
if(_dataSize < (_readPos +
dataLengthInBytes
))
609
int32_t bytesRead = wav.Read(buffer,
dataLengthInBytes
);
619
if(bytesRead < (int32_t)
dataLengthInBytes
)
629
bytesRead = wav.Read(buffer,
dataLengthInBytes
);
630
if(bytesRead < (int32_t)
dataLengthInBytes
)
640
// TODO (hellner): Why is
dataLengthInBytes
let dictate the number of bytes
744
const size_t
dataLengthInBytes
= frameSize * (lengthInBytes / frameSize);
748
bytesPerSample,
dataLengthInBytes
/ bytesPerSample)
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.h
348
unsigned short
dataLengthInBytes
);
channel.cc
[
all
...]
Completed in 58 milliseconds