Searched refs:pContext (Results 51 - 75 of 115) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/src/
H A DM4AIR_API.c110 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat)
112 * @param pContext: (IN/OUT) Address of the context to create
115 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only). Invalid formatType
119 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat) argument
125 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext) ;
127 *pContext = M4OSA_NULL ;
156 *pContext = pC ;
167 *pContext = M4OSA_NULL ;
176 * M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext)
178 * @param pContext
184 M4AIR_cleanUp(M4OSA_Context pContext) argument
221 M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams) argument
434 M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut) argument
[all...]
H A DM4DECODER_Null.c78 * @param pContext: (OUT) Context of the decoder
93 M4OSA_ERR M4DECODER_NULL_create(M4OSA_Context *pContext, argument
102 *pContext = M4OSA_NULL;
122 *pContext=pStreamContext;
137 M4OSA_ERR M4DECODER_NULL_destroy(M4OSA_Context pContext) { argument
139 M4_VideoHandler_Context* pStreamContext = (M4_VideoHandler_Context*)pContext;
H A DM4READER_Pcm.c55 * @param pContext: (OUT) Pointer to a wav reader context
61 M4OSA_ERR M4READER_PCM_create(M4OSA_Context* pContext) argument
65 M4OSA_DEBUG_IF1((pContext == 0), M4ERR_PARAMETER,
80 *pContext = pReaderContext;
241 M4READER_PCM_Context* pContext = (M4READER_PCM_Context*)context; local
251 *((M4OSA_UInt32*)pValue) = pContext->m_pAudioStream->m_duration;
265 if (M4OSA_NULL != pContext->m_pAudioStream)
267 *pBitrate = pContext->m_pAudioStream->m_averageBitRate;
H A DM4PTO3GPP_API.c142 * M4OSA_ERR M4PTO3GPP_Init(M4PTO3GPP_Context* pContext);
145 * @param pContext (OUT) Pointer on the M4PTO3GPP context to allocate
154 M4OSA_ERR M4PTO3GPP_Init( M4PTO3GPP_Context* pContext, argument
162 M4OSA_TRACE3_1("M4PTO3GPP_Init called with pContext=0x%x", pContext);
166 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext), M4ERR_PARAMETER,
167 "M4PTO3GPP_Init: pContext is M4OSA_NULL");
173 *pContext = pC;
250 * M4OSA_ERR M4PTO3GPP_Open(M4PTO3GPP_Context pContext, M4PTO3GPP_Params* pParams);
253 * @param pContext (I
279 M4PTO3GPP_Open(M4PTO3GPP_Context pContext, M4PTO3GPP_Params* pParams) argument
601 M4PTO3GPP_Step(M4PTO3GPP_Context pContext) argument
936 M4PTO3GPP_Close(M4PTO3GPP_Context pContext) argument
1075 M4PTO3GPP_CleanUp(M4PTO3GPP_Context pContext) argument
[all...]
H A DM4AMRR_CoreReader.c155 M4OSA_ERR M4AMRR_openRead(M4OSA_Context* pContext, M4OSA_Void* pFileDescriptor, argument
175 *pContext = M4OSA_NULL ;
177 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext),M4ERR_PARAMETER,"Context M4OSA_NULL");
193 *pContext = M4OSA_NULL ;
215 *pContext = M4OSA_NULL ;
269 *pContext = pStreamContext ;
282 *pContext = M4OSA_NULL ;
H A DM4PCMR_CoreReader.c39 * M4OSA_ERR M4PCMR_openRead(M4OSA_Context* pContext, M4OSA_Void* pUrl,
48 * @param pContext: (OUT) Pointer on the PCM Reader context
52 * @return M4ERR_PARAMETER pContext and/or pUrl and/or pFileFunction is NULL
62 M4OSA_ERR M4PCMR_openRead(M4OSA_Context* pContext, M4OSA_Void* pUrl, argument
71 if((M4OSA_NULL == pContext)|| (M4OSA_NULL == pUrl) ||(M4OSA_NULL == pFileFunction))
84 *pContext = (M4OSA_Context)context;
164 *pContext = M4OSA_NULL;
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...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp126 * @param pContext (OUT) Pointer to the BitStreamParser context to create.
131 static void VideoEditor3gpReader_BitStreamParserInit(void** pContext, argument
135 *pContext=M4OSA_NULL;
149 *pContext=pStreamContext;
154 * @param pContext (IN/OUT) BitStreamParser context.
157 static void VideoEditor3gpReader_BitStreamParserCleanUp(void* pContext) { argument
158 free((M4OSA_Int32*)pContext);
164 * @param pContext (IN/OUT) BitStreamParser context.
169 static M4OSA_UInt32 VideoEditor3gpReader_BitStreamParserShowBits(void* pContext, argument
172 (VideoEditor3gpReader_BitStreamParserContext*)pContext;
210 VideoEditor3gpReader_BitStreamParserFlushBits(void* pContext, M4OSA_Int32 length) argument
231 VideoEditor3gpReader_BitStreamParserGetBits( void* pContext,M4OSA_Int32 bitPos, M4OSA_Int32 bitLength) argument
271 VideoEditor3gpReader_BitStreamParserRestart(void* pContext) argument
291 VideoEditor3gpReader_GetCurrentbitStreamPointer( void* pContext) argument
302 VideoEditor3gpReader_BitStreamParserGetSize(void* pContext) argument
311 VideoEditor3gpReader_MPEG4BitStreamParserInit(void** pContext, void* pBitStream, M4OSA_Int32 size) argument
315 VideoEditor3gpReader_GetMpegLengthFromInteger(void* pContext, M4OSA_UInt32 val) argument
348 VideoEditor3gpReader_GetMpegLengthFromStream(void* pContext) argument
385 VideoEditor3gpReader_create(M4OSA_Context *pContext) argument
432 VideoEditor3gpReader_destroy(M4OSA_Context pContext) argument
475 VideoEditor3gpReader_open(M4OSA_Context pContext, M4OSA_Void* pFileDescriptor) argument
[all...]
H A DVideoEditorVideoDecoder.cpp787 M4OSA_ERR VideoEditorVideoDecoder_configureFromMetadata(M4OSA_Context pContext, argument
798 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
803 pDecShellContext = (VideoEditorVideoDecoder_Context*)pContext;
881 M4OSA_ERR VideoEditorVideoDecoder_destroy(M4OSA_Context pContext) { argument
884 (VideoEditorVideoDecoder_Context*)pContext;
888 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
908 pContext = NULL;
920 M4OSA_ERR VideoEditorVideoDecoder_create(M4OSA_Context *pContext, argument
936 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
1074 *pContext
1088 VideoEditorVideoSoftwareDecoder_create(M4OSA_Context *pContext, M4_StreamHandler *pStreamHandler, M4READER_GlobalInterface *pReaderGlobalInterface, M4READER_DataInterface *pReaderDataInterface, M4_AccessUnit *pAccessUnit, M4OSA_Void *pUserData) argument
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h116 void setContext(LDContext* pContext) argument
117 { m_pContext = pContext; }
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AMRR_CoreReader.h63 * M4OSA_ERR M4AMRR_openRead (M4OSA_Context* pContext, M4OSA_Void* pFileDescriptor,
68 * @param pContext(OUT) : AMR Reader context allocated in the function
73 * @returns M4ERR_PARAMETER : pContext and/or pFileDescriptor is NULL
80 M4OSA_ERR M4AMRR_openRead (M4OSA_Context* pContext, M4OSA_Void* pFileDescriptor,
H A DM4PCMR_CoreReader.h119 M4OSA_ERR M4PCMR_openRead(M4OSA_Context* pContext, M4OSA_Void* pUrl,
H A DM4DECODER_Common.h250 * @param pContext: (OUT) Context of the decoder
265 typedef M4OSA_ERR (M4DECODER_create_fct) (M4OSA_Context *pContext,
/frameworks/av/libvideoeditor/vss/inc/
H A DM4PTO3GPP_InternalTypes.h201 * M4OSA_ERR M4PTO3GPP_applyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
205 * @param pContext (IN) VPP context, which actually is the M4PTO3GPP
214 M4OSA_ERR M4PTO3GPP_applyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
66 // pContext is unused here, so we pass NULL
67 assert(pContext == NULL);
106 void *pContext,
109 // pContext is unused here, so we pass NULL
110 assert(NULL == pContext);
104 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestManyPlayers.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
78 int* pPlayerId = (int*)pContext;
104 void *pContext,
108 int* pPlayerId = (int*)pContext;
102 PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
H A DslesTestSlowDownUri.cpp65 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
73 assert(NULL != pContext);
74 SLPlaybackRateItf pRateItf = (SLPlaybackRateItf)pContext;
108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
112 assert(pContext == NULL);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
1108 void * pContext,
1132 void * pContext
[all...]
/frameworks/wilhelm/src/itf/
H A DIBufferQueue.c146 slBufferQueueCallback callback, void *pContext)
155 thiz->mContext = pContext;
145 IBufferQueue_RegisterCallback(SLBufferQueueItf self, slBufferQueueCallback callback, void *pContext) argument
H A DIPrefetchStatus.c61 slPrefetchCallback callback, void *pContext)
68 thiz->mContext = pContext;
60 IPrefetchStatus_RegisterCallback(SLPrefetchStatusItf self, slPrefetchCallback callback, void *pContext) argument
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c109 M4MCS_InternalContext *pContext );
114 static M4OSA_ERR M4MCS_intCheckMaxFileSize( M4MCS_Context pContext );
142 M4OSA_ERR M4MCS_open_normalMode( M4MCS_Context pContext,
2112 * @param pContext (OUT) Pointer on the MCS context to allocate
2121 M4OSA_ERR M4MCS_init( M4MCS_Context *pContext, argument
2129 "M4MCS_init called with pContext=0x%x, pFileReadPtrFct=0x%x, pFileWritePtrFct=0x%x",
2130 pContext, pFileReadPtrFct, pFileWritePtrFct);
2134 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext), M4ERR_PARAMETER,
2135 "M4MCS_init: pContext is M4OSA_NULL");
2145 *pContext
2347 M4MCS_open( M4MCS_Context pContext, M4OSA_Void *pFileIn, M4VIDEOEDITING_FileType InputFileType, M4OSA_Void *pFileOut, M4OSA_Void *pTempFile ) argument
2780 M4MCS_step( M4MCS_Context pContext, M4OSA_UInt8 *pProgress ) argument
3538 M4MCS_getInputFileProperties( M4MCS_Context pContext, M4VIDEOEDITING_ClipProperties *pFileProperties ) argument
3606 M4MCS_setOutputParams( M4MCS_Context pContext, M4MCS_OutputParams *pParams ) argument
4455 M4MCS_setEncodingParams( M4MCS_Context pContext, M4MCS_EncodingParams *pRates ) argument
4704 M4MCS_getExtendedEncodingParams( M4MCS_Context pContext, M4MCS_EncodingParams *pRates ) argument
10241 M4MCS_open_normalMode(M4MCS_Context pContext, M4OSA_Void* pFileIn, M4VIDEOEDITING_FileType InputFileType, M4OSA_Void* pFileOut, M4OSA_Void* pTempFile) argument
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h393 const void * pContext,
422 void * pContext
519 void *pContext,
528 void *pContext,
536 void *pContext,
556 void *pContext
571 void *pContext
576 void *pContext
882 void *pContext
895 void *pContext
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp93 void *pContext,
113 void *pContext)
117 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
91 RecCallback( SLRecordItf caller, void *pContext, SLuint32 event) argument
111 RecBufferQueueCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
H A DslesTestDecodeToBuffQueue.cpp127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event) argument
148 void *pContext,
174 void *pContext)
178 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
146 DecProgressCallback( SLPlayItf caller, void *pContext, SLuint32 event) argument
172 DecPlayCallback( SLAndroidSimpleBufferQueueItf queueItf, void *pContext) argument
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp129 RSScript *PrepareRSScript(BCCContext &pContext, argument
135 Source *source = Source::CreateFromFile(pContext, input_bitcode);

Completed in 2337 milliseconds

12345