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

/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h300 M4OSA_Bool estimateAudioSize; /* default is false*/ member in struct:__anon107
301 M4OSA_UInt32 audioMsChunkDur; /* in ms, set only if estimateAudioSize
304 estimateAudioSize is true*/
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c588 mMp4FileDataPtr->estimateAudioSize = M4OSA_FALSE;
590 0; /*set and used only when estimateAudioSize is true*/
592 0; /*set and used only when estimateAudioSize is true*/
1248 if (mMp4FileDataPtr->estimateAudioSize == M4OSA_TRUE)
1485 if (mMp4FileDataPtr->estimateAudioSize == M4OSA_FALSE)
2147 /*only if not in the case audio with estimateAudioSize
2149 if ((mMp4FileDataPtr->estimateAudioSize == M4OSA_FALSE)
2177 if ((mMp4FileDataPtr->estimateAudioSize == M4OSA_TRUE)
2260 if (mMp4FileDataPtr->estimateAudioSize == M4OSA_FALSE)
2307 if (mMp4FileDataPtr->estimateAudioSize
[all...]

Completed in 34 milliseconds