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

  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 87 VideoEditorMp3Reader_Context *pReaderContext = M4OSA_NULL;
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 =
126 VIDEOEDITOR_CHECK(M4OSA_NULL != pReaderContext, M4ERR_PARAMETER);
129 SAFE_FREE(pReaderContext);
155 VideoEditorMp3Reader_Context *pReaderContext
    [all...]
VideoEditor3gpReader.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Clip.c 127 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...]
M4READER_Amr.c 67 M4READER_AMR_Context* pReaderContext;
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;
M4READER_Pcm.c 63 M4READER_PCM_Context* pReaderContext;
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;
M4VSS3GPP_ClipAnalysis.c 507 pClipCtxt->pReaderContext, M4READER_kOptionID_Bitrate,
610 pClipCtxt->pReaderContext, M4READER_kOptionID_Bitrate,
646 pClipCtxt->pReaderContext,
    [all...]
M4VSS3GPP_AudioMixing.c 367 pC->pAddedClipCtxt->pReaderContext,
    [all...]
M4VSS3GPP_EditVideo.c 209 pC->pC1->pReaderContext,
222 pC->pC1->pReaderContext,
356 pC->pC1->pReaderContext,
393 pC->pC1->pReaderContext,
    [all...]
M4VSS3GPP_Edit.c     [all...]
M4VSS3GPP_EditAudio.c 154 pClip->pReaderContext, M4READER_kOptionID_Mp3Id3v1Tag,
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 305 M4OSA_Context pReaderContext; /**< Context of the 3GPP reader module */
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 422 M4OSA_Context pReaderContext; /**< Context of the reader module */

Completed in 153 milliseconds