/frameworks/media/libvideoeditor/osal/src/ |
D | M4OSA_FileCommon.c | 204 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_fileCommonOpen: Too many open files"); in M4OSA_fileCommonOpen() 205 return M4ERR_ALLOC; in M4OSA_fileCommonOpen() 221 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_fileCommonOpen"); in M4OSA_fileCommonOpen() 222 return M4ERR_ALLOC; in M4OSA_fileCommonOpen() 261 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_fileCommonOpen"); in M4OSA_fileCommonOpen() 262 return M4ERR_ALLOC; in M4OSA_fileCommonOpen() 594 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_fileCommonGetURL"); in M4OSA_fileCommonGetURL() 595 return M4ERR_ALLOC; in M4OSA_fileCommonGetURL() 656 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_fileCommonGetFilename"); in M4OSA_fileCommonGetFilename() 657 return M4ERR_ALLOC; in M4OSA_fileCommonGetFilename()
|
D | M4OSA_Semaphore.c | 85 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_semaphoreOpen"); in M4OSA_semaphoreOpen() 87 return M4ERR_ALLOC; in M4OSA_semaphoreOpen()
|
D | M4OSA_Mutex.c | 74 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_mutexOpen"); in M4OSA_mutexOpen() 75 return M4ERR_ALLOC; in M4OSA_mutexOpen()
|
D | M4OSA_Thread.c | 144 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_threadSyncOpen"); in M4OSA_threadSyncOpen() 146 return M4ERR_ALLOC; in M4OSA_threadSyncOpen() 570 return M4ERR_ALLOC; in M4OSA_SetThreadSyncName()
|
D | M4OSA_FileWriter.c | 176 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_fileWriteData"); in M4OSA_fileWriteData() 177 return M4ERR_ALLOC; in M4OSA_fileWriteData()
|
/frameworks/base/media/jni/mediaeditor/ |
D | VideoEditorThumbnailMain.cpp | 171 CHECK_PTR(ThumbnailOpen, pContext, err, M4ERR_ALLOC); in ThumbnailOpen() 198 CHECK_PTR(ThumbnailOpen, pContext->m_pVideoBrowser, err, M4ERR_ALLOC); in ThumbnailOpen() 275 CHECK_PTR(ThumbnailGetPixels32, pC->m_pVideoBrowser, err, M4ERR_ALLOC) ; in ThumbnailGetPixels32() 276 CHECK_PTR(ThumbnailGetPixels32, pixelArray, err, M4ERR_ALLOC) ; in ThumbnailGetPixels32() 297 CHECK_PTR(ThumbnailGetPixels16, pC->m_pVideoBrowser, err, M4ERR_ALLOC); in ThumbnailGetPixels16() 298 CHECK_PTR(ThumbnailGetPixels16, pixelArray, err, M4ERR_ALLOC); in ThumbnailGetPixels16() 318 CHECK_PTR(ThumbnailClose, pC, err, M4ERR_ALLOC); in ThumbnailClose()
|
D | VideoBrowserMain.c | 81 pC->m_outputPlane[0].pac_data, err, M4ERR_ALLOC); in videoBrowserSetWindow() 98 pC->m_outputPlane[0].pac_data, err, M4ERR_ALLOC); in videoBrowserSetWindow() 161 CHECK_PTR(videoBrowserCreate, pContext,err, M4ERR_ALLOC); in videoBrowserCreate() 181 CHECK_PTR(videoBrowserCreate, pContext->m_3gpReader, err, M4ERR_ALLOC); in videoBrowserCreate() 182 CHECK_PTR(videoBrowserCreate, pContext->m_3gpData, err, M4ERR_ALLOC); in videoBrowserCreate() 187 CHECK_PTR(videoBrowserCreate, pContext->m_pReaderCtx, err, M4ERR_ALLOC); in videoBrowserCreate()
|
D | VideoEditorMain.cpp | 843 pMessage = videoEditJava_getErrorName(M4ERR_ALLOC); in videoEditor_renderPreviewFrame() 885 pMessage = videoEditJava_getErrorName(M4ERR_ALLOC); in videoEditor_renderPreviewFrame() 1076 pMessage = videoEditJava_getErrorName(M4ERR_ALLOC); in videoEditor_renderMediaItemPreviewFrame() 1244 return M4ERR_ALLOC; in videoEditor_generateAudio() 1256 return M4ERR_ALLOC; in videoEditor_generateAudio() 1297 return M4ERR_ALLOC; in videoEditor_generateAudio() 1514 return M4ERR_ALLOC; in removeAlphafromRGB8888() 1550 return M4ERR_ALLOC; in removeAlphafromRGB8888() 1708 M4OSA_TRUE, M4ERR_ALLOC); in videoEditor_populateSettings() 1730 M4OSA_TRUE, M4ERR_ALLOC); in videoEditor_populateSettings() [all …]
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorBuffer.c | 66 lerr = M4ERR_ALLOC; in VIDEOEDITOR_BUFFER_allocatePool() 78 lerr = M4ERR_ALLOC; in VIDEOEDITOR_BUFFER_allocatePool() 89 lerr = M4ERR_ALLOC; in VIDEOEDITOR_BUFFER_allocatePool() 226 err = M4ERR_ALLOC; in VIDEOEDITOR_BUFFER_initPoolBuffers()
|
D | VideoEditor3gpReader.cpp | 1088 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextAu() 1186 return M4ERR_ALLOC; in VideoEditor3gpReader_AnalyseAvcDsi() 1270 return M4ERR_ALLOC; in VideoEditor3gpReader_AnalyseAvcDsi() 1309 return M4ERR_ALLOC; in VideoEditor3gpReader_AnalyseAvcDsi() 1476 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextStreamHandler() 1543 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextStreamHandler() 1579 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextStreamHandler() 1615 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextStreamHandler() 1632 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextStreamHandler() 1684 return M4ERR_ALLOC; in VideoEditor3gpReader_getNextStreamHandler() [all …]
|
/frameworks/media/libvideoeditor/vss/src/ |
D | M4xVSS_API.c | 93 return M4ERR_ALLOC; in M4xVSS_Init() 125 return M4ERR_ALLOC; in M4xVSS_Init() 160 return M4ERR_ALLOC; in M4xVSS_Init() 185 return M4ERR_ALLOC; in M4xVSS_Init() 864 return M4ERR_ALLOC; in M4xVSS_SendCommand() 1072 return M4ERR_ALLOC; in M4xVSS_SendCommand() 1094 return M4ERR_ALLOC; in M4xVSS_SendCommand() 1135 return M4ERR_ALLOC; in M4xVSS_SendCommand() 1187 return M4ERR_ALLOC; in M4xVSS_SendCommand() 1225 return M4ERR_ALLOC; in M4xVSS_SendCommand() [all …]
|
D | M4AMRR_CoreReader.c | 184 M4OSA_DEBUG_IF3((M4OSA_NULL == M4_Token),M4ERR_ALLOC,"Mem Alloc failed - M4_Token"); in M4AMRR_openRead() 185 return M4ERR_ALLOC ; in M4AMRR_openRead() 194 return M4ERR_ALLOC ; in M4AMRR_openRead() 356 return M4ERR_ALLOC; in M4AMRR_getNextStream() 447 M4OSA_DEBUG_IF3((M4OSA_NULL == pStreamContext->m_pdataAddress),M4ERR_ALLOC, in M4AMRR_startReading() 449 return M4ERR_ALLOC; in M4AMRR_startReading() 618 M4OSA_DEBUG_IF3((M4OSA_NULL == pStreamContext->m_pSeekIndex),M4ERR_ALLOC, in M4AMRR_seek() 620 return M4ERR_ALLOC ; in M4AMRR_seek()
|
D | M4AD_Null.c | 93 return M4ERR_ALLOC; in M4AD_NULL_create() 240 return M4ERR_ALLOC; in M4AD_NULL_getInterface()
|
D | M4READER_Amr.c | 77 return M4ERR_ALLOC; in M4READER_AMR_create() 267 if ((M4OSA_UInt32)M4ERR_ALLOC == err) in M4READER_AMR_getNextStream() 285 return M4ERR_ALLOC; in M4READER_AMR_getNextStream() 757 return M4ERR_ALLOC; in M4READER_AMR_getInterfaces() 765 return M4ERR_ALLOC; in M4READER_AMR_getInterfaces()
|
D | M4READER_Pcm.c | 72 return M4ERR_ALLOC; in M4READER_PCM_create() 354 return M4ERR_ALLOC; in M4READER_PCM_getNextStream() 686 return M4ERR_ALLOC; in M4READER_PCM_getInterfaces() 694 return M4ERR_ALLOC; in M4READER_PCM_getInterfaces()
|
D | M4VSS3GPP_Edit.c | 149 return M4ERR_ALLOC; in M4VSS3GPP_editInit() 305 return M4ERR_ALLOC; in M4VSS3GPP_editCreateClipSettings() 411 return M4ERR_ALLOC; in M4VSS3GPP_editDuplicateClipSettings() 539 return M4ERR_ALLOC; in M4VSS3GPP_editOpen() 563 return M4ERR_ALLOC; in M4VSS3GPP_editOpen() 584 return M4ERR_ALLOC; in M4VSS3GPP_editOpen() 595 return M4ERR_ALLOC; in M4VSS3GPP_editOpen() 715 return M4ERR_ALLOC; in M4VSS3GPP_editOpen() 2640 return M4ERR_ALLOC; in M4VSS3GPP_intComputeOutputVideoAndAudioDsi() 2725 return M4ERR_ALLOC; in M4VSS3GPP_intComputeOutputVideoAndAudioDsi() [all …]
|
D | M4PCMR_CoreReader.c | 82 return M4ERR_ALLOC; in M4PCMR_openRead() 147 err = M4ERR_ALLOC; in M4PCMR_openRead() 219 return M4ERR_ALLOC; in M4PCMR_getNextStream()
|
D | M4VSS3GPP_EditVideo.c | 498 if( ((M4OSA_UInt32)M4ERR_ALLOC) == err ) in M4VSS3GPP_intEditStepVideo() 662 if( ((M4OSA_UInt32)M4ERR_ALLOC) == err ) in M4VSS3GPP_intEditStepVideo() 2888 return M4ERR_ALLOC; in M4VSS3GPP_intAllocateYUV420() 2909 return M4ERR_ALLOC; in M4VSS3GPP_intAllocateYUV420() 2932 return M4ERR_ALLOC; in M4VSS3GPP_intAllocateYUV420() 2983 return M4ERR_ALLOC; in M4VSS3GPP_internalConvertAndResizeARGB8888toYUV420() 3023 return M4ERR_ALLOC; in M4VSS3GPP_internalConvertAndResizeARGB8888toYUV420() 3051 return M4ERR_ALLOC; in M4VSS3GPP_internalConvertAndResizeARGB8888toYUV420() 3166 return M4ERR_ALLOC; in M4VSS3GPP_intApplyRenderingMode() 3175 return M4ERR_ALLOC; in M4VSS3GPP_intApplyRenderingMode() [all …]
|
D | M4DECODER_Null.c | 107 return M4ERR_ALLOC; in M4DECODER_NULL_create() 423 return M4ERR_ALLOC; in M4DECODER_NULL_getInterface()
|
/frameworks/media/libvideoeditor/vss/3gpwriter/src/ |
D | M4MP4W_Writer.c | 453 return M4ERR_ALLOC; in M4MP4W_initializeAllocationParameters() 564 ERR_CHECK(mMp4FileDataPtr != M4OSA_NULL, M4ERR_ALLOC); in M4MP4W_openWrite() 661 M4ERR_ALLOC); in M4MP4W_addStream() 683 M4ERR_ALLOC); in M4MP4W_addStream() 691 M4ERR_ALLOC); in M4MP4W_addStream() 699 != M4OSA_NULL, M4ERR_ALLOC); in M4MP4W_addStream() 707 != M4OSA_NULL, M4ERR_ALLOC); in M4MP4W_addStream() 715 != M4OSA_NULL, M4ERR_ALLOC); in M4MP4W_addStream() 721 != M4OSA_NULL, M4ERR_ALLOC); in M4MP4W_addStream() 727 != M4OSA_NULL, M4ERR_ALLOC); in M4MP4W_addStream() [all …]
|
D | M4MP4W_Interface.c | 117 return (M4OSA_ERR)M4ERR_ALLOC; in M4WRITER_3GP_openWrite() 874 return (M4OSA_ERR)M4ERR_ALLOC; in M4WRITER_3GP_getInterfaces() 889 return (M4OSA_ERR)M4ERR_ALLOC; in M4WRITER_3GP_getInterfaces()
|
/frameworks/media/libvideoeditor/lvpp/ |
D | VideoEditorPreviewController.cpp | 213 return M4ERR_ALLOC; in loadEditSettings() 228 return M4ERR_ALLOC; in loadEditSettings() 243 return M4ERR_ALLOC; in loadEditSettings() 274 return M4ERR_ALLOC; in loadEditSettings() 301 return M4ERR_ALLOC; in loadEditSettings() 333 return M4ERR_ALLOC; in loadEditSettings() 384 return M4ERR_ALLOC; in loadEditSettings() 478 return M4ERR_ALLOC; in startPreview() 755 return M4ERR_ALLOC; in clearSurface() 822 return M4ERR_ALLOC; in renderPreviewFrame()
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/ |
D | VideoEditorUtils.h | 78 VIDEOEDITOR_CHECK(M4OSA_NULL != (p), M4ERR_ALLOC); \
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
D | M4MCS_VideoPreProcessing.c | 205 return M4ERR_ALLOC; in M4MCS_intApplyVPP() 214 return M4ERR_ALLOC; in M4MCS_intApplyVPP() 223 return M4ERR_ALLOC; in M4MCS_intApplyVPP()
|
/frameworks/media/libvideoeditor/osal/inc/ |
D | M4OSA_Error.h | 144 #define M4ERR_ALLOC M4OSA_ERR_CREATE(M4_ERR,M4_COMMON,0x000003) macro
|