OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4MCS_Context
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalFunctions.h
57
* M4OSA_ERR M4MCS_SubscribeMediaAndCodec(
M4MCS_Context
pContext);
66
M4OSA_ERR M4MCS_subscribeMediaAndCodec(
M4MCS_Context
pContext);
76
M4OSA_ERR M4MCS_clearInterfaceTables(
M4MCS_Context
pContext);
80
* M4OSA_ERR M4MCS_registerWriter(
M4MCS_Context
pContext,
94
M4MCS_Context
pContext,
101
* M4OSA_ERR M4MCS_registerEncoder(
M4MCS_Context
pContext,
114
M4MCS_Context
pContext,
120
* M4OSA_ERR M4MCS_registerAudioEncoder(
M4MCS_Context
pContext,
135
M4MCS_Context
pContext,
147
M4OSA_ERR M4MCS_registerReader(
M4MCS_Context
pContext
[
all
...]
M4MCS_API.h
59
typedef M4OSA_Void*
M4MCS_Context
;
326
* M4OSA_ERR M4MCS_init(
M4MCS_Context
* pContext, M4OSA_FileReadPointer* pFileReadPtrFct,
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,
368
M4OSA_ERR M4MCS_open(
M4MCS_Context
pContext, M4OSA_Void* pFileIn,
374
* M4OSA_ERR M4MCS_step(
M4MCS_Context
pContext, M4OSA_UInt8 *pProgress);
392
M4OSA_ERR M4MCS_step(
M4MCS_Context
pContext, M4OSA_UInt8 *pProgress);
396
* M4OSA_ERR M4MCS_pause(
M4MCS_Context
pContext);
407
M4OSA_ERR M4MCS_pause(
M4MCS_Context
pContext);
411
* M4OSA_ERR M4MCS_resume(
M4MCS_Context
pContext)
[
all
...]
M4MCS_InternalTypes.h
590
M4MCS_Context
m_pStillPictureContext; /**< Context of the still picture part of MCS*/
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c
49
M4OSA_ERR M4MCS_clearInterfaceTables(
M4MCS_Context
pContext)
133
M4OSA_ERR M4MCS_registerWriter(
M4MCS_Context
pContext, M4WRITER_OutputFileType MediaType,
186
M4MCS_Context
pContext,
243
M4MCS_Context
pContext,
295
M4MCS_Context
pContext,
342
M4MCS_Context
pContext,
404
M4MCS_Context
pContext,
446
M4OSA_ERR M4MCS_unRegisterAllWriters(
M4MCS_Context
pContext)
482
M4OSA_ERR M4MCS_unRegisterAllEncoders(
M4MCS_Context
pContext)
526
M4OSA_ERR M4MCS_unRegisterAllReaders(
M4MCS_Context
pContext
[
all
...]
M4MCS_MediaAndCodecSubscription.c
132
* M4OSA_ERR M4MCS_SubscribeMediaAndCodec(
M4MCS_Context
pContext);
141
M4OSA_ERR M4MCS_subscribeMediaAndCodec(
M4MCS_Context
pContext)
M4MCS_API.c
114
static M4OSA_ERR M4MCS_intCheckMaxFileSize(
M4MCS_Context
pContext );
142
M4OSA_ERR M4MCS_open_normalMode(
M4MCS_Context
pContext,
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp
51
M4MCS_Context
pContext,
93
M4MCS_Context
context = M4OSA_NULL;
437
M4MCS_Context
context = M4OSA_NULL;
VideoEditorMain.cpp
112
M4MCS_Context
pContext,
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h
471
M4MCS_Context
pMCS_Ctxt;
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c
59
extern M4OSA_ERR M4MCS_open_normalMode(
M4MCS_Context
pContext, M4OSA_Void* pFileIn,
84
M4MCS_Context
mcs_context;
[
all
...]
Completed in 52 milliseconds