OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remainingBytes
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/loader/
ProgressTracker.cpp
181
long long
remainingBytes
, estimatedBytesForPendingRequests;
191
remainingBytes
= ((m_totalPageAndResourceBytesToLoad + estimatedBytesForPendingRequests) - m_totalBytesReceived);
192
if (
remainingBytes
> 0) // Prevent divide by 0.
193
percentOfRemainingBytes = (double)bytesReceived / (double)
remainingBytes
;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c
[
all
...]
/frameworks/av/media/libstagefright/
MP3Extractor.cpp
101
ssize_t
remainingBytes
= 0;
112
if (
remainingBytes
< 4) {
116
memcpy(buf, tmp,
remainingBytes
);
117
bytesToRead = kMaxReadBytes -
remainingBytes
;
124
totalBytesRead = source->readAt(pos +
remainingBytes
,
125
buf +
remainingBytes
,
131
totalBytesRead +=
remainingBytes
;
132
remainingBytes
= totalBytesRead;
143
--
remainingBytes
;
154
--
remainingBytes
;
[
all
...]
OMXCodec.cpp
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 259 milliseconds