Searched full:toc (Results 1 – 25 of 65) sorted by relevance
123
158 ALOGV("Unable to parse TOC."); in addPacket()163 uint8_t toc = buffer->data()[offset++]; in addPacket() local165 unsigned FT = (toc >> 3) & 0x0f; in addPacket()166 if ((toc & 3) != 0 in addPacket()172 ALOGV("Illegal TOC entry."); in addPacket()177 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f); in addPacket()179 tableOfContents.push(toc); in addPacket()181 if (0 == (toc & 0x80)) { in addPacket()191 uint8_t toc = tableOfContents[i]; in addPacket() local193 size_t frameSize = getFrameSize(mIsWide, (toc >> 3) & 0x0f); in addPacket()[all …]
763 uint8_t toc = mediaData[srcOffset]; in sendAMRData() local765 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData()768 tableOfContents.push(toc); in sendAMRData()800 uint8_t toc = tableOfContents[i]; in sendAMRData() local803 toc |= 0x80; in sendAMRData()805 toc &= ~0x80; in sendAMRData()808 data[dstOffset++] = toc; in sendAMRData()813 uint8_t toc = tableOfContents[i]; in sendAMRData() local814 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData()817 ++srcOffset; // skip toc in sendAMRData()
345 #toc {533 body.manpage div#toc { display: none; }560 toc: function (toclevels) {600 var toc = document.getElementById("toc");601 if (!toc) {605 // Delete existing TOC entries in case we're reloading the TOC.608 for (i = 0; i < toc.childNodes.length; i++) {609 var entry = toc.childNodes[i];616 toc.removeChild(tocEntriesToRemove[i]);619 // Rebuild TOC entries.[all …]
1 toc:
3 For each document available in translation, add an localized title to this TOC.
1104 div.toc {1115 div.toc li {1123 div.toc h3 {1130 div.toc ul {1136 div.toc li.level1 {1140 div.toc li.level2 {1144 div.toc li.level3 {1148 div.toc li.level4 {
22 <a class="external-link" href="http://site.icu-project.org/#TOC-What-is-ICU-">ICU4J 支持的最新标准</a>157 …请参阅 <a class="external-link" href="http://userguide.icu-project.org/icufaq#TOC-How-is-the-ICU-lice…
22 …<a class="external-link" href="http://site.icu-project.org/#TOC-What-is-ICU-">ICU4J でサポートされている最新の標…157 …いては、<a class="external-link" href="http://userguide.icu-project.org/icufaq#TOC-How-is-the-ICU-lice…
23 <a class="external-link" href="http://site.icu-project.org/#TOC-What-is-ICU-">ICU4J 支援的最新標準</a>158 …請參閱 <a class="external-link" href="http://userguide.icu-project.org/icufaq#TOC-How-is-the-ICU-lice…
22 <a class="external-link" href="http://site.icu-project.org/#TOC-What-is-ICU-">157 …내용은 <a class="external-link" href="http://userguide.icu-project.org/icufaq#TOC-How-is-the-ICU-lice…
44 // TOC entries in XING header. Skip the first one since it's always 0.
23 …<a class="external-link" href="http://site.icu-project.org/#TOC-What-is-ICU-">Последние стандарты,…158 …и в <a class="external-link" href="http://userguide.icu-project.org/icufaq#TOC-How-is-the-ICU-lice…
139 /* insert table of contents (ToC) byte at the beginning of the packet */ in PackBits()177 /* write packed frame into file (1 byte added to cover ToC entry) */ in PackBits()