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

/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp150 Vector<uint8_t> tableOfContents; local
180 tableOfContents.push(toc);
191 for (size_t i = 0; i < tableOfContents.size(); ++i) {
192 uint8_t toc = tableOfContents[i];
H A DARTPWriter.cpp760 Vector<uint8_t> tableOfContents; local
768 tableOfContents.push(toc);
799 for (size_t i = 0; i < tableOfContents.size(); ++i) {
800 uint8_t toc = tableOfContents[i];
802 if (i + 1 < tableOfContents.size()) {
812 for (size_t i = 0; i < tableOfContents.size(); ++i) {
813 uint8_t toc = tableOfContents[i];

Completed in 2397 milliseconds