Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp531 Vector<sp<MediaSource> > &sources, bool syncInfoPresent) { in writeSourcesToMP4() argument
552 syncInfoPresent ? source : new DetectSyncSource(source)), in writeSourcesToMP4()
1083 bool syncInfoPresent = true; in main() local
1139 syncInfoPresent = false; in main()
1225 writeSourcesToMP4(mediaSources, syncInfoPresent); in main()