Searched refs:total_duration (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp1658 uint64_t total_duration = 0; local
1672 total_duration += d2;
1681 info->mSidxDuration = total_duration * 1000000 / timeScale;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Edit.c3401 M4OSA_UInt32 total_duration; local
3404 total_duration = 0;
3465 total_duration += c1_duration + t0_duration / 2 + t2_duration / 2;
3473 pC->ewc.uiVideoBitrate = ( total_bitsum / total_duration) * 1000;
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1870 uint64_t total_duration = 0; local
1888 total_duration += d2;
1897 mSidxDuration = total_duration * 1000000 / timeScale;

Completed in 83 milliseconds