HomeSort by relevance Sort by last modified time
    Searched refs:M4OSA_Context (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Mutex.h 38 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexOpen( M4OSA_Context* context );
41 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexLock( M4OSA_Context context,
45 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexUnlock( M4OSA_Context context );
48 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexClose( M4OSA_Context context );
M4OSA_Semaphore.h 35 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreOpen( M4OSA_Context* context,
39 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphorePost( M4OSA_Context context );
42 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreWait( M4OSA_Context context,
46 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreClose( M4OSA_Context context );
M4OSA_FileWriter.h 47 /** Get the reader context for read & write file. (M4OSA_Context*)*/
72 M4OSA_ERR (*openWrite) (M4OSA_Context* context,
76 M4OSA_ERR (*writeData) (M4OSA_Context context,
80 M4OSA_ERR (*seek) (M4OSA_Context context,
84 M4OSA_ERR (*Flush) (M4OSA_Context context);
85 M4OSA_ERR (*closeWrite) (M4OSA_Context context);
86 M4OSA_ERR (*setOption) (M4OSA_Context context,
90 M4OSA_ERR (*getOption) (M4OSA_Context context,
100 M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR M4OSA_fileWriteOpen (M4OSA_Context* context,
104 M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR M4OSA_fileWriteData (M4OSA_Context context
    [all...]
M4OSA_FileReader.h 76 M4OSA_ERR (*openRead) (M4OSA_Context* context,
80 M4OSA_ERR (*readData) (M4OSA_Context context,
84 M4OSA_ERR (*seek) (M4OSA_Context context,
88 M4OSA_ERR (*closeRead) (M4OSA_Context context);
90 M4OSA_ERR (*setOption) (M4OSA_Context context,
94 M4OSA_ERR (*getOption) (M4OSA_Context context,
104 M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR M4OSA_fileReadOpen (M4OSA_Context* context,
108 M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR M4OSA_fileReadData (M4OSA_Context context,
112 M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR M4OSA_fileReadSeek (M4OSA_Context context,
116 M4OSAL_FILE_EXPORT_TYPE M4OSA_ERR M4OSA_fileReadClose (M4OSA_Context context)
    [all...]
LVOSA_FileReader_optim.h 61 M4OSA_ERR M4OSA_fileReadOpen_optim( M4OSA_Context* context,
65 M4OSA_ERR M4OSA_fileReadOpen_optim( M4OSA_Context* context,
71 M4OSA_ERR M4OSA_fileReadData_optim( M4OSA_Context context,
74 M4OSA_ERR M4OSA_fileReadSeek_optim( M4OSA_Context context,
77 M4OSA_ERR M4OSA_fileReadClose_optim( M4OSA_Context context );
78 M4OSA_ERR M4OSA_fileReadGetOption_optim( M4OSA_Context context,
81 M4OSA_ERR M4OSA_fileReadSetOption_optim( M4OSA_Context context,
M4OSA_Thread.h 84 typedef M4OSA_Void (*M4OSA_ThreadCallBack)(M4OSA_Context, M4OSA_Void*);
91 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncOpen( M4OSA_Context* context,
95 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncStart( M4OSA_Context context,
99 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncStop( M4OSA_Context context );
102 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncClose( M4OSA_Context context );
105 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncGetState( M4OSA_Context context,
112 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncSetOption(M4OSA_Context context,
117 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_threadSyncGetOption(M4OSA_Context context,
M4OSA_Thread_priv.h 44 M4OSA_Context stateMutex; /* mutex for thread state management */
49 M4OSA_Context semStartStop; /* semaphore for start and stop do_it */
M4OSA_FileCommon_priv.h 63 M4OSA_Context semaphore_context;
78 M4OSA_Context* context,
83 M4OSA_Context context);
85 M4OSA_ERR M4OSA_fileCommonGetAttribute(M4OSA_Context context,
88 M4OSA_ERR M4OSA_fileCommonGetURL(M4OSA_Context context,
94 M4OSA_ERR M4OSA_fileCommonSeek(M4OSA_Context context,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorVideoDecoder.h 29 M4OSA_Context *pDecoderInterface);
33 M4OSA_Context *pDecoderInterface);
37 M4OSA_Context *pDecInterface);
41 M4OSA_Context *pDecInterface);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.h 36 M4OSA_ERR ThumbnailOpen(M4OSA_Context *pPContext,
50 M4OSA_ERR ThumbnailGetPixels32(const M4OSA_Context pContext,
65 M4OSA_ERR ThumbnailGetPixels16(const M4OSA_Context pContext,
76 void ThumbnailClose(const M4OSA_Context pContext);
VideoBrowserInternal.h 87 M4OSA_Context g_hbmp2;
88 M4OSA_Context dc;
96 M4OSA_Context m_pReaderCtx ;
103 M4OSA_Context m_pDecoderCtx ;
114 M4OSA_Context m_pCoreContext ;
121 M4OSA_Context m_pCodecLoaderContext;
VideoBrowserMain.h 97 typedef M4OSA_Void (*videoBrowser_Callback) (M4OSA_Context pInstance,
114 M4OSA_ERR videoBrowserCreate(M4OSA_Context* ppContext, M4OSA_Char* pURL,
126 M4OSA_ERR videoBrowserCleanUp(M4OSA_Context pContext) ;
136 M4OSA_ERR videoBrowserPrepareFrame(M4OSA_Context pContext, M4OSA_UInt32* pTime,
149 M4OSA_ERR videoBrowserSetWindow(M4OSA_Context pContext, M4OSA_Int32* pixelArray,
158 M4OSA_ERR videoBrowserDisplayCurrentFrame(M4OSA_Context pContext);
VideoEditorOsal.h 51 M4OSA_Context* pContext,
58 M4OSA_Context* pContext);
  /frameworks/av/libvideoeditor/vss/common/inc/
VideoEditorResampler.h 25 M4OSA_Context LVAudioResamplerCreate(M4OSA_Int32 bitDepth, M4OSA_Int32 inChannelCount,
27 void LVAudiosetSampleRate(M4OSA_Context resamplerContext,M4OSA_Int32 inSampleRate);
28 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) ;
30 M4OSA_Int32 outFrameCount, M4OSA_Context resamplerContext);
31 void LVDestroy(M4OSA_Context resamplerContext);
M4AMRR_CoreReader.h 63 * M4OSA_ERR M4AMRR_openRead (M4OSA_Context* pContext, M4OSA_Void* pFileDescriptor,
80 M4OSA_ERR M4AMRR_openRead (M4OSA_Context* pContext, M4OSA_Void* pFileDescriptor,
85 * M4OSA_ERR M4AMRR_getNextStream(M4OSA_Context Context, M4SYS_StreamDescription* pStreamDesc );
101 M4OSA_ERR M4AMRR_getNextStream(M4OSA_Context Context, M4SYS_StreamDescription* pStreamDesc );
105 * M4OSA_ERR M4AMRR_startReading(M4OSA_Context Context, M4SYS_StreamID* pStreamIDs );
119 M4OSA_ERR M4AMRR_startReading(M4OSA_Context Context, M4SYS_StreamID* pStreamIDs );
123 * M4OSA_ERR M4AMRR_nextAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
142 M4OSA_ERR M4AMRR_nextAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
146 * M4OSA_ERR M4AMRR_freeAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu);
162 M4OSA_ERR M4AMRR_freeAU(M4OSA_Context Context, M4SYS_StreamID StreamID, M4SYS_AccessUnit* pAu)
    [all...]
M4PCMR_CoreReader.h 102 M4OSA_Context m_fileContext; /**< The context needed by OSAL to manage File */
119 M4OSA_ERR M4PCMR_openRead(M4OSA_Context* pContext, M4OSA_Void* pUrl,
121 M4OSA_ERR M4PCMR_getNextStream(M4OSA_Context context, M4SYS_StreamDescription* pStreamDesc);
122 M4OSA_ERR M4PCMR_startReading(M4OSA_Context context, M4SYS_StreamID* pStreamIDs);
123 M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU);
124 M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU);
125 M4OSA_ERR M4PCMR_seek(M4OSA_Context context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
127 M4OSA_ERR M4PCMR_closeRead(M4OSA_Context context);
128 M4OSA_ERR M4PCMR_getOption(M4OSA_Context context, M4PCMR_OptionID optionID,
130 M4OSA_ERR M4PCMR_setOption(M4OSA_Context context, M4PCMR_OptionID optionID
    [all...]
M4AIR_API.h 110 * M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat);
119 M4OSA_ERR M4AIR_create(M4OSA_Context* pContext,M4AIR_InputFormatType inputFormat);
124 * M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext)
132 M4OSA_ERR M4AIR_cleanUp(M4OSA_Context pContext);
137 * M4OSA_ERR M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams)
154 M4OSA_ERR M4AIR_configure(M4OSA_Context pContext, M4AIR_Params* pParams);
159 * M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut)
180 M4OSA_ERR M4AIR_get(M4OSA_Context pContext, M4VIFI_ImagePlane* pIn, M4VIFI_ImagePlane* pOut);
M4ENCODER_AudioCommon.h 222 typedef M4OSA_ERR (M4AE_init) (M4OSA_Context* hContext, M4OSA_Void* pUserData);
223 typedef M4OSA_ERR (M4AE_cleanUp) (M4OSA_Context pContext);
224 typedef M4OSA_ERR (M4AE_open) (M4OSA_Context pContext, M4ENCODER_AudioParams *params,
226 M4OSA_Context grabberContext);
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,
M4READER_Common.h 426 typedef M4OSA_ERR (M4READER_create_fct) (M4OSA_Context* pContext);
437 typedef M4OSA_ERR (M4READER_destroy_fct) (M4OSA_Context context);
451 typedef M4OSA_ERR (M4READER_open_fct) (M4OSA_Context context, M4OSA_Void* pFileDescriptor);
464 typedef M4OSA_ERR (M4READER_close_fct) (M4OSA_Context context);
483 typedef M4OSA_ERR (M4READER_getNextStream_fct) (M4OSA_Context context,
503 typedef M4OSA_ERR (M4READER_fillAuStruct_fct) (M4OSA_Context context,
517 typedef M4OSA_ERR (M4READER_start_fct) (M4OSA_Context context);
529 typedef M4OSA_ERR (M4READER_stop_fct) (M4OSA_Context context);
551 typedef M4OSA_ERR (M4READER_getOption_fct) (M4OSA_Context context, M4OSA_OptionID optionId,
573 typedef M4OSA_ERR (M4READER_setOption_fct) (M4OSA_Context context, M4OSA_OptionID optionId
    [all...]
M4DECODER_Common.h 265 typedef M4OSA_ERR (M4DECODER_create_fct) (M4OSA_Context *pContext,
283 typedef M4OSA_ERR (M4DECODER_destroy_fct) (M4OSA_Context context);
303 typedef M4OSA_ERR (M4DECODER_getOption_fct)(M4OSA_Context context, M4OSA_OptionID optionId,
323 typedef M4OSA_ERR (M4DECODER_setOption_fct)(M4OSA_Context context, M4OSA_OptionID optionId,
346 typedef M4OSA_ERR (M4DECODER_decode_fct) (M4OSA_Context context, M4_MediaTime* pTime,
367 typedef M4OSA_ERR (M4DECODER_render_fct) (M4OSA_Context context, M4_MediaTime* pTime,
M4READER_3gpCom.h 58 M4OSA_Context m_pFFContext; /**< core file format context */
155 M4OSA_ERR M4READER_Com3GP_getNextStreamHandler(M4OSA_Context context,
174 M4OSA_ERR M4READER_Com3GP_fillAuStruct(M4OSA_Context context, M4_StreamHandler *pStreamHandler,
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Writer.h 81 M4OSA_ERR M4MP4W_openWrite( M4OSA_Context* contextPtr,
102 M4OSA_ERR M4MP4W_addStream( M4OSA_Context context,
117 M4OSA_ERR M4MP4W_startWriting( M4OSA_Context context);
133 M4OSA_ERR M4MP4W_startAU( M4OSA_Context context,
155 M4OSA_ERR M4MP4W_processAU( M4OSA_Context context,
170 M4OSA_ERR M4MP4W_closeWrite( M4OSA_Context context);
185 M4OSA_ERR M4MP4W_getOption( M4OSA_Context context,
203 M4OSA_ERR M4MP4W_setOption( M4OSA_Context context,
222 M4OSA_ERR M4MP4W_getState( M4OSA_Context context,
234 M4OSA_ERR M4MP4W_getCurrentFileSize( M4OSA_Context context
    [all...]
M4MP4W_Utils.h 46 M4OSA_Context context);
48 M4OSA_Context context);
50 M4OSA_Context context);
52 M4OSA_Context context);
60 M4OSA_FileWriterPointer* fileFunction, M4OSA_Context context);
90 M4OSA_ERR M4MP4W_freeContext(M4OSA_Context context);
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_API.h 208 M4OSA_ERR M4xVSS_Init(M4OSA_Context* pContext, M4xVSS_InitParams* params);
227 M4OSA_ERR M4xVSS_ReduceTranscode(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
247 M4OSA_ERR M4xVSS_SendCommand(M4OSA_Context pContext, M4VSS3GPP_EditSettings* pSettings);
268 M4OSA_ERR M4xVSS_PreviewStart(M4OSA_Context pContext, M4xVSS_PreviewSettings* pPreviewSettings);
284 M4OSA_ERR M4xVSS_PreviewStop(M4OSA_Context pContext);
305 M4OSA_ERR M4xVSS_SaveStart(M4OSA_Context pContext, M4OSA_Void* pFilePath,
322 M4OSA_ERR M4xVSS_SaveStop(M4OSA_Context pContext);
344 M4OSA_ERR M4xVSS_Step(M4OSA_Context pContext, M4OSA_UInt8 *pProgress);
359 M4OSA_ERR M4xVSS_CloseCommand(M4OSA_Context pContext);
373 M4OSA_ERR M4xVSS_CleanUp(M4OSA_Context pContext)
    [all...]
M4xVSS_Internal.h 261 M4OSA_Context m_air_context;
488 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
    [all...]

Completed in 105 milliseconds

1 2 3