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

<<71727374757677787980>>

  /external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
main.c 187 engine->app->savedState = malloc(sizeof(struct saved_state));
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 132 result = malloc(len+1);
  /external/wpa_supplicant_8/src/utils/
trace.c 97 syms = malloc(storage);
  /external/zlib/src/contrib/minizip/
mztools.c 124 char* data = malloc(dataSize);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 205 pBuffer->raw = malloc(want);
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 38 mBuffer(malloc(mMaxFrames * Format_frameSize(format))),
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.cpp 205 if ((s= (dtx_encState *) malloc(sizeof(dtx_encState))) == NULL){
206 fprintf(stderr, "dtx_enc_init: can not malloc state structure\n");
251 if ((s = (dtx_encState *) malloc(sizeof(dtx_encState))) == NULL)
    [all...]
gain_q.cpp 48 related structures are no longer dynamically allocated via malloc.
186 if ((s = (gainQuantState *) malloc(sizeof(gainQuantState))) == NULL)
188 /* fprintf(stderr, "gainQuant_init: can not malloc state structure\n"); */
levinson.cpp 137 if ((s= (LevinsonState *) malloc(sizeof(LevinsonState))) == NULL){
138 //fprint(stderr, "Levinson_init: can not malloc state structure\n");
183 if ((s = (LevinsonState *) malloc(sizeof(LevinsonState))) == NULL)
186 can not malloc state structure\n"); */
p_ol_wgh.cpp 154 if ((s= (pitchOLWghtState *) malloc(sizeof(pitchOLWghtState))) == NULL){
155 // fprintf(stderr, "p_ol_wgh_init: can not malloc state structure\n");
201 if ((s = (pitchOLWghtState *) malloc(sizeof(pitchOLWghtState))) == NULL)
203 /* fprintf(stderr, "p_ol_wgh_init: can not malloc state structure\n"); */
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 140 void *ptr = malloc(size);
261 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1);
281 mSliceGroup = (uint32_t *) malloc(sizeof(uint32_t) * nMacroBlocks);
702 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 79 return malloc(size);
  /frameworks/base/libs/androidfw/
ObbFile.cpp 173 char* scanBuf = (char*)malloc(footerSize);
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 81 browser = (NPNetscapeFuncs*) malloc(sizeof(NPNetscapeFuncs));
  /frameworks/native/cmds/servicemanager/
service_manager.c 181 si = malloc(sizeof(*si) + (len + 1) * sizeof(uint16_t));
  /frameworks/native/libs/utils/tests/
LruCache_test.cpp 186 strings[i] = (char *)malloc(16);
  /frameworks/native/opengl/tests/angeles/
demo.c 120 result = (GLOBJECT *)malloc(sizeof(GLOBJECT));
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
130 result->normalArray = (GLfixed *)malloc(vertices * 3 *
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 249 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices));
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 260 decoderIds = (XAuint32 *) malloc(numDecoders * sizeof(XAuint32));
  /hardware/invensense/libsensors_iio/
CompassSensor.IIO.9150.cpp 340 pathP = (char*)malloc(
  /hardware/invensense/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 74 filename = malloc(strlen(iio_dir)
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 292 dev = (gralloc_context_t*)malloc(sizeof(*dev));
  /hardware/msm7k/liblights/
lights.c 392 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
  /hardware/msm7k/librpc/rpc/
types.h 96 static inline void* mem_alloc(size_t size) { return malloc(size); }
  /hardware/qcom/display/liblight/
lights.c 301 struct light_device_t *dev = malloc(sizeof(struct light_device_t));

Completed in 1813 milliseconds

<<71727374757677787980>>