HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_FREE (Results 1 - 12 of 12) sorted by null

  /frameworks/av/libvideoeditor/osal/inc/
LV_Macros.h 90 * SAFE_FREE(p)
95 #define SAFE_FREE(p) \
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorUtils.h 56 * SAFE_FREE(p)
60 #define SAFE_FREE(p) \
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 376 SAFE_FREE(pContext->m_pDecoder);
377 SAFE_FREE(pContext->m_3gpReader);
378 SAFE_FREE(pContext->m_3gpData);
379 SAFE_FREE(pContext);
416 SAFE_FREE(pC->m_pDecoder);
417 SAFE_FREE(pC->m_3gpReader);
418 SAFE_FREE(pC->m_3gpData);
421 SAFE_FREE(pC->m_outputPlane[0].pac_data);
423 SAFE_FREE(pC);
VideoBrowserInternal.h 63 #define SAFE_FREE(p) \
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c 149 SAFE_FREE(ppool->pNXPBuffer);
150 SAFE_FREE(ppool->poolName);
151 SAFE_FREE(ppool);
VideoEditorAudioEncoder.cpp 248 SAFE_FREE(pEncoderContext->mDSI.pInfo);
249 SAFE_FREE(pEncoderContext);
314 SAFE_FREE(pEncoderContext->mCodecParams);
VideoEditorMp3Reader.cpp 129 SAFE_FREE(pReaderContext);
794 SAFE_FREE(*pRdrGlobalInterface);
795 SAFE_FREE(*pRdrDataInterface);
VideoEditorVideoEncoder.cpp 419 SAFE_FREE(pEncoderContext->mHeader.pBuf);
420 SAFE_FREE(pEncoderContext);
527 SAFE_FREE(pEncoderContext->mCodecParams);
    [all...]
VideoEditor3gpReader.cpp 441 SAFE_FREE(pC->mAudioAu.dataAddress);
443 SAFE_FREE(pC->mVideoAu.dataAddress);
445 SAFE_FREE(pC);
    [all...]
VideoEditorAudioDecoder.cpp 416 SAFE_FREE(pDecoderContext);
    [all...]
VideoEditorVideoDecoder.cpp     [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 158 #ifndef SAFE_FREE
159 #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); (x)=NULL;} } while(0)
573 SAFE_FREE(tdb->lockrecs);
1152 SAFE_FREE(buf);
    [all...]

Completed in 1152 milliseconds