Home
last modified time | relevance | path

Searched refs:M4MCS_OutputParams (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
DM4MCS_API.h211 } M4MCS_OutputParams; typedef
503 M4OSA_ERR M4MCS_setOutputParams(M4MCS_Context pContext, M4MCS_OutputParams* pParams);
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp1222 M4MCS_OutputParams* pOutputParams = M4OSA_NULL; in videoEditor_generateAudio()
1236 pOutputParams = (M4MCS_OutputParams *)M4OSA_32bitAlignedMalloc( in videoEditor_generateAudio()
1237 sizeof(M4MCS_OutputParams),0x00, in videoEditor_generateAudio()
/frameworks/av/libvideoeditor/vss/src/
DM4xVSS_internal.c85 M4MCS_OutputParams Params; in M4xVSS_internalStartTranscoding()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c3607 M4MCS_OutputParams *pParams ) in M4MCS_setOutputParams()