Home
last modified time | relevance | path

Searched refs:M4MCS_Context (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalFunctions.h66 M4OSA_ERR M4MCS_subscribeMediaAndCodec(M4MCS_Context pContext);
76 M4OSA_ERR M4MCS_clearInterfaceTables(M4MCS_Context pContext);
94 M4MCS_Context pContext,
114 M4MCS_Context pContext,
135 M4MCS_Context pContext,
147 M4OSA_ERR M4MCS_registerReader( M4MCS_Context pContext,
163 M4OSA_ERR M4MCS_registerVideoDecoder( M4MCS_Context pContext,
178 M4OSA_ERR M4MCS_registerAudioDecoder(M4MCS_Context pContext, M4AD_Type decoderType,
189 M4OSA_ERR M4MCS_unRegisterAllWriters(M4MCS_Context pContext);
199 M4OSA_ERR M4MCS_unRegisterAllEncoders(M4MCS_Context pContext);
[all …]
DM4MCS_API.h59 typedef M4OSA_Void* M4MCS_Context; typedef
338 M4OSA_ERR M4MCS_init(M4MCS_Context* pContext, M4OSA_FileReadPointer* pFileReadPtrFct,
368 M4OSA_ERR M4MCS_open(M4MCS_Context pContext, M4OSA_Void* pFileIn,
392 M4OSA_ERR M4MCS_step(M4MCS_Context pContext, M4OSA_UInt8 *pProgress);
407 M4OSA_ERR M4MCS_pause(M4MCS_Context pContext);
422 M4OSA_ERR M4MCS_resume(M4MCS_Context pContext);
435 M4OSA_ERR M4MCS_close(M4MCS_Context pContext);
448 M4OSA_ERR M4MCS_cleanUp(M4MCS_Context pContext);
461 M4OSA_ERR M4MCS_abort(M4MCS_Context pContext);
478 M4OSA_ERR M4MCS_getInputFileProperties(M4MCS_Context pContext,
[all …]
DM4MCS_InternalTypes.h590 M4MCS_Context m_pStillPictureContext; /**< Context of the still picture part of MCS*/
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_Codecs.c49 M4OSA_ERR M4MCS_clearInterfaceTables(M4MCS_Context pContext) in M4MCS_clearInterfaceTables()
133 M4OSA_ERR M4MCS_registerWriter(M4MCS_Context pContext, M4WRITER_OutputFileType MediaType, in M4MCS_registerWriter()
186 M4MCS_Context pContext, in M4MCS_registerVideoEncoder()
243 M4MCS_Context pContext, in M4MCS_registerAudioEncoder()
295 M4MCS_Context pContext, in M4MCS_registerReader()
342 M4MCS_Context pContext, in M4MCS_registerVideoDecoder()
404 M4MCS_Context pContext, in M4MCS_registerAudioDecoder()
446 M4OSA_ERR M4MCS_unRegisterAllWriters(M4MCS_Context pContext) in M4MCS_unRegisterAllWriters()
482 M4OSA_ERR M4MCS_unRegisterAllEncoders(M4MCS_Context pContext) in M4MCS_unRegisterAllEncoders()
526 M4OSA_ERR M4MCS_unRegisterAllReaders(M4MCS_Context pContext) in M4MCS_unRegisterAllReaders()
[all …]
DM4MCS_MediaAndCodecSubscription.c141 M4OSA_ERR M4MCS_subscribeMediaAndCodec(M4MCS_Context pContext) in M4MCS_subscribeMediaAndCodec()
DM4MCS_API.c114 static M4OSA_ERR M4MCS_intCheckMaxFileSize( M4MCS_Context pContext );
142 M4OSA_ERR M4MCS_open_normalMode( M4MCS_Context pContext,
2121 M4OSA_ERR M4MCS_init( M4MCS_Context *pContext, in M4MCS_init()
2347 M4OSA_ERR M4MCS_open( M4MCS_Context pContext, M4OSA_Void *pFileIn, in M4MCS_open()
2780 M4OSA_ERR M4MCS_step( M4MCS_Context pContext, M4OSA_UInt8 *pProgress ) in M4MCS_step()
2855 M4OSA_ERR M4MCS_pause( M4MCS_Context pContext ) in M4MCS_pause()
2947 M4OSA_ERR M4MCS_resume( M4MCS_Context pContext ) in M4MCS_resume()
3027 M4OSA_ERR M4MCS_close( M4MCS_Context pContext ) in M4MCS_close()
3252 M4OSA_ERR M4MCS_cleanUp( M4MCS_Context pContext ) in M4MCS_cleanUp()
3459 M4OSA_ERR M4MCS_abort( M4MCS_Context pContext ) in M4MCS_abort()
[all …]
/frameworks/base/media/jni/mediaeditor/
DVideoEditorPropertiesMain.cpp51 M4MCS_Context pContext,
93 M4MCS_Context context = M4OSA_NULL; in videoEditProp_getProperties()
437 M4MCS_Context context = M4OSA_NULL; in getClipProperties()
DVideoEditorMain.cpp112 M4MCS_Context pContext,
1190 M4MCS_Context mcsContext = M4OSA_NULL; in videoEditor_generateAudio()
/frameworks/av/libvideoeditor/vss/inc/
DM4xVSS_Internal.h471 M4MCS_Context pMCS_Ctxt;
/frameworks/av/libvideoeditor/vss/src/
DM4xVSS_internal.c59 extern M4OSA_ERR M4MCS_open_normalMode(M4MCS_Context pContext, M4OSA_Void* pFileIn,
84 M4MCS_Context mcs_context; in M4xVSS_internalStartTranscoding()
3477 M4MCS_Context mcs_context; in M4xVSS_internalGetProperties()