HomeSort by relevance Sort by last modified time
    Searched refs:M4ERR_ALLOC (Results 26 - 38 of 38) sorted by null

12

  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 171 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_ALLOC, apContext->buffer[i].data);
486 * @return M4ERR_ALLOC there is no more memory available
526 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_ALLOC, apContext);
538 return M4ERR_ALLOC;
658 * @return M4ERR_ALLOC there is no more memory available
836 * @return M4ERR_ALLOC there is no more memory available
    [all...]
M4OSA_CharStar.c 408 return M4ERR_ALLOC;
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c 499 if( ((M4OSA_UInt32)M4ERR_ALLOC) == err )
662 if( ((M4OSA_UInt32)M4ERR_ALLOC) == err )
    [all...]
M4VSS3GPP_Clip.c 80 * @return M4ERR_ALLOC: There is no more available memory
105 returning M4ERR_ALLOC");
106 return M4ERR_ALLOC;
369 return M4ERR_ALLOC;
    [all...]
M4VSS3GPP_AudioMixing.c 100 * @return M4ERR_ALLOC: There is no more available memory
145 M4VSS3GPP_InternalAudioMixingContext,returning M4ERR_ALLOC");
146 return M4ERR_ALLOC;
238 return M4ERR_ALLOC;
637 * @return M4ERR_ALLOC: There is no more available memory
    [all...]
M4AIR_API.c 116 * @return M4ERR_ALLOC: No more memory is available
132 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_ALLOC, pC) ;
216 * @return M4ERR_ALLOC: No more memory space to add a new effect.
430 * @return M4ERR_ALLOC: No more memory space to add a new effect.
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]
VideoEditorOsal.cpp 62 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_ALLOC ),
VideoEditorClasses.cpp     [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 171 return M4ERR_ALLOC;
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 81 * @return M4ERR_ALLOC a memory allocation has failed
511 return M4ERR_ALLOC;
657 * @returns M4ERR_ALLOC memory allocation failed
709 return M4ERR_ALLOC;
VideoEditorVideoDecoder.cpp     [all...]

Completed in 498 milliseconds

12