Searched refs:pContext (Results 26 - 50 of 115) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_MediaAndCodecSubscription.c132 * M4OSA_ERR M4MCS_SubscribeMediaAndCodec(M4MCS_Context pContext);
136 * @param pContext: (IN) Execution context.
138 * @return M4ERR_PARAMETER pContext is NULL
141 M4OSA_ERR M4MCS_subscribeMediaAndCodec(M4MCS_Context pContext) argument
163 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext);
181 err = M4MCS_registerReader( pContext, readerMediaType,
199 err = M4MCS_registerReader( pContext, readerMediaType,
218 err = M4MCS_registerReader( pContext, readerMediaType,
241 err = M4MCS_registerVideoDecoder( pContext, videoDecoderType,
258 err = M4MCS_registerVideoDecoder( pContext, videoDecoderTyp
[all...]
H A DM4MCS_Codecs.c44 * @param pContext (IN/OUT) MCS context.
49 M4OSA_ERR M4MCS_clearInterfaceTables(M4MCS_Context pContext) argument
51 M4MCS_InternalContext* pC = (M4MCS_InternalContext*)pContext;
126 * @param pContext: (IN) Execution context.
128 * @return M4ERR_PARAMETER pContext,pWtrGlobalInterface or
133 M4OSA_ERR M4MCS_registerWriter(M4MCS_Context pContext, M4WRITER_OutputFileType MediaType, argument
137 M4MCS_InternalContext* pC = (M4MCS_InternalContext*)pContext;
148 M4OSA_TRACE3_3("MCS: M4MCS_registerWriter called with pContext=0x%x,\
179 * @param pContext: (IN) Execution context.
181 * @return M4ERR_PARAMETER pContext o
185 M4MCS_registerVideoEncoder( M4MCS_Context pContext, M4ENCODER_Format MediaType, M4ENCODER_GlobalInterface *pEncGlobalInterface) argument
242 M4MCS_registerAudioEncoder( M4MCS_Context pContext, M4ENCODER_AudioFormat MediaType, M4ENCODER_AudioGlobalInterface *pEncGlobalInterface) argument
294 M4MCS_registerReader( M4MCS_Context pContext, M4READER_MediaType mediaType, M4READER_GlobalInterface *pRdrGlobalInterface, M4READER_DataInterface *pRdrDataInterface) argument
341 M4MCS_registerVideoDecoder( M4MCS_Context pContext, M4DECODER_VideoType decoderType, M4DECODER_VideoInterface *pDecoderInterface) argument
403 M4MCS_registerAudioDecoder( M4MCS_Context pContext, M4AD_Type decoderType, M4AD_Interface *pDecoderInterface) argument
446 M4MCS_unRegisterAllWriters(M4MCS_Context pContext) argument
482 M4MCS_unRegisterAllEncoders(M4MCS_Context pContext) argument
526 M4MCS_unRegisterAllReaders(M4MCS_Context pContext) argument
563 M4MCS_unRegisterAllDecoders(M4MCS_Context pContext) argument
611 M4MCS_setCurrentWriter( M4MCS_Context pContext, M4VIDEOEDITING_FileType mediaType) argument
668 M4MCS_setCurrentVideoEncoder( M4MCS_Context pContext, M4VIDEOEDITING_VideoFormat mediaType) argument
720 M4MCS_setCurrentAudioEncoder( M4MCS_Context pContext, M4VIDEOEDITING_AudioFormat mediaType) argument
774 M4MCS_setCurrentReader( M4MCS_Context pContext, M4VIDEOEDITING_FileType mediaType) argument
824 M4MCS_setCurrentVideoDecoder( M4MCS_Context pContext, M4_StreamType mediaType) argument
873 M4MCS_setCurrentAudioDecoder( M4MCS_Context pContext, M4_StreamType mediaType) argument
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.h39 BCCContextImpl(BCCContext &pContext) { } argument
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.h123 * @param pContext (IN) : Video browser context
126 M4OSA_ERR videoBrowserCleanUp(M4OSA_Context pContext) ;
131 * @param pContext (IN) : Video browser context
136 M4OSA_ERR videoBrowserPrepareFrame(M4OSA_Context pContext, M4OSA_UInt32* pTime,
141 * @param pContext (IN) : Video Browser context
149 M4OSA_ERR videoBrowserSetWindow(M4OSA_Context pContext, M4OSA_Int32* pixelArray,
155 * @param pContext (IN) : Video browser context
158 M4OSA_ERR videoBrowserDisplayCurrentFrame(M4OSA_Context pContext);
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4ENCODER_AudioCommon.h223 typedef M4OSA_ERR (M4AE_cleanUp) (M4OSA_Context pContext);
224 typedef M4OSA_ERR (M4AE_open) (M4OSA_Context pContext, M4ENCODER_AudioParams *params,
227 typedef M4OSA_ERR (M4AE_close) (M4OSA_Context pContext);
228 typedef M4OSA_ERR (M4AE_step) (M4OSA_Context pContext, M4ENCODER_AudioBuffer *inBuffer,
230 typedef M4OSA_ERR (M4AE_getOption) (M4OSA_Context pContext, M4OSA_OptionID option,
H A DM4ENCODER_common.h395 M4ENCODER_Context* pContext,
404 M4ENCODER_Context pContext,
410 typedef M4OSA_ERR (M4ENCODER_start) (M4ENCODER_Context pContext);
411 typedef M4OSA_ERR (M4ENCODER_stop) (M4ENCODER_Context pContext);
412 typedef M4OSA_ERR (M4ENCODER_pause) (M4ENCODER_Context pContext);
413 typedef M4OSA_ERR (M4ENCODER_resume) (M4ENCODER_Context pContext);
414 typedef M4OSA_ERR (M4ENCODER_close) (M4ENCODER_Context pContext);
415 typedef M4OSA_ERR (M4ENCODER_cleanup) (M4ENCODER_Context pContext);
416 typedef M4OSA_ERR (M4ENCODER_regulBitRate) (M4ENCODER_Context pContext);
419 M4ENCODER_Context pContext,
[all...]
H A DM4WRITER_common.h208 typedef M4OSA_ERR (M4WRITER_addStream) (M4WRITER_Context pContext,\
210 typedef M4OSA_ERR (M4WRITER_startWriting) (M4WRITER_Context pContext);
211 typedef M4OSA_ERR (M4WRITER_closeWrite) (M4WRITER_Context pContext);
212 typedef M4OSA_ERR (M4WRITER_setOption) (M4WRITER_Context pContext, \
215 typedef M4OSA_ERR (M4WRITER_getOption) (M4WRITER_Context pContext, \
236 typedef M4OSA_ERR M4WRITER_startAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,\
238 typedef M4OSA_ERR M4WRITER_processAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,\
H A DM4AD_Common.h147 * @param pContext: (OUT) Context of the decoder
158 typedef M4OSA_ERR (M4AD_create_fct)(M4AD_Context *pContext,
218 * @param pContext: (IN/OUT) Context of the decoder
227 typedef M4OSA_ERR (M4AD_start_fct) (M4AD_Context pContext);
/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h488 M4OSA_ERR M4xVSS_internalStartTranscoding(M4OSA_Context pContext,
491 M4OSA_ERR M4xVSS_internalStopTranscoding(M4OSA_Context pContext);
508 M4OSA_ERR M4xVSS_internalStartConvertPictureTo3gp(M4OSA_Context pContext);
510 M4OSA_ERR M4xVSS_internalStopConvertPictureTo3gp(M4OSA_Context pContext);
515 M4OSA_ERR M4xVSS_internalDecodeGIF(M4OSA_Context pContext);
517 M4OSA_ERR M4xVSS_internalDecodeGIF_Initialization(M4OSA_Context pContext);
519 M4OSA_ERR M4xVSS_internalDecodeGIF_Cleaning(M4OSA_Context pContext);
522 M4OSA_ERR M4xVSS_internalDecodeGIF(M4OSA_Context pContext, M4VSS3GPP_EffectSettings* pEffect,
526 M4OSA_ERR M4xVSS_internalConvertARGB888toYUV420_FrammingEffect(M4OSA_Context pContext,
532 M4OSA_ERR M4xVSS_internalGenerateEditedFile(M4OSA_Context pContext);
[all...]
H A DM4VSS3GPP_API.h468 * @param pContext (OUT) Pointer on the VSS 3GPP edit context to allocate
477 M4VSS3GPP_EditContext* pContext,
533 * @param pContext (IN) VSS 3GPP edit context
541 M4OSA_ERR M4VSS3GPP_editOpen(M4VSS3GPP_EditContext pContext, M4VSS3GPP_EditSettings *pSettings);
548 * @param pContext (IN) VSS 3GPP edit context
551 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only)
557 M4OSA_ERR M4VSS3GPP_editStep(M4VSS3GPP_EditContext pContext, M4OSA_UInt8 *pProgress);
564 * @param pContext (IN) VSS 3GPP edit context
566 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only)
571 M4OSA_ERR M4VSS3GPP_editClose(M4VSS3GPP_EditContext pContext);
[all...]
H A DM4VSS3GPP_InternalFunctions.h248 * @param pContext: (IN) Execution context.
250 * @return M4ERR_PARAMETER pContext,pWtrGlobalInterface or pWtrDataInterface is
265 * @param pContext: (IN) Execution context.
267 * @return M4ERR_PARAMETER pContext or pEncGlobalInterface is M4OSA_NULL (debug only),
281 * @param pContext: (IN) Execution context.
285 * @return M4ERR_PARAMETER: pContext or pEncGlobalInterface is M4OSA_NULL (debug only)
296 * @param pContext (IN/OUT) VSS context.
310 * @param pContext (IN/OUT) VSS context.
343 * @param pContext (IN/OUT) VSS context.
354 * @param pContext (I
[all...]
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h106 typedef void *(*LookupFunctionTy)(ContextTy pContext, const char *pName);
114 ContextTy pContext = NULL)
115 : mLookupFunc(pLookupFunc), mContext(pContext) { }
128 inline void setContext(ContextTy pContext) argument
129 { mContext = pContext; }
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Interface.c69 * M4OSA_ERR M4WRITER_3GP_openWrite(M4WRITER_Context* pContext, void* pWhat,
73 * @param pContext: (OUT) Execution context of the 3GP writer, allocated by this function.
83 * @return M4ERR_PARAMETER: pContext or pFilePtrFct is M4OSA_NULL (debug only)
87 M4OSA_ERR M4WRITER_3GP_openWrite( M4WRITER_Context* pContext, argument
100 M4OSA_DEBUG_IF2((M4OSA_NULL == pContext),M4ERR_PARAMETER,
101 "M4WRITER_3GP_openWrite: pContext is M4OSA_NULL");
107 *pContext=M4OSA_NULL;
127 *pContext = (M4WRITER_Context *)apContext;
149 * M4OSA_ERR M4WRITER_3GP_startWriting(M4WRITER_Context pContext)
153 * @param pContext
160 M4WRITER_3GP_startWriting(M4WRITER_Context pContext) argument
204 M4WRITER_3GP_addStream(M4WRITER_Context pContext, M4SYS_StreamDescription* pStreamDescription) argument
341 M4WRITER_3GP_closeWrite(M4WRITER_Context pContext) argument
393 M4WRITER_3GP_setOption( M4WRITER_Context pContext, M4OSA_UInt32 optionID, M4OSA_DataOption optionValue) argument
597 M4WRITER_3GP_getOption( M4WRITER_Context pContext, M4OSA_UInt32 optionID, M4OSA_DataOption optionValue) argument
702 M4WRITER_3GP_startAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
766 M4WRITER_3GP_processAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp239 M4OSA_ERR VideoEditorAudioEncoder_cleanup(M4OSA_Context pContext) { argument
245 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
246 pEncoderContext = (VideoEditorAudioEncoder_Context*)pContext;
250 pContext = M4OSA_NULL;
263 M4OSA_Context* pContext, M4OSA_Void* pUserData) {
269 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
275 *pContext = pEncoderContext;
282 *pContext = M4OSA_NULL;
289 M4OSA_ERR VideoEditorAudioEncoder_init_AAC(M4OSA_Context* pContext, argument
291 return VideoEditorAudioEncoder_init(M4ENCODER_kAAC, pContext, pUserDat
262 VideoEditorAudioEncoder_init(M4ENCODER_AudioFormat format, M4OSA_Context* pContext, M4OSA_Void* pUserData) argument
294 VideoEditorAudioEncoder_init_AMRNB(M4OSA_Context* pContext, M4OSA_Void* pUserData) argument
299 VideoEditorAudioEncoder_init_MP3(M4OSA_Context* pContext, M4OSA_Void* pUserData) argument
304 VideoEditorAudioEncoder_close(M4OSA_Context pContext) argument
341 VideoEditorAudioEncoder_open(M4OSA_Context pContext, M4ENCODER_AudioParams *pParams, M4ENCODER_AudioDecSpecificInfo *pDSI, M4OSA_Context pGrabberContext) argument
498 VideoEditorAudioEncoder_processInputBuffer(M4OSA_Context pContext, M4ENCODER_AudioBuffer* pInBuffer) argument
546 VideoEditorAudioEncoder_processOutputBuffer(M4OSA_Context pContext, MediaBuffer* buffer, M4ENCODER_AudioBuffer* pOutBuffer) argument
605 VideoEditorAudioEncoder_step(M4OSA_Context pContext, M4ENCODER_AudioBuffer* pInBuffer, M4ENCODER_AudioBuffer* pOutBuffer) argument
644 VideoEditorAudioEncoder_getOption(M4OSA_Context pContext, M4OSA_OptionID optionID, M4OSA_DataOption* optionValue) argument
[all...]
H A DVideoEditorVideoEncoder.cpp303 M4OSA_ERR VideoEditorVideoEncoder_getDSI(M4ENCODER_Context pContext, argument
323 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
326 pEncoderContext = (VideoEditorVideoEncoder_Context*)pContext;
407 M4OSA_ERR VideoEditorVideoEncoder_cleanup(M4ENCODER_Context pContext) { argument
413 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
415 pEncoderContext = (VideoEditorVideoEncoder_Context*)pContext;
421 pContext = M4OSA_NULL;
434 M4ENCODER_Context* pContext,
445 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
472 *pContext
433 VideoEditorVideoEncoder_init(M4ENCODER_Format format, M4ENCODER_Context* pContext, M4WRITER_DataInterface* pWriterDataInterface, M4VPP_apply_fct* pVPPfct, M4VPP_Context pVPPctxt, M4OSA_Void* pExternalAPI, M4OSA_Void* pUserData) argument
486 VideoEditorVideoEncoder_init_H263(M4ENCODER_Context* pContext, M4WRITER_DataInterface* pWriterDataInterface, M4VPP_apply_fct* pVPPfct, M4VPP_Context pVPPctxt, M4OSA_Void* pExternalAPI, M4OSA_Void* pUserData) argument
496 VideoEditorVideoEncoder_init_MPEG4(M4ENCODER_Context* pContext, M4WRITER_DataInterface* pWriterDataInterface, M4VPP_apply_fct* pVPPfct, M4VPP_Context pVPPctxt, M4OSA_Void* pExternalAPI, M4OSA_Void* pUserData) argument
506 VideoEditorVideoEncoder_init_H264(M4ENCODER_Context* pContext, M4WRITER_DataInterface* pWriterDataInterface, M4VPP_apply_fct* pVPPfct, M4VPP_Context pVPPctxt, M4OSA_Void* pExternalAPI, M4OSA_Void* pUserData) argument
515 VideoEditorVideoEncoder_close(M4ENCODER_Context pContext) argument
554 VideoEditorVideoEncoder_open(M4ENCODER_Context pContext, M4SYS_AccessUnit* pAU, M4OSA_Void* pParams) argument
736 VideoEditorVideoEncoder_processInputBuffer( M4ENCODER_Context pContext, M4OSA_Double Cts, M4OSA_Bool bReachedEOS) argument
838 VideoEditorVideoEncoder_processOutputBuffer( M4ENCODER_Context pContext, MediaBuffer* buffer) argument
970 VideoEditorVideoEncoder_encode(M4ENCODER_Context pContext, M4VIFI_ImagePlane* pInPlane, M4OSA_Double Cts, M4ENCODER_FrameMode FrameMode) argument
1049 VideoEditorVideoEncoder_start(M4ENCODER_Context pContext) argument
1086 VideoEditorVideoEncoder_stop(M4ENCODER_Context pContext) argument
1142 VideoEditorVideoEncoder_regulBitRate(M4ENCODER_Context pContext) argument
1147 VideoEditorVideoEncoder_setOption(M4ENCODER_Context pContext, M4OSA_UInt32 optionID, M4OSA_DataOption optionValue) argument
1184 VideoEditorVideoEncoder_getOption(M4ENCODER_Context pContext, M4OSA_UInt32 optionID, M4OSA_DataOption optionValue) argument
[all...]
H A DVideoEditorAudioDecoder.cpp396 M4OSA_ERR VideoEditorAudioDecoder_destroy(M4AD_Context pContext) { argument
402 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
404 pDecoderContext = (VideoEditorAudioDecoder_Context*)pContext;
417 pContext = M4OSA_NULL;
431 M4AD_Context* pContext, M4_AudioStreamHandler* pStreamHandler,
444 VIDEOEDITOR_CHECK(M4OSA_NULL != pContext, M4ERR_PARAMETER);
574 *pContext = pDecoderContext;
582 *pContext = M4OSA_NULL;
588 M4OSA_ERR VideoEditorAudioDecoder_create_AAC(M4AD_Context* pContext, argument
592 M4AD_kTypeAAC, pContext, pStreamHandle
430 VideoEditorAudioDecoder_create(M4AD_Type decoderType, M4AD_Context* pContext, M4_AudioStreamHandler* pStreamHandler, void* pUserData) argument
596 VideoEditorAudioDecoder_create_AMRNB(M4AD_Context* pContext, M4_AudioStreamHandler* pStreamHandler, void* pUserData) argument
604 VideoEditorAudioDecoder_create_AMRWB(M4AD_Context* pContext, M4_AudioStreamHandler* pStreamHandler, void* pUserData) argument
612 VideoEditorAudioDecoder_create_MP3(M4AD_Context* pContext, M4_AudioStreamHandler* pStreamHandler, void* pUserData) argument
619 VideoEditorAudioDecoder_processInputBuffer( M4AD_Context pContext, M4AD_Buffer* pInputBuffer) argument
650 VideoEditorAudioDecoder_processOutputBuffer(M4AD_Context pContext, MediaBuffer* buffer, M4AD_Buffer* pOuputBuffer) argument
713 VideoEditorAudioDecoder_step(M4AD_Context pContext, M4AD_Buffer* pInputBuffer, M4AD_Buffer* pOutputBuffer, M4OSA_Bool bJump) argument
799 VideoEditorAudioDecoder_setOption(M4AD_Context pContext, M4OSA_UInt32 optionID, M4OSA_DataOption optionValue) argument
846 VideoEditorAudioDecoder_getOption(M4AD_Context pContext, M4OSA_UInt32 optionID, M4OSA_DataOption optionValue) argument
[all...]
/frameworks/wilhelm/src/itf/
H A DIVisualization.c23 slVisualizationCallback callback, void *pContext, SLmilliHertz rate)
33 thiz->mContext = pContext;
22 IVisualization_RegisterVisualizationCallback(SLVisualizationItf self, slVisualizationCallback callback, void *pContext, SLmilliHertz rate) argument
H A DIMIDIMessage.c39 slMetaEventCallback callback, void *pContext)
46 thiz->mMetaEventContext = pContext;
55 slMIDIMessageCallback callback, void *pContext)
62 thiz->mMessageContext = pContext;
38 IMIDIMessage_RegisterMetaEventCallback(SLMIDIMessageItf self, slMetaEventCallback callback, void *pContext) argument
54 IMIDIMessage_RegisterMIDIMessageCallback(SLMIDIMessageItf self, slMIDIMessageCallback callback, void *pContext) argument
H A DIOutputMix.c48 slMixDeviceChangeCallback callback, void *pContext)
55 thiz->mContext = pContext;
47 IOutputMix_RegisterDeviceChangeCallback(SLOutputMixItf self, slMixDeviceChangeCallback callback, void *pContext) argument
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileCommon.c66 M4OSA_ERR M4OSA_fileCommonOpen(M4OSA_UInt16 core_id, M4OSA_Context* pContext, argument
107 "M4OSA_Char* %s\tfileModeAccess %d", core_id, pContext, pUrl, fileModeAccess);
109 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER, "M4OSA_fileCommonOpen: pContext is M4OSA_NULL");
308 *pContext = pFileContext;
374 M4OSA_ERR M4OSA_fileCommonSeek(M4OSA_Context pContext, argument
378 M4OSA_FileContext* pFileContext = pContext;
387 pContext, seekMode, pFilePos);
389 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER, "M4OSA_fileCommonSeek");
474 M4OSA_ERR M4OSA_fileCommonClose(M4OSA_UInt16 core_id, M4OSA_Context pContext) argument
525 M4OSA_fileCommonGetAttribute(M4OSA_Context pContext, M4OSA_FileAttribute* pAttribute) argument
574 M4OSA_fileCommonGetURL(M4OSA_Context pContext, M4OSA_Char** pUrl) argument
[all...]
H A DM4OSA_Mutex.c51 * @param pContext:(OUT) Context of the created mutex
57 M4OSA_ERR M4OSA_mutexOpen(M4OSA_Context* pContext) argument
63 M4OSA_TRACE1_1("M4OSA_mutexOpen\t\tM4OSA_Context* 0x%x", pContext);
64 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER,
65 "M4OSA_mutexOpen: pContext is M4OSA_NULL");
67 *pContext = M4OSA_NULL;
106 *pContext = (M4OSA_Context) pMutexContext;
H A DLVOSA_FileReader_optim.c481 * @param pContext: (OUT) File reader context.
485 * @return M4ERR_PARAMETER pContext or fileDescriptor is NULL
492 M4OSA_ERR M4OSA_fileReadOpen_optim(M4OSA_Context* pContext, argument
496 M4OSA_ERR M4OSA_fileReadOpen_optim(M4OSA_Context* pContext,
513 M4OSA_TRACE2_3("M4OSA_fileReadOpen_optim p = 0x%p fd = %s mode = %lu", pContext,
517 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext);
520 *pContext = M4OSA_NULL;
621 *pContext= (M4OSA_Context)apContext;
641 *pContext = M4OSA_NULL;
653 * @param pContext
662 M4OSA_fileReadData_optim(M4OSA_Context pContext,M4OSA_MemAddr8 pData, M4OSA_UInt32* pSize) argument
841 M4OSA_fileReadSeek_optim( M4OSA_Context pContext, M4OSA_FileSeekAccessMode SeekMode, M4OSA_FilePosition* pPosition) argument
905 M4OSA_fileReadClose_optim(M4OSA_Context pContext) argument
978 M4OSA_fileReadSetOption_optim(M4OSA_Context pContext, M4OSA_FileReadOptionID OptionID, M4OSA_DataOption OptionValue) argument
1002 M4OSA_fileReadGetOption_optim(M4OSA_Context pContext, M4OSA_FileReadOptionID OptionID, M4OSA_DataOption* pOptionValue) argument
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_VideoPreProcessing.c46 * M4OSA_ERR M4PTO3GPP_applyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
50 * @param pContext (IN) VPP context, which actually is the M4PTO3GPP internal context
60 M4OSA_ERR M4PTO3GPP_applyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn, argument
77 M4PTO3GPP_InternalContext *pC = (M4PTO3GPP_InternalContext*)(pContext);
H A DM4AD_Null.c67 * @param pContext: (OUT) Context of the decoder
77 M4OSA_ERR M4AD_NULL_create( M4AD_Context* pContext, argument
83 M4OSA_DEBUG_IF1((pContext == 0), M4ERR_PARAMETER,
96 *pContext = pC;
/frameworks/compile/mclinker/lib/LD/
H A DSectionMerger.cpp18 SectionMerger::SectionMerger(SectionMap& pSectionMap, LDContext& pContext) argument
20 m_Output(pContext),

Completed in 764 milliseconds

12345