Searched refs:free (Results 226 - 250 of 256) sorted by relevance

1234567891011

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1769 free(_varyings);
2030 free(buf);
2099 free(buf);
3161 free(_names);
3239 free(_names);
3579 free(name);
H A Dandroid_database_SQLiteConnection.cpp306 free(message);
H A Dandroid_util_Process.cpp589 free(buffer);
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1109 int free = -1; local
1559 free(path);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c141 free(module);
164 free(pRvbModule);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp1437 free(root);
1438 free(data);
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditAudio.c172 free(mp3tagBuffer.m_pData);
1832 /**< don't return, we still have stuff to free */
1843 /**< don't return, we still have stuff to free */
/frameworks/av/media/libmedia/
H A DIOMX.cpp637 free(params);
H A DSoundPool.cpp486 free(mUrl);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp197 free(mCache);
527 free(buf);
2450 free(mCurrentSampleInfoSizes);
2451 free(mCurrentSampleInfoOffsets);
H A DOggExtractor.cpp829 // The returned buffer should be free()d.
965 free(flac);
H A DMPEG4Writer.cpp636 * smaller than the reserved free space at the beginning of a file, AND
653 * reserved free space at the beginning of the file.
666 * cache copy of the moov box is written to the reserved free
687 // Reserve a 'free' box only for streamable file
690 write("free", 4);
904 write("free", 4);
911 free(mMoovBoxBuffer);
1382 // Reserved free space is not large enough to hold
1507 free(mCodecSpecificData);
H A DOMXCodec.cpp1453 free(mComponentName);
1456 free(mMIME);
3606 free(mCodecSpecificData.editItemAt(i));
3704 // Simply free as many resources as we can and pretend
3706 // will free the component instance without asserting.
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp1852 free(*state);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp147 free(ptr);
/frameworks/av/media/mtp/
H A DMtpServer.cpp760 free(thumb);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp756 free(*image);
/frameworks/base/tools/aapt/
H A DZipFile.cpp862 deflateEnd(&zstream); /* free up any allocated structures */
1150 // free the memory when you're done
1203 free(buf);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp422 free(list);
/frameworks/rs/driver/
H A DrsdShader.cpp258 free(buf);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp711 free(keyInfo);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp342 free(mFrameYUVBuffer);
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c4546 removal of the safety file to free emergency space for the moov). */
4577 free(mMp4FileDataPtr->embeddedString);
4584 free(mMp4FileDataPtr->integrationTag);
5236 free(mMp4FileDataPtr->videoTrackPtr->DSI);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1890 free(mBuffer);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp162 free(bitmap);

Completed in 645 milliseconds

1234567891011