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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp945 beginBox("mvhd");
969 beginBox("moov");
983 beginBox("ftyp");
1143 void MPEG4Writer::beginBox(const char *fourcc) { function in class:android::MPEG4Writer
2646 mOwner->beginBox("trak");
2648 mOwner->beginBox("mdia");
2651 mOwner->beginBox("minf");
2665 mOwner->beginBox("stbl");
2666 mOwner->beginBox("stsd");
2691 mOwner->beginBox("mp4
[all...]
/frameworks/av/include/media/stagefright/
H A DMPEG4Writer.h51 void beginBox(const char *fourcc);

Completed in 416 milliseconds