HomeSort by relevance Sort by last modified time
    Searched refs:endBox (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 450 endBox();
648 endBox(); // mvhd
655 endBox(); // moov
800 void MPEG4Writer::endBox() {
    [all...]
  /external/webkit/WebCore/editing/
visible_units.cpp 466 InlineBox *endBox = rootBox->lastLeafChild();
468 if (!endBox)
471 RenderObject *endRenderer = endBox->renderer();
479 endBox = endBox->prevLeafChild();
485 } else if (endBox->isInlineTextBox()) {
486 InlineTextBox *endTextBox = static_cast<InlineTextBox *>(endBox);
    [all...]
  /frameworks/base/include/media/stagefright/
MPEG4Writer.h 53 void endBox();

Completed in 4635 milliseconds