Searched refs:pContext (Results 1 - 25 of 115) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_BitStreamParser.h34 * @param pContext : A pointer to the context internally used by the package - ALLOCATED BY THE
40 void M4_BitStreamParser_Init(void** pContext, void* pBitStream, M4OSA_Int32 size);
45 * @param pContext (IN/OUT) M4_BitStreamParser context.
48 void M4_BitStreamParser_CleanUp(void* pContext);
54 * @param pContext (IN/OUT) M4_BitStreamParser context.
59 M4OSA_UInt32 M4_BitStreamParser_ShowBits(void* pContext, M4OSA_Int32 length);
64 * @param pContext (IN/OUT) M4_BitStreamParser context.
68 void M4_BitStreamParser_FlushBits(void* pContext, M4OSA_Int32 length);
75 * @param pContext : A pointer to the context internally used by the package
80 M4OSA_UInt32 M4_BitStreamParser_GetBits(void* pContext,M4OSA_Int3
[all...]
H A DM4VPP_API.h70 * @param pContext: (IN) Execution context of the VPP.
75 typedef M4OSA_ERR (M4VPP_apply_fct) (M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
82 * M4OSA_ERR M4VPP_initVideoPreprocessing(M4VPP_Context* pContext)
85 * @param pContext: (OUT) Execution context allocated by the function.
88 * @return M4ERR_PARAMETER: pContext is NULL (debug only).
91 M4OSA_ERR M4VPP_initVideoPreprocessing(M4VPP_Context* pContext);
95 * M4OSA_ERR M4VPP_applyVideoPreprocessing(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
99 * @param pContext: (IN) Execution context.
103 * @return M4ERR_PARAMETER: pContext or pPlaneIn or pPlaneOut is NULL (debug only).
108 M4OSA_ERR M4VPP_applyVideoPreprocessing(M4VPP_Context pContext, M4VIFI_ImagePlan
[all...]
H A DM4AIR_API.h110 * 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);
124 * M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext)
126 * @param pContext: (IN) Context identifying the instance to destroy
128 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL (debug only).
132 M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext);
137 * M4OSA_ERR M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams)
143 * @param pContext
[all...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalFunctions.h36 * M4OSA_ERR M4MCS_intApplyVPP( M4VPP_Context pContext,
41 * @param pContext (IN) VPP context, which actually is the MCS
52 M4OSA_ERR M4MCS_intApplyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
57 * M4OSA_ERR M4MCS_SubscribeMediaAndCodec(M4MCS_Context pContext);
61 * @param pContext: (IN) Execution context.
63 * @return M4ERR_PARAMETER pContext is NULL
66 M4OSA_ERR M4MCS_subscribeMediaAndCodec(M4MCS_Context pContext);
71 * @param pContext (IN/OUT) MCS context.
76 M4OSA_ERR M4MCS_clearInterfaceTables(M4MCS_Context pContext);
80 * M4OSA_ERR M4MCS_registerWriter(M4MCS_Context pContext,
[all...]
H A DM4MCS_API.h326 * M4OSA_ERR M4MCS_init(M4MCS_Context* pContext, M4OSA_FileReadPointer* pFileReadPtrFct,
330 * @param pContext (OUT) Pointer on the MCS context to allocate
338 M4OSA_ERR M4MCS_init(M4MCS_Context* pContext, M4OSA_FileReadPointer* pFileReadPtrFct,
343 * M4OSA_ERR M4MCS_open(M4MCS_Context pContext, M4OSA_Void* pFileIn, M4OSA_Void* pFileOut,
350 * @param pContext (IN) MCS context
368 M4OSA_ERR M4MCS_open(M4MCS_Context pContext, M4OSA_Void* pFileIn,
374 * M4OSA_ERR M4MCS_step(M4MCS_Context pContext, M4OSA_UInt8 *pProgress);
377 * @param pContext (IN) MCS context
392 M4OSA_ERR M4MCS_step(M4MCS_Context pContext, M4OSA_UInt8 *pProgress);
396 * M4OSA_ERR M4MCS_pause(M4MCS_Context pContext);
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp177 int Reverb_init (ReverbContext *pContext);
178 void Reverb_free (ReverbContext *pContext);
179 int Reverb_setConfig (ReverbContext *pContext, effect_config_t *pConfig);
180 void Reverb_getConfig (ReverbContext *pContext, effect_config_t *pConfig);
181 int Reverb_setParameter (ReverbContext *pContext, void *pParam, void *pValue);
182 int Reverb_getParameter (ReverbContext *pContext,
186 int Reverb_LoadPreset (ReverbContext *pContext);
219 ReverbContext *pContext = new ReverbContext; local
221 pContext->itfe = &gReverbInterface;
222 pContext
278 ReverbContext * pContext = (ReverbContext *)handle; local
411 process( LVM_INT16 *pIn, LVM_INT16 *pOut, int frameCount, ReverbContext *pContext) argument
557 Reverb_free(ReverbContext *pContext) argument
603 Reverb_setConfig(ReverbContext *pContext, effect_config_t *pConfig) argument
691 Reverb_getConfig(ReverbContext *pContext, effect_config_t *pConfig) argument
708 Reverb_init(ReverbContext *pContext) argument
958 ReverbSetRoomHfLevel(ReverbContext *pContext, int16_t level) argument
992 ReverbGetRoomHfLevel(ReverbContext *pContext) argument
1031 ReverbSetReverbLevel(ReverbContext *pContext, int16_t level) argument
1075 ReverbGetReverbLevel(ReverbContext *pContext) argument
1122 ReverbSetRoomLevel(ReverbContext *pContext, int16_t level) argument
1160 ReverbGetRoomLevel(ReverbContext *pContext) argument
1204 ReverbSetDecayTime(ReverbContext *pContext, uint32_t time) argument
1246 ReverbGetDecayTime(ReverbContext *pContext) argument
1280 ReverbSetDecayHfRatio(ReverbContext *pContext, int16_t ratio) argument
1315 ReverbGetDecayHfRatio(ReverbContext *pContext) argument
1348 ReverbSetDiffusion(ReverbContext *pContext, int16_t level) argument
1383 ReverbGetDiffusion(ReverbContext *pContext) argument
1418 ReverbSetDensity(ReverbContext *pContext, int16_t level) argument
1453 ReverbGetDensity(ReverbContext *pContext) argument
1490 Reverb_LoadPreset(ReverbContext *pContext) argument
1535 Reverb_getParameter(ReverbContext *pContext, void *pParam, size_t *pValueSize, void *pValue) argument
1752 Reverb_setParameter(ReverbContext *pContext, void *pParam, void *pValue) argument
1859 android::ReverbContext * pContext = (android::ReverbContext *) self; local
1897 android::ReverbContext * pContext = (android::ReverbContext *) self; local
2114 android::ReverbContext * pContext = (android::ReverbContext *)self; local
[all...]
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp59 EffectContext* pContext; local
65 pContext = new EffectContext;
66 pContext->sessionId = sessionId;
67 pContext->ioId = ioId;
68 pContext->uuid = *uuid;
69 pContext->common_itfe = &gEffectInterface;
73 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
77 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT];
84 delete pContext
125 EffectContext * pContext = (EffectContext *)handle; local
161 EffectContext *pContext = (EffectContext *) self; local
182 EffectContext *pContext = (EffectContext *) self; local
305 EffectContext * pContext = (EffectContext *) self; local
[all...]
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp92 uint32_t Visualizer_getDeltaTimeMsFromUpdatedTime(VisualizerContext* pContext) { argument
94 if (pContext->mBufferUpdateTime.tv_sec != 0) {
97 time_t secs = ts.tv_sec - pContext->mBufferUpdateTime.tv_sec;
98 long nsec = ts.tv_nsec - pContext->mBufferUpdateTime.tv_nsec;
110 void Visualizer_reset(VisualizerContext *pContext) argument
112 pContext->mCaptureIdx = 0;
113 pContext->mLastCaptureIdx = 0;
114 pContext->mBufferUpdateTime.tv_sec = 0;
115 pContext->mLatency = 0;
116 memset(pContext
133 Visualizer_setConfig(VisualizerContext *pContext, effect_config_t *pConfig) argument
167 Visualizer_getConfig(VisualizerContext *pContext, effect_config_t *pConfig) argument
185 Visualizer_init(VisualizerContext *pContext) argument
243 VisualizerContext *pContext = new VisualizerContext; local
266 VisualizerContext * pContext = (VisualizerContext *)handle; local
308 VisualizerContext * pContext = (VisualizerContext *)self; local
414 VisualizerContext * pContext = (VisualizerContext *)self; local
658 VisualizerContext * pContext = (VisualizerContext *) self; local
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c38 * M4OSA_Context pContext, M4OSA_UInt32 x,
41 * @param pContext (IN) : Video Browser context
51 M4OSA_Context pContext,
56 VideoBrowserContext* pC = (VideoBrowserContext*)pContext;
60 pContext, x, y, dx, dy);
63 CHECK_PTR(videoBrowserSetWindow, pContext, err, M4ERR_PARAMETER);
138 VideoBrowserContext* pContext = M4OSA_NULL; local
157 pContext = (VideoBrowserContext*)M4OSA_32bitAlignedMalloc(
161 CHECK_PTR(videoBrowserCreate, pContext,err, M4ERR_ALLOC);
162 memset((void *)pContext,
50 videoBrowserSetWindow( M4OSA_Context pContext, M4OSA_Int32 *pPixelArray, M4OSA_UInt32 x, M4OSA_UInt32 y, M4OSA_UInt32 dx, M4OSA_UInt32 dy) argument
393 videoBrowserCleanUp(M4OSA_Context pContext) argument
444 videoBrowserPrepareFrame(M4OSA_Context pContext, M4OSA_UInt32* pTime, M4OSA_UInt32 tolerance) argument
525 videoBrowserDisplayCurrentFrame(M4OSA_Context pContext) argument
[all...]
H A DVideoEditorThumbnailMain.h30 * @param pContext (OUT) Thumbnail Context.
43 * @param pContext (IN) Thumbnail Context.
50 M4OSA_ERR ThumbnailGetPixels32(const M4OSA_Context pContext,
58 * @param pContext (IN) Thumbnail Context.
65 M4OSA_ERR ThumbnailGetPixels16(const M4OSA_Context pContext,
73 * @param pContext (IN) Thumbnail Context.
76 void ThumbnailClose(const M4OSA_Context pContext);
H A DVideoEditorMain.cpp112 M4MCS_Context pContext,
135 ManualEditContext* pContext,
257 M4OSA_ERR videoEditor_generateAudio(JNIEnv* pEnv,ManualEditContext* pContext,
393 ManualEditContext *pContext = (ManualEditContext *)cookie; local
406 pContext->pVM->AttachCurrentThread(&pEnv, NULL);
423 pContext->mIsUpdateOverlay = true;
428 if (pContext->mOverlayFileName != NULL) {
429 free(pContext->mOverlayFileName);
430 pContext->mOverlayFileName = NULL;
434 strlen((const char*)pContext
578 ManualEditContext* pContext = M4OSA_NULL; local
611 ManualEditContext* pContext = M4OSA_NULL; local
682 ManualEditContext* pContext = M4OSA_NULL; local
1002 ManualEditContext* pContext = M4OSA_NULL; local
1144 ManualEditContext* pContext = M4OSA_NULL; local
1184 videoEditor_generateAudio(JNIEnv* pEnv,ManualEditContext* pContext, M4OSA_Char* infilePath, M4OSA_Char* pcmfilePath ) argument
1546 ManualEditContext* pContext = M4OSA_NULL; local
2094 ManualEditContext* pContext = M4OSA_NULL; local
2147 ManualEditContext* pContext = M4OSA_NULL; local
2419 videoEditor_callOnProgressUpdate( ManualEditContext* pContext, int task, int progress) argument
2445 ManualEditContext* pContext = M4OSA_NULL; local
2531 ManualEditContext* pContext = M4OSA_NULL; local
2717 ManualEditContext* pContext = NULL; local
2901 ManualEditContext* pContext = M4OSA_NULL; local
2947 ManualEditContext* pContext = M4OSA_NULL; local
3003 ManualEditContext* pContext = M4OSA_NULL; local
3072 ManualEditContext* pContext = M4OSA_NULL; local
3121 ManualEditContext* pContext = M4OSA_NULL; local
3347 M4MA_generateAudioGraphFile(JNIEnv* pEnv, M4OSA_Char* pInputFileURL, M4OSA_Char* pOutFileURL, M4OSA_UInt32 samplesPerValue, M4OSA_UInt32 channels, M4OSA_UInt32 frameDuration, ManualEditContext* pContext) argument
3566 ManualEditContext* pContext = M4OSA_NULL; local
[all...]
H A DVideoEditorThumbnailMain.cpp68 * @param pContext (IN) Thumbnail Context.
74 M4OSA_ERR ThumbnailGetPixels(const M4OSA_Context pContext,
162 ThumbnailContext *pContext = M4OSA_NULL; local
168 pContext = (ThumbnailContext*)M4OSA_32bitAlignedMalloc(sizeof(ThumbnailContext), VIDEOBROWSER,
170 M4OSA_TRACE3_1("context value is = %d",pContext);
171 CHECK_PTR(ThumbnailOpen, pContext, err, M4ERR_ALLOC);
173 memset((void *)pContext, 0,sizeof(ThumbnailContext));
180 &pContext->m_pVideoBrowser, pString) ;
182 pContext->m_bRender = bRender;
193 err = videoBrowserCreate(&pContext
219 ThumbnailGetPixels(const M4OSA_Context pContext, M4OSA_Int32* pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32* pTimeMS, M4OSA_UInt32 tolerance) argument
265 ThumbnailGetPixels32(const M4OSA_Context pContext, M4OSA_Int32* pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32* timeMS, M4OSA_UInt32 tolerance) argument
288 ThumbnailGetPixels16(const M4OSA_Context pContext, M4OSA_Int16* pixelArray, M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32* timeMS, M4OSA_UInt32 tolerance) argument
312 ThumbnailClose(const M4OSA_Context pContext) argument
[all...]
H A DVideoEditorOsal.h51 M4OSA_Context* pContext,
58 M4OSA_Context* pContext);
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp66 void LE_reset(LoudnessEnhancerContext *pContext) argument
68 ALOGV(" > LE_reset(%p)", pContext);
70 if (pContext->mCompressor != NULL) {
71 float targetAmp = pow(10, pContext->mTargetGainmB/2000.0f); // mB to linear amplification
72 ALOGV("LE_reset(): Target gain=%dmB <=> factor=%.2fX", pContext->mTargetGainmB, targetAmp);
73 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
75 ALOGE("LE_reset(%p): null compressors, can't apply target gain", pContext);
92 // pContext: effect engine context
100 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_ argument
134 LE_getConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) argument
152 LE_init(LoudnessEnhancerContext *pContext) argument
207 LoudnessEnhancerContext *pContext = new LoudnessEnhancerContext; local
231 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle; local
269 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; local
313 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; local
433 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self; local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp132 int LvmBundle_init (EffectContext *pContext);
133 int LvmEffect_enable (EffectContext *pContext);
134 int LvmEffect_disable (EffectContext *pContext);
135 void LvmEffect_free (EffectContext *pContext);
136 int Effect_setConfig (EffectContext *pContext, effect_config_t *pConfig);
137 void Effect_getConfig (EffectContext *pContext, effect_config_t *pConfig);
138 int BassBoost_setParameter (EffectContext *pContext, void *pParam, void *pValue);
139 int BassBoost_getParameter (EffectContext *pContext,
143 int Virtualizer_setParameter (EffectContext *pContext, void *pParam, void *pValue);
144 int Virtualizer_getParameter (EffectContext *pContext,
169 EffectContext *pContext = NULL; local
348 EffectContext * pContext = (EffectContext *)handle; local
498 LvmBundle_init(EffectContext *pContext) argument
708 LvmBundle_process(LVM_INT16 *pIn, LVM_INT16 *pOut, int frameCount, EffectContext *pContext) argument
776 LvmEffect_enable(EffectContext *pContext) argument
827 LvmEffect_disable(EffectContext *pContext) argument
877 LvmEffect_free(EffectContext *pContext) argument
922 Effect_setConfig(EffectContext *pContext, effect_config_t *pConfig) argument
1013 Effect_getConfig(EffectContext *pContext, effect_config_t *pConfig) argument
1032 BassGetStrength(EffectContext *pContext) argument
1071 BassSetStrength(EffectContext *pContext, uint32_t strength) argument
1113 VirtualizerGetStrength(EffectContext *pContext) argument
1141 VirtualizerSetStrength(EffectContext *pContext, uint32_t strength) argument
1179 EqualizerLimitBandLevels(EffectContext *pContext) argument
1277 EqualizerGetBandLevel(EffectContext *pContext, int32_t band) argument
1296 EqualizerSetBandLevel(EffectContext *pContext, int band, short Gain) argument
1322 EqualizerGetCentreFrequency(EffectContext *pContext, int32_t band) argument
1360 EqualizerGetBandFreqRange(EffectContext *pContext, int32_t band, uint32_t *pLow, uint32_t *pHi) argument
1384 EqualizerGetBand(EffectContext *pContext, uint32_t targetFreq) argument
1413 EqualizerGetPreset(EffectContext *pContext) argument
1430 EqualizerSetPreset(EffectContext *pContext, int preset) argument
1485 VolumeSetVolumeLevel(EffectContext *pContext, int16_t level) argument
1512 VolumeGetVolumeLevel(EffectContext *pContext, int16_t *level) argument
1533 VolumeSetMute(EffectContext *pContext, uint32_t mute) argument
1563 VolumeGetMute(EffectContext *pContext, uint32_t *mute) argument
1597 VolumeSetStereoPosition(EffectContext *pContext, int16_t position) argument
1662 VolumeGetStereoPosition(EffectContext *pContext, int16_t *position) argument
1703 VolumeEnableStereoPosition(EffectContext *pContext, uint32_t enabled) argument
1759 BassBoost_getParameter(EffectContext *pContext, void *pParam, size_t *pValueSize, void *pValue) argument
1832 BassBoost_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
1877 Virtualizer_getParameter(EffectContext *pContext, void *pParam, size_t *pValueSize, void *pValue) argument
1950 Virtualizer_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
1995 Equalizer_getParameter(EffectContext *pContext, void *pParam, size_t *pValueSize, void *pValue) argument
2172 Equalizer_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2253 Volume_getParameter(EffectContext *pContext, void *pParam, size_t *pValueSize, void *pValue) argument
2347 Volume_setParameter(EffectContext *pContext, void *pParam, void *pValue) argument
2459 Effect_setEnabled(EffectContext *pContext, bool enabled) argument
2590 EffectContext * pContext = (EffectContext *) self; local
2720 EffectContext * pContext = (EffectContext *) self; local
3229 EffectContext * pContext = (EffectContext *) self; local
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp116 int Equalizer_init(EqualizerContext *pContext);
117 int Equalizer_setConfig(EqualizerContext *pContext, effect_config_t *pConfig);
143 EqualizerContext *pContext = new EqualizerContext; local
145 pContext->itfe = &gEqualizerInterface;
146 pContext->pEqualizer = NULL;
147 pContext->state = EQUALIZER_STATE_UNINITIALIZED;
149 ret = Equalizer_init(pContext);
152 delete pContext;
156 *pHandle = (effect_handle_t)pContext;
157 pContext
167 EqualizerContext * pContext = (EqualizerContext *)handle; local
223 Equalizer_setConfig(EqualizerContext *pContext, effect_config_t *pConfig) argument
273 Equalizer_getConfig(EqualizerContext *pContext, effect_config_t *pConfig) argument
292 Equalizer_init(EqualizerContext *pContext) argument
603 android::EqualizerContext * pContext = (android::EqualizerContext *) self; local
629 android::EqualizerContext * pContext = (android::EqualizerContext *) self; local
730 android::EqualizerContext * pContext = (android::EqualizerContext *) self; local
[all...]
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileReader.c57 M4OSA_ERR M4OSA_fileReadOpen(M4OSA_Context* pContext, M4OSA_Void* pFileDescriptor, argument
61 pContext, pFileDescriptor, fileModeAccess);
63 return M4OSA_fileCommonOpen(M4OSA_FILE_READER, pContext,
86 M4OSA_ERR M4OSA_fileReadData(M4OSA_Context pContext, M4OSA_MemAddr8 data, argument
89 M4OSA_FileContext* pFileContext = pContext;
96 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER,
97 "M4OSA_fileReadData: pContext is M4OSA_NULL");
143 err = M4OSA_fileCommonSeek(pContext, M4OSA_kFileSeekBeginning,
218 M4OSA_ERR M4OSA_fileReadSeek(M4OSA_Context pContext, M4OSA_FileSeekAccessMode seekMode, argument
221 M4OSA_FileContext* pFileContext = (M4OSA_FileContext*)pContext;
333 M4OSA_fileReadClose(M4OSA_Context pContext) argument
373 M4OSA_fileReadGetOption(M4OSA_Context pContext, M4OSA_FileReadOptionID optionID, M4OSA_DataOption* pOptionValue) argument
514 M4OSA_fileReadSetOption(M4OSA_Context pContext, M4OSA_FileReadOptionID optionID, M4OSA_DataOption optionValue) argument
[all...]
H A DM4OSA_FileWriter.c38 * @param pContext: (OUT) Context of the core file writer
52 M4OSA_ERR M4OSA_fileWriteOpen(M4OSA_Context* pContext, M4OSA_Void* pUrl, argument
56 pContext, pUrl, fileModeAccess);
58 return M4OSA_fileCommonOpen(M4OSA_FILE_WRITER, pContext, pUrl,
71 * @param pContext: (IN/OUT) Context of the core file reader
80 M4OSA_ERR M4OSA_fileWriteData(M4OSA_Context pContext, M4OSA_MemAddr8 data, argument
83 M4OSA_FileContext* pFileContext = pContext;
90 M4OSA_DEBUG_IF2(M4OSA_NULL == pContext, M4ERR_PARAMETER,
91 "M4OSA_fileWriteData: pContext is M4OSA_NULL");
132 err = M4OSA_fileCommonSeek(pContext, M4OSA_kFileSeekBeginnin
209 M4OSA_fileWriteSeek(M4OSA_Context pContext, M4OSA_FileSeekAccessMode seekMode, M4OSA_FilePosition* pPosition) argument
310 M4OSA_fileWriteClose(M4OSA_Context pContext) argument
332 M4OSA_fileWriteFlush(M4OSA_Context pContext) argument
387 M4OSA_fileWriteGetOption(M4OSA_Context pContext, M4OSA_OptionID optionID, M4OSA_DataOption* pOptionValue) argument
530 M4OSA_fileWriteSetOption(M4OSA_Context pContext, M4OSA_OptionID optionID, M4OSA_DataOption optionValue) argument
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp39 static inline llvm::Module *helper_load_bitcode(llvm::LLVMContext &pContext, argument
42 llvm::Module *module = llvm::getLazyBitcodeModule(pInput, pContext, &error);
61 Source *Source::CreateFromBuffer(BCCContext &pContext, argument
74 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext,
81 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
89 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { argument
100 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext,
107 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false);
115 Source *Source::CreateFromModule(BCCContext &pContext, llvm::Module &pModule, argument
117 Source *result = new (std::nothrow) Source(pContext, pModul
125 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) argument
159 CreateEmpty(BCCContext &pContext, const std::string &pName) argument
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_MediaAndCodecSubscription.c134 * @param pContext: (IN) Execution context.
136 * @return M4ERR_PARAMETER pContext is NULL
139 M4OSA_ERR M4VSS3GPP_subscribeMediaAndCodec(M4VSS3GPP_MediaAndCodecCtxt *pContext) argument
161 M4ERR_CHECK_NULL_RETURN_VALUE(M4ERR_PARAMETER, pContext);
178 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
194 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
210 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
226 err = M4VSS3GPP_registerReader( pContext, readerMediaType, pReaderGlobalInterface,
246 err = M4VSS3GPP_registerVideoDecoder( pContext, videoDecoderType, pVideoDecoderInterface);
258 err = M4VSS3GPP_registerVideoDecoder( pContext, videoDecoderTyp
[all...]
/frameworks/av/libvideoeditor/vss/inc/
H A DM4PTO3GPP_API.h102 * @param pContext (IN) The integrator own context
165 * M4OSA_ERR M4PTO3GPP_Init(M4PTO3GPP_Context* pContext);
168 * @param pContext (OUT) Pointer on the M4PTO3GPP context to allocate
172 * @return M4ERR_PARAMETER: pContext is M4OSA_NULL
176 M4OSA_ERR M4PTO3GPP_Init(M4PTO3GPP_Context* pContext, M4OSA_FileReadPointer* pFileReadPtrFct,
181 * M4OSA_ERR M4PTO3GPP_Open(M4PTO3GPP_Context pContext, M4PTO3GPP_Params* pParams);
184 * @param pContext (IN) M4PTO3GPP context
207 M4OSA_ERR M4PTO3GPP_Open(M4PTO3GPP_Context pContext, M4PTO3GPP_Params* pParams);
211 * M4OSA_ERR M4PTO3GPP_Step(M4PTO3GPP_Context pContext);
214 * @param pContext (I
[all...]
H A DM4xVSS_API.h201 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
208 M4OSA_ERR M4xVSS_Init(M4OSA_Context* pContext, M4xVSS_InitParams* params);
219 * @param pContext (OUT) Pointer on the xVSS edit context to allocate
227 M4OSA_ERR M4xVSS_ReduceTranscode(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
239 * @param pContext (IN) Pointer on the xVSS edit context
247 M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
260 * @param pContext (IN) Pointer on the xVSS edit context
268 M4OSA_ERR M4xVSS_PreviewStart(M4OSA_Context pContext, M4xVSS_PreviewSettings* pPreviewSettings);
278 * @param pContext (IN) Pointer on the xVSS edit context
284 M4OSA_ERR M4xVSS_PreviewStop(M4OSA_Context pContext);
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DSource.h39 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete = false);
42 static Source *CreateFromBuffer(BCCContext &pContext,
47 static Source *CreateFromFile(BCCContext &pContext,
52 static Source *CreateFromModule(BCCContext &pContext,
56 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
/frameworks/wilhelm/src/desktop/
H A DSLSndFile.h19 extern void SndFile_Callback(SLBufferQueueItf caller, void *pContext);
/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...]

Completed in 393 milliseconds

12345