Searched refs:pReaderContext (Results 1 - 13 of 13) sorted by relevance

/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...]
H A DVideoEditor3gpReader.cpp978 M4OSA_DEBUG_IF1((pReaderContext == 0), M4ERR_PARAMETER,
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Clip.c127 pClipCtxt->pReaderContext = M4OSA_NULL;
279 pClipCtxt->ShellAPI.m_pReader->m_pFctCreate(&pClipCtxt->pReaderContext);
292 pClipCtxt->pReaderContext;
297 pClipCtxt->pReaderContext,
316 pClipCtxt->pReaderContext,
334 pClipCtxt->pReaderContext,
376 err = pClipCtxt->ShellAPI.m_pReader->m_pFctOpen( pClipCtxt->pReaderContext, pTempFile);
390 err = pClipCtxt->ShellAPI.m_pReader->m_pFctOpen( pClipCtxt->pReaderContext,
417 pClipCtxt->pReaderContext, &mediaFamily, &pStreamHandler);
454 pClipCtxt->pReaderContext,
[all...]
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;
H A DM4VSS3GPP_ClipAnalysis.c507 pClipCtxt->pReaderContext, M4READER_kOptionID_Bitrate,
610 pClipCtxt->pReaderContext, M4READER_kOptionID_Bitrate,
646 pClipCtxt->pReaderContext,
H A DM4VSS3GPP_AudioMixing.c367 pC->pAddedClipCtxt->pReaderContext,
1969 pC->pInputClipCtxt->pReaderContext,
2158 pC->pAddedClipCtxt->pReaderContext,
2287 pC->pAddedClipCtxt->pReaderContext,
2484 pC->pAddedClipCtxt->pReaderContext,
2960 (pC->pAddedClipCtxt->pReaderContext,
2989 pC->pAddedClipCtxt->pReaderContext,
H A DM4VSS3GPP_EditVideo.c209 pC->pC1->pReaderContext,
222 pC->pC1->pReaderContext,
356 pC->pC1->pReaderContext,
393 pC->pC1->pReaderContext,
841 pC->pC1->pReaderContext,
H A DM4VSS3GPP_Edit.c1236 pC->pC1->pReaderContext, M4READER_kOptionID_Mp3Id3v2Tag,
3173 err = pClip->ShellAPI.m_pReader->m_pFctJump(pClip->pReaderContext,
3229 pClip->pReaderContext,
H A DM4VSS3GPP_EditAudio.c154 pClip->pReaderContext, M4READER_kOptionID_Mp3Id3v1Tag,
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2171 pC->pReaderContext = M4OSA_NULL;
2426 err = pC->m_pReader->m_pFctCreate(&pC->pReaderContext);
2437 pC->m_pReaderDataIt->m_readerContext = pC->pReaderContext;
2441 err = pC->m_pReader->m_pFctSetOption(pC->pReaderContext,
2459 err = pC->m_pReader->m_pFctSetOption(pC->pReaderContext,
2487 err = pC->m_pReader->m_pFctSetOption(pC->pReaderContext,
2496 err = pC->m_pReader->m_pFctOpen(pC->pReaderContext, pC->pInputFile);
2521 pC->m_pReader->m_pFctGetNextStream( pC->pReaderContext,
2563 err = pC->m_pReader->m_pFctReset(pC->pReaderContext,
2577 err = pC->m_pReader->m_pFctFillAuStruct(pC->pReaderContext,
[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 84 milliseconds