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

  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorUtils.h 70 * SAFE_MALLOC(p, type, count, comment)
75 #define SAFE_MALLOC(p, type, count, comment) \
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 271 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,
VideoEditorMp3Reader.cpp 94 SAFE_MALLOC(pReaderContext, VideoEditorMp3Reader_Context, 1,
761 SAFE_MALLOC(*pRdrGlobalInterface, M4READER_GlobalInterface, 1,
763 SAFE_MALLOC(*pRdrDataInterface, M4READER_DataInterface, 1,
VideoEditorVideoDecoder.cpp 676 SAFE_MALLOC(pDecoders, M4DECODER_VideoDecoders, 1, "VideoDecoders");
677 SAFE_MALLOC(pDecoder, VideoDecoder, supportFormats,
692 SAFE_MALLOC(pOmxComponents, VideoComponentCapabilities,
730 SAFE_MALLOC(pProfileLevel, VideoProfileLevel,
    [all...]
VideoEditorVideoEncoder.cpp 379 SAFE_MALLOC(pEncoderContext->mHeader.pBuf, M4OSA_Int8,
451 SAFE_MALLOC(pEncoderContext, VideoEditorVideoEncoder_Context, 1,
586 SAFE_MALLOC(pEncoderContext->mCodecParams, M4ENCODER_Params, 1,
    [all...]
VideoEditorAudioDecoder.cpp 448 SAFE_MALLOC(pDecoderContext, VideoEditorAudioDecoder_Context, 1,
907 SAFE_MALLOC(*pDecoderInterface, M4AD_Interface, 1,
    [all...]
VideoEditor3gpReader.cpp 393 SAFE_MALLOC(pC, VideoEditor3gpReader_Context, 1, "VideoEditor3gpReader");
    [all...]

Completed in 3057 milliseconds