Searched refs:SAFE_MALLOC (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorUtils.h70 * SAFE_MALLOC(p, type, count, comment)
75 #define SAFE_MALLOC(p, type, count, comment) \ macro
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp271 SAFE_MALLOC(pEncoderContext, VideoEditorAudioEncoder_Context, 1,
372 SAFE_MALLOC(pEncoderContext->mCodecParams, M4ENCODER_AudioParams, 1,
475 SAFE_MALLOC(pEncoderContext->mDSI.pInfo, M4OSA_Int8,
683 SAFE_MALLOC(*pEncoderInterface, M4ENCODER_AudioGlobalInterface, 1,
H A DVideoEditorMp3Reader.cpp94 SAFE_MALLOC(pReaderContext, VideoEditorMp3Reader_Context, 1,
761 SAFE_MALLOC(*pRdrGlobalInterface, M4READER_GlobalInterface, 1,
763 SAFE_MALLOC(*pRdrDataInterface, M4READER_DataInterface, 1,
H A DVideoEditorVideoDecoder.cpp676 SAFE_MALLOC(pDecoders, M4DECODER_VideoDecoders, 1, "VideoDecoders");
677 SAFE_MALLOC(pDecoder, VideoDecoder, supportFormats,
692 SAFE_MALLOC(pOmxComponents, VideoComponentCapabilities,
730 SAFE_MALLOC(pProfileLevel, VideoProfileLevel,
941 SAFE_MALLOC(pDecShellContext, VideoEditorVideoDecoder_Context, 1,
1108 SAFE_MALLOC(pDecShellContext, VideoEditorVideoDecoder_Context, 1,
H A DVideoEditorVideoEncoder.cpp379 SAFE_MALLOC(pEncoderContext->mHeader.pBuf, M4OSA_Int8,
451 SAFE_MALLOC(pEncoderContext, VideoEditorVideoEncoder_Context, 1,
586 SAFE_MALLOC(pEncoderContext->mCodecParams, M4ENCODER_Params, 1,
1228 SAFE_MALLOC(*pEncoderInterface, M4ENCODER_GlobalInterface, 1,
H A DVideoEditorAudioDecoder.cpp448 SAFE_MALLOC(pDecoderContext, VideoEditorAudioDecoder_Context, 1,
907 SAFE_MALLOC(*pDecoderInterface, M4AD_Interface, 1,
H A DVideoEditor3gpReader.cpp393 SAFE_MALLOC(pC, VideoEditor3gpReader_Context, 1, "VideoEditor3gpReader");
1991 SAFE_MALLOC(*pRdrGlobalInterface, M4READER_GlobalInterface, 1,
1993 SAFE_MALLOC(*pRdrDataInterface, M4READER_DataInterface, 1,

Completed in 83 milliseconds