OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSizeBytes
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java
24
public ThumbnailCache(int
maxSizeBytes
) {
25
super(
maxSizeBytes
);
/external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h
70
int
maxSizeBytes
= -1);
82
int
maxSizeBytes
= -1);
voe_file_impl.cc
379
int
maxSizeBytes
)
383
"compression,
maxSizeBytes
=%d)",
384
channel, fileNameUTF8,
maxSizeBytes
);
470
const char* fileNameUTF8, CodecInst* compression, int
maxSizeBytes
)
474
"
maxSizeBytes
=%d)", fileNameUTF8,
maxSizeBytes
);
/external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h
116
int
maxSizeBytes
= -1) = 0;
128
int
maxSizeBytes
= -1) = 0;
/packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java
375
long
maxSizeBytes
= (long) Math.min(Math.floor(
378
// Round
maxSizeBytes
up to a multiple of 1024KB (but only if
379
//
maxSizeBytes
> 1MB).
381
if (
maxSizeBytes
< maxSizeStepBytes) {
384
long roundingExtra =
maxSizeBytes
% maxSizeStepBytes == 0 ? 0 : 1;
386
* ((
maxSizeBytes
/ maxSizeStepBytes) + roundingExtra));
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.h
67
const uint32_t
maxSizeBytes
= 0);
174
// specifies the encoding of the video data.
maxSizeBytes
specifies the
186
const uint32_t
maxSizeBytes
= 0,
195
// specifies the encoding of the video data.
maxSizeBytes
specifies the
media_file_impl.cc
856
const uint32_t
maxSizeBytes
)
860
notificationTimeMs,
maxSizeBytes
);
872
const uint32_t
maxSizeBytes
= 0;
875
notificationTimeMs,
maxSizeBytes
, videoOnly);
884
const uint32_t
maxSizeBytes
,
918
if(
maxSizeBytes
)
920
outputStream->SetMaxFileSize(
maxSizeBytes
);
[
all
...]
/external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file.h
151
// codecInst specifies the encoding of the audio data.
maxSizeBytes
161
const uint32_t
maxSizeBytes
= 0) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h
627
int
maxSizeBytes
));
633
int
maxSizeBytes
)) {
[
all
...]
Completed in 130 milliseconds