Home | History | Annotate | Download | only in src

Lines Matching refs:ShellAPI

159     err = M4VSS3GPP_clearInterfaceTables(&pClipCtxt->ShellAPI);
164 err = M4VSS3GPP_subscribeMediaAndCodec(&pClipCtxt->ShellAPI);
246 &pClipCtxt->ShellAPI, M4DA_StreamTypeVideoARGB8888);
251 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate(
254 pClipCtxt->ShellAPI.m_pReader,
255 pClipCtxt->ShellAPI.m_pReaderDataIt,
272 err = M4VSS3GPP_setCurrentReader(&pClipCtxt->ShellAPI,
279 pClipCtxt->ShellAPI.m_pReader->m_pFctCreate(&pClipCtxt->pReaderContext);
291 pClipCtxt->ShellAPI.m_pReaderDataIt->m_readerContext =
296 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption(
315 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption(
333 err = pClipCtxt->ShellAPI.m_pReader->m_pFctSetOption(
376 err = pClipCtxt->ShellAPI.m_pReader->m_pFctOpen( pClipCtxt->pReaderContext, pTempFile);
390 err = pClipCtxt->ShellAPI.m_pReader->m_pFctOpen( pClipCtxt->pReaderContext,
416 err = pClipCtxt->ShellAPI.m_pReader->m_pFctGetNextStream(
453 err = pClipCtxt->ShellAPI.m_pReader->m_pFctReset(
467 err = pClipCtxt->ShellAPI.m_pReader->m_pFctFillAuStruct(
519 err = pClipCtxt->ShellAPI.m_pReader->m_pFctReset(
533 err = pClipCtxt->ShellAPI.m_pReader->m_pFctFillAuStruct(
607 err = M4VSS3GPP_setCurrentVideoDecoder(&pClipCtxt->ShellAPI,
614 pClipCtxt->ShellAPI.m_pCurrentVideoDecoderUserData;
622 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate(
625 pClipCtxt->ShellAPI.m_pReader,
626 pClipCtxt->ShellAPI.m_pReaderDataIt,
655 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctSetOption(
854 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDecode(pClipCtxt->pViDecCtxt,
919 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu(
1034 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu(
1089 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu(
1146 err = M4VSS3GPP_setCurrentAudioDecoder(&pClipCtxt->ShellAPI, audiotype);
1151 if( M4OSA_NULL == pClipCtxt->ShellAPI.m_pAudioDecoder )
1162 if( M4OSA_TRUE == pClipCtxt->ShellAPI.bAllowFreeingOMXCodecInterface )
1168 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1190 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1192 pClipCtxt->ShellAPI.pCurrentAudioDecoderUserData);
1204 err = pClipCtxt->ShellAPI.m_pAudioDecoder->
1253 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1255 pClipCtxt->ShellAPI.pCurrentAudioDecoderUserData);
1272 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1276 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
1329 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctSetOptionAudioDec(
1334 if( M4OSA_NULL != pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctSetOptionAudioDec ) {
1335 pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctSetOptionAudioDec(
1337 (M4OSA_DataOption) pClipCtxt->ShellAPI.m_pReaderDataIt);
1339 pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctSetOptionAudioDec(
1344 if( M4OSA_NULL != pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec )
1347 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec(
1454 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStepAudioDec(
1461 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStepAudioDec(
1538 err = pClipCtxt->ShellAPI.m_pReaderDataIt->m_pFctGetNextAu(
1573 err = pClipCtxt->ShellAPI.m_pReader->m_pFctJump(
1673 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDestroy(
1682 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctDestroyAudioDec(
1721 err = pClipCtxt->ShellAPI.m_pReader->m_pFctClose(
1733 err = pClipCtxt->ShellAPI.m_pReader->m_pFctDestroy(
1766 pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctDestroy(
1775 err2 = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctDestroyAudioDec(
1816 err2 = pClipCtxt->ShellAPI.m_pReader->m_pFctClose(
1831 err2 = pClipCtxt->ShellAPI.m_pReader->m_pFctDestroy(
1866 M4VSS3GPP_unRegisterAllWriters(&pClipCtxt->ShellAPI);
1867 M4VSS3GPP_unRegisterAllEncoders(&pClipCtxt->ShellAPI);
1868 M4VSS3GPP_unRegisterAllReaders(&pClipCtxt->ShellAPI);
1869 M4VSS3GPP_unRegisterAllDecoders(&pClipCtxt->ShellAPI);
2024 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctCreateAudioDec(
2028 pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctSetOptionAudioDec(
2030 (M4OSA_DataOption) pClipCtxt->ShellAPI.m_pReaderDataIt);
2032 pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctSetOptionAudioDec(
2036 if( pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec != M4OSA_NULL ) {
2038 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStartAudioDec(
2071 err = pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctStepAudioDec(
2077 pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctGetOptionAudioDec(
2085 pClipCtxt->ShellAPI.m_pAudioDecoder->m_pFctGetOptionAudioDec(
2101 err = pClipCtxt->ShellAPI.m_pReader->m_pFctReset(