summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/osal/inc/M4OSA_Memory.h
diff options
context:
space:
mode:
authorhongteng <hongteng@google.com>2011-04-21 23:01:07 -0700
committerhongteng <hongteng@google.com>2011-04-22 10:51:10 -0700
commit3b25fdc4a33b53cfcf67315c2d42ad699b8cefe2 (patch)
tree0333987ba73a33defc7dee67eb82fa67dbf14cff /libvideoeditor/osal/inc/M4OSA_Memory.h
parent694816d7291f17364502ac5d3319684a0b180860 (diff)
downloadframeworks_av-3b25fdc4a33b53cfcf67315c2d42ad699b8cefe2.zip
frameworks_av-3b25fdc4a33b53cfcf67315c2d42ad699b8cefe2.tar.gz
frameworks_av-3b25fdc4a33b53cfcf67315c2d42ad699b8cefe2.tar.bz2
Fix for issue 3385135 "source code cleanup" engine part
- remove commented code - remove code under #if 0 - remove macro FILE_LOWER_CASE as it is not used - remove macro #if 1 - remove TIMESCALE_BUG macro, and all code under this macro as it is not used - remove following unused functions: * M4MCS_getExifInfo * M4MCS_registerAudioEncoderExtended * M4MCS_registerVideoDecoderExtended * M4MCS_registerAudioDecoderExtended * M4MCS_registerVideoEncoderExtended Change-Id: I8e2916d956af6d381ae1962fedc61a8b48f60ce2
Diffstat (limited to 'libvideoeditor/osal/inc/M4OSA_Memory.h')
-rwxr-xr-xlibvideoeditor/osal/inc/M4OSA_Memory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvideoeditor/osal/inc/M4OSA_Memory.h b/libvideoeditor/osal/inc/M4OSA_Memory.h
index 7cb3d91..d80fff6 100755
--- a/libvideoeditor/osal/inc/M4OSA_Memory.h
+++ b/libvideoeditor/osal/inc/M4OSA_Memory.h
@@ -43,12 +43,6 @@ M4OSAL_MEMORY_EXPORT_TYPE extern M4OSA_MemAddr32 M4OSA_32bitAlignedMalloc (M4OSA
M4OSA_CoreID coreID,
M4OSA_Char* string);
-M4OSAL_MEMORY_EXPORT_TYPE extern M4OSA_MemAddr32 M4OSA_malloc (M4OSA_UInt32 size,
- M4OSA_CoreID coreID,
- M4OSA_Char* string);
-
-M4OSAL_MEMORY_EXPORT_TYPE extern M4OSA_Void M4OSA_free (M4OSA_MemAddr32 address);
-
M4OSAL_MEMORY_EXPORT_TYPE extern M4OSA_ERR M4OSA_randInit(void);