HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 1951 - 1975 of 2813) sorted by null

<<71727374757677787980>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 154 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1);
611 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1);
  /frameworks/native/cmds/atrace/
atrace.cpp 591 in = (uint8_t*)malloc(bufSize);
592 out = (uint8_t*)malloc(bufSize);
  /frameworks/native/cmds/rawbu/
backup.cpp 290 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2);
455 char* readPath = (char*)malloc(pathLen+1);
  /frameworks/wilhelm/src/
data.c 194 SLchar *myURI = (SLchar *) malloc(len + 1);
486 SLchar *myMIME = (SLchar *) malloc(len + 1);
    [all...]
  /frameworks/wilhelm/tests/sandbox/
playbq.c 118 short *temp = (short *) malloc(READ_FRAMES * sfinfo.channels * sizeof(short));
287 buffers = (short *) malloc(framesPerBuffer * sfinfo.channels * sizeof(short) * numBuffers);
playbq.cpp 118 short *temp = (short *) malloc(READ_FRAMES * sfinfo.channels * sizeof(short));
287 buffers = (short *) malloc(framesPerBuffer * sfinfo.channels * sizeof(short) * numBuffers);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 66 #include <malloc.h>
296 pParmsTemp = (OMX_U8*)malloc(sizeof(G722ENC_AudioCodecParams) + 256);
300 G722ENC_DPRINT("%d :: Malloc Failed\n",__LINE__);
306 /*strmAttr = malloc(sizeof(LCML_STRMATTR));
311 G722ENC_DPRINT("strmAttr - failed to malloc\n");
336 arr = malloc (10 * sizeof(OMX_U16));
391 pTemp_lcml = (G722ENC_LCML_BUFHEADERTYPE *)malloc(size_lcml);
425 /*pTemp_lcml->pIpParam = (G722ENC_UAlgInBufParamStruct *)malloc(sizeof(G722ENC_UAlgInBufParamStruct));
449 G722ENC_DPRINT("%d :: Error: Malloc Failed...Exiting..\n",__LINE__);
466 pTemp_lcml = (G722ENC_LCML_BUFHEADERTYPE *)malloc(size_lcml)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 73 #include <malloc.h>
241 pTemp_lcml = (G729ENC_LCML_BUFHEADERTYPE *)malloc(size_lcml);
278 pTemp_lcml = (G729ENC_LCML_BUFHEADERTYPE *)malloc(size_lcml);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 565 p = malloc(size);
604 #define newmalloc(x) malloc(x)
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c 763 pInfo = (SST_FILE_INFO*)malloc(sizeof(SST_FILE_INFO));
768 pInfo->pName = (char*)malloc(sOperation.params[1].tmpref.size+1);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 417 buf = malloc(src_n + 1);
445 buf = malloc((src_n + 1) * sizeof(wchar_t));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz)));
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 59 /* Define to indicate the 'malloc' module. */
340 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
344 /* Define if the 'malloc' function is POSIX compliant. */
722 #undef malloc
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1119 lemmas = (uint8 *)malloc(
1125 offsets = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1129 predicts = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1134 syncs = (uint32 *)malloc((dict_info.sync_count + kUserDictPreAlloc) << 2);
1138 scores = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1141 ids = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1144 offsets_by_id = (uint32 *)malloc(
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz)));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz)));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz)));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize)));
661 _M_ext_buf = __STATIC_CAST(char*, malloc(__STATIC_CAST(size_t, __ebufsiz)));
  /bootable/diskinstaller/
installer.c 91 if (!(outbuf = malloc(size + 1))) {
  /bootable/recovery/minadbd/
adb.c 131 apacket *p = malloc(sizeof(apacket));
  /dalvik/dexopt/
OptMain.cpp 476 cp = bootClassPath = (char*) malloc(bcpLen +1);
  /dalvik/libdex/
DexProto.cpp 48 pCache->value = (char*) malloc(length);
  /dalvik/vm/
Ddm.cpp 133 reply = (u1*) malloc(length + kChunkHdrLen);
135 ALOGW("malloc %d failed", length+kChunkHdrLen);
Hash.cpp 50 pHashTable = (HashTable*) malloc(sizeof(*pHashTable));
UtfString.cpp 299 char* newStr = (char*) malloc(byteLen+1);

Completed in 1745 milliseconds

<<71727374757677787980>>