Searched refs:pContext (Results 76 - 100 of 115) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c59 extern M4OSA_ERR M4MCS_open_normalMode(M4MCS_Context pContext, M4OSA_Void* pFileIn,
66 * prototype M4OSA_ERR M4xVSS_internalStartTranscoding(M4OSA_Context pContext)
73 * @param pContext (IN) Pointer on the xVSS edit context
79 M4OSA_ERR M4xVSS_internalStartTranscoding(M4OSA_Context pContext, argument
82 M4xVSS_Context* xVSS_context = (M4xVSS_Context*)pContext;
208 * prototype M4OSA_ERR M4xVSS_internalStopTranscoding(M4OSA_Context pContext)
212 * @param pContext (IN) Pointer on the xVSS edit context
218 M4OSA_ERR M4xVSS_internalStopTranscoding(M4OSA_Context pContext) argument
220 M4xVSS_Context* xVSS_context = (M4xVSS_Context*)pContext;
487 * @param pContext (I
1489 M4xVSS_internalStartConvertPictureTo3gp(M4OSA_Context pContext) argument
1680 M4xVSS_internalStopConvertPictureTo3gp(M4OSA_Context pContext) argument
1867 M4xVSS_internalConvertARGB888toYUV420_FrammingEffect(M4OSA_Context pContext, M4VSS3GPP_EffectSettings* pEffect, M4xVSS_FramingStruct* framingCtx, M4VIDEOEDITING_VideoFrameSize\ OutputVideoResolution) argument
2352 M4xVSS_internalGenerateEditedFile(M4OSA_Context pContext) argument
2575 M4xVSS_internalCloseEditedFile(M4OSA_Context pContext) argument
2633 M4xVSS_internalGenerateAudioMixFile(M4OSA_Context pContext) argument
2760 M4xVSS_internalCloseAudioMixedFile(M4OSA_Context pContext) argument
2802 M4xVSS_internalFreePreview(M4OSA_Context pContext) argument
2902 M4xVSS_internalFreeSaving(M4OSA_Context pContext) argument
3339 M4xVSS_freeCommand(M4OSA_Context pContext) argument
3472 M4xVSS_internalGetProperties(M4OSA_Context pContext, M4OSA_Char* pFile, M4VIDEOEDITING_ClipProperties *pFileProperties) argument
3529 M4xVSS_internalGetTargetedTimeScale(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings, M4OSA_UInt32* pTargetedTimeScale) argument
4748 M4xVSS_internalConvertToUTF8(M4OSA_Context pContext, M4OSA_Void* pBufferIn, M4OSA_Void* pBufferOut, M4OSA_UInt32* convertedSize) argument
4826 M4xVSS_internalConvertFromUTF8(M4OSA_Context pContext, M4OSA_Void* pBufferIn, M4OSA_Void* pBufferOut, M4OSA_UInt32* convertedSize) argument
[all...]
H A DM4VSS3GPP_Edit.c105 * @param pContext (OUT) Pointer on the VSS 3GPP edit context to allocate
113 M4OSA_ERR M4VSS3GPP_editInit( M4VSS3GPP_EditContext *pContext, argument
122 "M4VSS3GPP_editInit called with pContext=0x%x, \
124 pContext, pFileReadPtrFct, pFileWritePtrFct);
128 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext), M4ERR_PARAMETER,
129 "M4VSS3GPP_editInit: pContext is M4OSA_NULL");
140 *pContext = pC;
473 * @param pContext (IN) VSS edit context
481 M4OSA_ERR M4VSS3GPP_editOpen( M4VSS3GPP_EditContext pContext, argument
485 (M4VSS3GPP_InternalEditContext *)pContext;
1356 M4VSS3GPP_editStep( M4VSS3GPP_EditContext pContext, M4OSA_UInt8 *pProgress ) argument
[all...]
H A DM4READER_Amr.c59 * @param pContext: (OUT) pointer on a reader context
65 M4OSA_ERR M4READER_AMR_create(M4OSA_Context *pContext) argument
70 M4OSA_DEBUG_IF1((pContext == 0), M4ERR_PARAMETER,
86 *pContext = pReaderContext;
H A DM4VSS3GPP_AudioMixing.c90 * M4OSA_ERR M4VSS3GPP_audioMixingInit(M4VSS3GPP_AudioMixingContext* pContext,
94 * @param pContext (OUT) Pointer on the VSS audio mixing context to allocate
104 M4OSA_ERR M4VSS3GPP_audioMixingInit( M4VSS3GPP_AudioMixingContext *pContext, argument
113 "M4VSS3GPP_audioMixingInit called with pContext=0x%x, pSettings=0x%x",
114 pContext, pSettings);
118 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext), M4ERR_PARAMETER,
119 "M4VSS3GPP_audioMixingInit: pContext is M4OSA_NULL");
139 *pContext = pC;
256 * M4OSA_ERR M4VSS3GPP_audioMixingStep(M4VSS3GPP_AudioMixingContext pContext)
259 * @param pContext (I
268 M4VSS3GPP_audioMixingStep( M4VSS3GPP_AudioMixingContext pContext, M4OSA_UInt8 *pProgress ) argument
[all...]
H A DM4xVSS_API.c56 * prototype M4OSA_ERR M4xVSS_Init(M4OSA_Context* pContext, M4xVSS_InitParams* pParams)
60 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
68 M4OSA_ERR M4xVSS_Init( M4OSA_Context *pContext, M4xVSS_InitParams *pParams ) argument
227 *pContext = xVSS_context;
241 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
249 M4OSA_ERR M4xVSS_ReduceTranscode( M4OSA_Context pContext, argument
252 M4xVSS_Context *xVSS_context = (M4xVSS_Context *)pContext;
570 * prototype M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext,
579 * @param pContext (IN) Pointer on the xVSS edit context
587 M4OSA_ERR M4xVSS_SendCommand( M4OSA_Context pContext, argument
4749 M4xVSS_SaveStart( M4OSA_Context pContext, M4OSA_Void *pFilePath, M4OSA_UInt32 filePathSize ) argument
5434 M4xVSS_Step( M4OSA_Context pContext, M4OSA_UInt8 *pProgress ) argument
6300 M4xVSS_getMCSContext( M4OSA_Context pContext, M4OSA_Context *mcsContext ) argument
6337 M4xVSS_getVSS3GPPContext( M4OSA_Context pContext, M4OSA_Context *vss3gppContext ) argument
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp316 RSExecutable *RSCompilerDriver::build(BCCContext &pContext, argument
373 Source *source = Source::CreateFromBuffer(pContext, pResName,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h178 void *pContext
205 void* pContext
/frameworks/wilhelm/src/desktop/
H A DSndFile.c26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext) argument
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
/frameworks/wilhelm/src/itf/
H A DIRecord.c117 void *pContext)
124 thiz->mContext = pContext;
116 IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, void *pContext) argument
H A DIStreamInformation.c215 void * pContext) /* [in] */
224 thiz->mContext = pContext;
213 IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self, xaStreamEventChangeCallback callback, void * pContext) argument
H A DIDynamicInterfaceManagement.c441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;
440 IDynamicInterfaceManagement_RegisterCallback(SLDynamicInterfaceManagementItf self, slDynamicInterfaceManagementCallback callback, void *pContext) argument
H A DIPlay.c240 static SLresult IPlay_RegisterCallback(SLPlayItf self, slPlayCallback callback, void *pContext) argument
247 thiz->mContext = pContext;
H A DIAndroidBufferQueue.c236 slAndroidBufferQueueCallback callback, void *pContext)
247 thiz->mContext = pContext;
235 IAndroidBufferQueue_RegisterCallback(SLAndroidBufferQueueItf self, slAndroidBufferQueueCallback callback, void *pContext) argument
/frameworks/wilhelm/tests/examples/
H A DslesTestSawtoothBufferQueue.cpp85 void *pContext)
89 //fprintf(stdout, " pContext=%p\n", pContext);
90 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
83 BufferQueueCallback( SLBufferQueueItf queueItf, void *pContext) argument
H A DslesTestDecodeAac.cpp159 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
161 // pContext is unused here, so we pass NULL
162 assert(pContext == NULL);
209 void PlayCallback(SLPlayItf caller, void *pContext, SLuint32 event) { argument
319 void *pContext)
324 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);
317 DecPlayCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
100 void *pContext,
98 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestGetPositionUri.cpp66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
92 void *pContext,
90 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestPlayUri2.cpp39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorMp3Reader.cpp78 * @param pContext: (OUT) pointer on a reader context
85 M4OSA_ERR VideoEditorMp3Reader_create(M4OSA_Context *pContext) { argument
89 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
100 *pContext = pReaderContext;
121 M4OSA_ERR VideoEditorMp3Reader_destroy(M4OSA_Context pContext) { argument
124 (VideoEditorMp3Reader_Context*)pContext;
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) { argument
229 void * pContext )
232 // pContext was specified as NULL at RegisterStreamChangeCallback and is unused here
233 assert(NULL == pContext);
422 PlayCallback /*callback*/, NULL /*pContext*/);
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp102 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
104 Context *context = (Context *) pContext;
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c75 XAuint32 streamIndex, void *pEventData, void *pContext)
78 assert(NULL == pContext);
91 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event) argument
93 // pContext is unused here, so we pass NULL
94 assert(pContext == NULL);
129 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event) argument
131 // pContext is unused here, so we pass NULL
132 assert(NULL == pContext);
74 streamEventChangeCallback(XAStreamInformationItf caller, XAuint32 eventId, XAuint32 streamIndex, void *pEventData, void *pContext) argument
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c56 * M4OSA_ERR M4MCS_intApplyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
60 * @param pContext (IN) VPP context, which actually is the MCS internal context in our case
70 M4OSA_ERR M4MCS_intApplyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn, argument
79 M4MCS_InternalContext *pC = (M4MCS_InternalContext*)(pContext);
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp151 Script *PrepareScript(BCCContext &pContext, argument
157 Source *source = Source::CreateFromFile(pContext, input_bitcode);
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4READER_Common.h420 * @param pContext: (OUT) pointer on a reader context
426 typedef M4OSA_ERR (M4READER_create_fct) (M4OSA_Context* pContext);

Completed in 253 milliseconds

12345