OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocLen
(Results
1 - 10
of
10
) sorted by null
/device/generic/goldfish/opengl/host/include/libOpenglRender/
IOStream.h
54
int
allocLen
= m_bufsize < len ? len : m_bufsize;
55
m_buf = (unsigned char *)allocBuffer(
allocLen
);
57
ERR("Alloc (%u bytes) failed\n",
allocLen
);
60
m_bufsize = m_free =
allocLen
;
/sdk/emulator/opengl/host/include/libOpenglRender/
IOStream.h
54
int
allocLen
= m_bufsize < len ? len : m_bufsize;
55
m_buf = (unsigned char *)allocBuffer(
allocLen
);
57
ERR("Alloc (%u bytes) failed\n",
allocLen
);
60
m_bufsize = m_free =
allocLen
;
/dalvik/vm/hprof/
HprofOutput.cpp
87
ctx->curRec.
allocLen
= 128;
88
ctx->curRec.body = (unsigned char *)malloc(ctx->curRec.
allocLen
);
150
//xxx if we used less than half (or whatever) of
allocLen
, shrink the buffer.
185
if (minSize > rec->
allocLen
) {
189
newAllocLen = rec->
allocLen
* 2;
191
newAllocLen = rec->
allocLen
+ nmore + nmore/2;
196
rec->
allocLen
= newAllocLen;
203
assert(rec->length + nmore <= rec->
allocLen
);
Hprof.h
109
size_t
allocLen
;
/dalvik/vm/alloc/
HeapBitmap.h
59
size_t
allocLen
;
HeapBitmap.cpp
41
hb->bitsLen = hb->
allocLen
= bitsLen;
55
munmap((char *)hb->bits, hb->
allocLen
);
/frameworks/base/libs/androidfw/
Asset.cpp
574
long
allocLen
;
578
allocLen
= mLength;
580
allocLen
= 1;
582
buf = new unsigned char[
allocLen
];
584
ALOGE("alloc of %ld bytes failed\n", (long)
allocLen
);
588
ALOGV("Asset %p allocating buffer size %d (smaller than threshold)", this, (int)
allocLen
);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
290
ExynosVideoErrorType (*ExtensionEnqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int
allocLen
[], unsigned int dataSize[], int nPlanes, void *pPrivate);
313
ExynosVideoErrorType (*ExtensionEnqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int
allocLen
[], unsigned int dataSize[], int nPlanes, void *pPrivate);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
[
all
...]
Completed in 105 milliseconds