Searched defs:beginBox (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1038 beginBox("mvhd");
1062 beginBox("moov");
1077 beginBox("ftyp");
1237 void MPEG4Writer::beginBox(uint32_t id) { function in class:android::MPEG4Writer
1245 void MPEG4Writer::beginBox(const char *fourcc) { function in class:android::MPEG4Writer
2871 mOwner->beginBox("trak");
2873 mOwner->beginBox("mdia");
2876 mOwner->beginBox("minf");
2890 mOwner->beginBox("stbl");
2891 mOwner->beginBox("sts
[all...]

Completed in 63 milliseconds