Searched refs:free (Results 76 - 100 of 256) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_adapt.cpp336 free(*st);
H A Dlpc.cpp346 free(*state);
382 free(*state);
H A Dpre_proc.cpp387 free(*state);
424 free(*state);
H A Dsp_enc.cpp421 free(*state);
463 free(*state);
H A Dcl_ltp.cpp385 free(*state);
425 free(*state);
H A Dton_stab.cpp352 free(*state);
387 free(*state);
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h71 free(data);
369 { std::free(static_cast<void*>(pObject)); }
431 { std::free(static_cast<void*>(pObject)); }
434 { std::free(pObject); }
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp85 free(tn);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp92 free(buf);
130 free(buf);
248 free(configs);
257 free(configs);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorBuffer.c34 free(p); \
125 * @param ppool : IN The buffer pool to free
142 free(ppool->pNXPBuffer[j].pData);
228 free(pool->pNXPBuffer[j].pData);
/frameworks/av/media/libmedia/
H A DICrypto.cpp199 free(opaqueData);
280 free(dstPtr);
287 free(srcData);
H A DIHDCP.cpp261 free(inData);
289 free(outData);
314 free(inData);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp162 free(fbcontents);
163 free(fbcompressed);
221 // free previously bound buffer if any
268 free(mBuf);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c156 free(sessionPtrs[sessionId]->pContentType);
157 free(sessionPtrs[sessionId]->pEncryptedSessionKey);
159 free(sessionPtrs[sessionId]);
209 free(pData);
404 free(pData);
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp397 free(StrIdx);
426 free(StrIdx);
427 free(StrTab);
469 free(TypeInfos);
478 free(TypeInfos);
/frameworks/native/cmds/installd/
H A Dinstalld.c258 free(android_system_dirs.dirs[i].path);
262 free(android_system_dirs.dirs);
478 free(user_data_dir);
479 free(legacy_data_dir);
480 free(primary_data_dir);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c363 free(e1);
382 free(fx);
477 free(root);
478 free(data);
594 free(d);
605 free(d);
669 free(d);
680 free(d);
708 free(sube->sub_elem);// Free an already added sub effect
710 free(sub
[all...]
/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp75 free(android_system_dirs.dirs);
248 free(test1.path);
259 free(test3.path);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp48 free(buf);
98 free(buf);
264 free(m);
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp97 free(mImageBuffer);
/frameworks/av/libvideoeditor/vss/src/
H A DM4AD_Null.c120 free(pC);
H A DM4PCMR_CoreReader.c163 free(context);
421 * - Verifies that the current reader's state allows to free an AU
571 free(c->m_pDecoderSpecInfo);
586 free(c->m_pAuBuffer);
598 free(c);
H A DM4READER_Amr.c119 free(pC);
207 free(\
215 free(pC->m_pAudioStream);
677 /* keep trace of the allocated buffers in AU to be able to free them at destroy()
763 free(*pRdrGlobalInterface);
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp172 free(mUrl);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dlsp.cpp361 free(*st);

Completed in 507 milliseconds

1234567891011