Home
last modified time | relevance | path

Searched refs:OutputVideoTimescale (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
DM4MCS_API.h282 M4OSA_UInt32 OutputVideoTimescale; /**< Optional parameter used to fix a member
/frameworks/av/libvideoeditor/vss/inc/
DM4xVSS_Internal.h346 M4OSA_UInt32 OutputVideoTimescale; /*Output timescale*/ member
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c4680 if( pRates->OutputVideoTimescale <= 30000 in M4MCS_setEncodingParams()
4681 && pRates->OutputVideoTimescale > 0 ) in M4MCS_setEncodingParams()
4683 pC->outputVideoTimescale = pRates->OutputVideoTimescale; in M4MCS_setEncodingParams()
5372 VerifyRates.OutputVideoTimescale = pC->outputVideoTimescale; in M4MCS_checkParamsAndStart()
/frameworks/av/libvideoeditor/vss/src/
DM4xVSS_internal.c181 Rates.OutputVideoTimescale = xVSS_context->pMCScurrentParams->OutputVideoTimescale; in M4xVSS_internalStartTranscoding()
DM4xVSS_API.c2522 pParams->OutputVideoTimescale = xVSS_context->targetedTimescale; in M4xVSS_SendCommand()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorMain.cpp1393 pEncodingParams->OutputVideoTimescale = 0; in videoEditor_generateAudio()