Searched defs:pReaderContext (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4READER_Amr.c67 M4READER_AMR_Context* pReaderContext; local
73 pReaderContext = (M4READER_AMR_Context*)M4OSA_32bitAlignedMalloc(sizeof(M4READER_AMR_Context),
75 if (pReaderContext == M4OSA_NULL)
80 pReaderContext->m_pAudioStream = M4OSA_NULL;
81 pReaderContext->m_audioAu.dataAddress = M4OSA_NULL;
82 pReaderContext->m_maxDuration = 0;
83 pReaderContext->m_pCoreContext = M4OSA_NULL;
84 pReaderContext->m_pOsaFileReaderFcts = M4OSA_NULL;
86 *pContext = pReaderContext;
H A DM4READER_Pcm.c63 M4READER_PCM_Context* pReaderContext; local
68 pReaderContext = (M4READER_PCM_Context*)M4OSA_32bitAlignedMalloc(sizeof(M4READER_PCM_Context),
70 if (pReaderContext == M4OSA_NULL)
75 pReaderContext->m_coreContext = M4OSA_NULL;
76 pReaderContext->m_pAudioStream = M4OSA_NULL;
77 pReaderContext->m_audioAu.dataAddress = M4OSA_NULL;
78 pReaderContext->m_pOsaFileReaderFcts = M4OSA_NULL;
80 *pContext = pReaderContext;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorMp3Reader.cpp87 VideoEditorMp3Reader_Context *pReaderContext = M4OSA_NULL; local
94 SAFE_MALLOC(pReaderContext, VideoEditorMp3Reader_Context, 1,
97 pReaderContext->mAudioStreamHandler = M4OSA_NULL;
98 pReaderContext->mAudioAu.dataAddress = M4OSA_NULL;
99 pReaderContext->mMaxDuration = 0;
100 *pContext = pReaderContext;
123 VideoEditorMp3Reader_Context *pReaderContext = local
126 VIDEOEDITOR_CHECK(M4OSA_NULL != pReaderContext, M4ERR_PARAMETER);
129 SAFE_FREE(pReaderContext);
155 VideoEditorMp3Reader_Context *pReaderContext local
208 VideoEditorMp3Reader_Context *pReaderContext = local
264 VideoEditorMp3Reader_Context *pReaderContext = local
333 VideoEditorMp3Reader_Context *pReaderContext = local
369 VideoEditorMp3Reader_Context *pReaderContext = local
430 VideoEditorMp3Reader_Context *pReaderContext = local
561 VideoEditorMp3Reader_Context *pReaderContext = local
615 VideoEditorMp3Reader_Context *pReaderContext = local
663 VideoEditorMp3Reader_Context *pReaderContext = local
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h305 M4OSA_Context pReaderContext; /**< Context of the 3GPP reader module */ member in struct:__anon259
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h422 M4OSA_Context pReaderContext; /**< Context of the reader module */ member in struct:__anon302

Completed in 54 milliseconds