Searched refs:uiMaxFileSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h413 M4OSA_UInt32 uiMaxFileSize; /**< Maximum output file size, in bytes */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2257 pC->uiMaxFileSize = 0; /**< No limit */
4499 pC->uiMaxFileSize = pRates->OutputFileSize;
4738 pRates->OutputFileSize = pC->uiMaxFileSize;
5371 VerifyRates.OutputFileSize = pC->uiMaxFileSize;
7094 TargetedFileSize = pC->uiMaxFileSize;
9975 if( pC->uiMaxFileSize == 0 )
10040 if( (M4OSA_UInt32)pC->uiMaxFileSize

Completed in 346 milliseconds