Searched refs:m_pReader (Results 1 - 15 of 15) sorted by relevance

/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h85 M4READER_DataInterface *m_pReader; member in struct:android::__anon1598
/frameworks/media/libvideoeditor/vss/src/
H A DM4VSS3GPP_Clip.c214 pClipCtxt->ShellAPI.m_pReader,
239 pClipCtxt->ShellAPI.m_pReader->m_pFctCreate(&pClipCtxt->pReaderContext);
244 "M4VSS3GPP_intClipOpen(): m_pReader->m_pFctCreate returns 0x%x",
256 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption(
264 "M4VSS3GPP_intClipOpen(): m_pReader->m_pFctSetOption returns 0x%x",
275 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption(
283 m_pReader->m_pFctSetOption(FastOpenMode) returns 0x%x",
293 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption(
300 "M4VSS3GPP_intClipOpen(): m_pReader->m_pFctSetOption(VideoOnly) returns 0x%x",
371 err = pClipCtxt->ShellAPI.m_pReader
[all...]
H A DM4VSS3GPP_ClipAnalysis.c506 pClipCtxt->ShellAPI.m_pReader->m_pFctGetOption(
609 pClipCtxt->ShellAPI.m_pReader->m_pFctGetOption(
645 err = pClipCtxt->ShellAPI.m_pReader->m_pFctGetOption(
H A DM4VSS3GPP_Codecs.c79 pC->m_pReader = M4OSA_NULL;
607 pC->m_pReader = M4OSA_NULL;
902 pC->m_pReader = pC->m_pReaderGlobalItTable[readerType];
905 if( pC->m_pReader == M4OSA_NULL || pC->m_pReaderDataIt == M4OSA_NULL )
H A DM4DECODER_Null.c58 M4READER_DataInterface* m_pReader; // Reader data interface member in struct:__anon1591
H A DM4VSS3GPP_AudioMixing.c366 err = pC->pAddedClipCtxt->ShellAPI.m_pReader->m_pFctJump(
2156 err = pC->pAddedClipCtxt->ShellAPI.m_pReader->
2167 m_pReader->m_pFctJump(audio returns 0x%x",
2286 pC->pAddedClipCtxt->ShellAPI.m_pReader->m_pFctJump(
2296 m_pReader->m_pFctJump(audio returns 0x%x",
2483 err = pC->pAddedClipCtxt->ShellAPI.m_pReader->m_pFctJump(
2492 m_pReader->m_pFctJump(audio returns 0x%x",
2959 pC->pAddedClipCtxt->ShellAPI.m_pReader->m_pFctJump\
2965 m_pReader->m_pFctJump(audio returns 0x%x", err);
2988 err = pC->pAddedClipCtxt->ShellAPI.m_pReader
[all...]
H A DM4VSS3GPP_EditAudio.c153 err = pClip->ShellAPI.m_pReader->m_pFctGetOption(
H A DM4VSS3GPP_Edit.c1235 err = pC->pC1->ShellAPI.m_pReader->m_pFctGetOption(
3173 err = pClip->ShellAPI.m_pReader->m_pFctJump(pClip->pReaderContext,
H A DM4VSS3GPP_EditVideo.c206 err = pC->pC1->ShellAPI.m_pReader->m_pFctJump(
214 READ_WRITE: m_pReader->m_pFctJump(V1) returns 0x%x!",
228 READ_WRITE: m_pReader->m_pFctGetNextAu returns 0x%x!",
840 err = pC->pC1->ShellAPI.m_pReader->m_pFctGetOption(
/frameworks/media/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c86 pC->m_pReader = M4OSA_NULL;
548 pC->m_pReader = M4OSA_NULL;
801 pC->m_pReader = pC->m_pReaderGlobalItTable[readerType];
804 if (pC->m_pReader == M4OSA_NULL || pC->m_pReaderDataIt == M4OSA_NULL)
H A DM4MCS_API.c2433 err = pC->m_pReader->m_pFctCreate(&pC->pReaderContext);
2437 M4OSA_TRACE1_1("M4MCS_open(): m_pReader->m_pFctCreate returns 0x%x",
2448 err = pC->m_pReader->m_pFctSetOption(pC->pReaderContext,
2454 M4OSA_TRACE1_1("M4MCS_open(): m_pReader->m_pFctSetOption returns 0x%x",
2466 err = pC->m_pReader->m_pFctSetOption(pC->pReaderContext,
2494 err = pC->m_pReader->m_pFctSetOption(pC->pReaderContext,
2503 err = pC->m_pReader->m_pFctOpen(pC->pReaderContext, pC->pInputFile);
2508 M4OSA_TRACE1_1("M4MCS_open(): m_pReader->m_pFctOpen returns 0x%x", err);
2528 pC->m_pReader->m_pFctGetNextStream( pC->pReaderContext,
2570 err = pC->m_pReader
[all...]
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp104 M4READER_DataInterface *m_pReader; member in struct:android::__anon1601
188 lerr = pDecContext->m_pReader->m_pFctGetNextAu(
189 pDecContext->m_pReader->m_readerContext,
819 pDecoderContext->m_pReader =
H A DVideoEditorVideoDecoder.cpp165 mpDecShellContext->m_pReader->m_readerContext,
179 mpDecShellContext->m_pReader->m_readerContext,
200 lerr = mpDecShellContext->m_pReader->m_pFctGetNextAu(
201 mpDecShellContext->m_pReader->m_readerContext,
947 pDecShellContext->m_pReader = pReaderDataInterface;
1109 pDecShellContext->m_pReader = pReaderDataInterface;
/frameworks/media/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h247 M4READER_GlobalInterface* m_pReader; member in struct:__anon1542
/frameworks/media/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h558 M4READER_GlobalInterface* m_pReader; member in struct:__anon1586

Completed in 136 milliseconds