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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1106 beginBox("mvhd");
1130 beginBox("moov");
1145 beginBox("ftyp");
1334 void MPEG4Writer::beginBox(uint32_t id) { function in class:MPEG4Writer
1342 void MPEG4Writer::beginBox(const char *fourcc) { function in class:MPEG4Writer
3196 mOwner->beginBox("trak");
3198 mOwner->beginBox("mdia");
3201 mOwner->beginBox("minf");
3217 mOwner->beginBox("stbl");
3218 mOwner->beginBox("sts
[all...]

Completed in 77 milliseconds