Home
last modified time | relevance | path

Searched full:toc (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/av/media/libstagefright/rtsp/
DAAMRAssembler.cpp158 ALOGV("Unable to parse TOC."); in addPacket()
163 uint8_t toc = buffer->data()[offset++]; in addPacket() local
165 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() local
193 size_t frameSize = getFrameSize(mIsWide, (toc >> 3) & 0x0f); in addPacket()
[all …]
DARTPWriter.cpp763 uint8_t toc = mediaData[srcOffset]; in sendAMRData() local
765 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData()
768 tableOfContents.push(toc); in sendAMRData()
800 uint8_t toc = tableOfContents[i]; in sendAMRData() local
803 toc |= 0x80; in sendAMRData()
805 toc &= ~0x80; in sendAMRData()
808 data[dstOffset++] = toc; in sendAMRData()
813 uint8_t toc = tableOfContents[i]; in sendAMRData() local
814 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData()
817 ++srcOffset; // skip toc in sendAMRData()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.html345 #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 …]
/frameworks/base/docs/html/ndk/downloads/
D_book.yaml1 toc:
Ddownloads_toc.cs3 For each document available in translation, add an localized title to this TOC.
/frameworks/base/docs/html/topic/instant-apps/
D_book.yaml1 toc:
/frameworks/base/docs/html/distribute/stories/
D_book.yaml1 toc:
/frameworks/base/docs/html/ndk/samples/
D_book.yaml1 toc:
Dsamples_toc.cs3 For each document available in translation, add an localized title to this TOC.
/frameworks/base/docs/html/distribute/monetize/
D_book.yaml1 toc:
/frameworks/base/docs/html/distribute/analyze/
D_book.yaml1 toc:
/frameworks/base/docs/html/topic/libraries/
D_book.yaml1 toc:
/frameworks/base/docs/html/ndk/reference/
Ddoxygen.css1104 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 {
/frameworks/base/docs/html/distribute/engage/
D_book.yaml1 toc:
/frameworks/base/docs/html/distribute/tools/
D_book.yaml1 toc:
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dicu4j-framework.jd22 <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…
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dicu4j-framework.jd22 …<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…
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Dicu4j-framework.jd23 <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…
/frameworks/base/docs/html/wear/preview/
D_book.yaml1 toc:
/frameworks/base/docs/html/distribute/users/
D_book.yaml1 toc:
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dicu4j-framework.jd22 <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…
/frameworks/av/media/libstagefright/include/
DXINGSeeker.h44 // TOC entries in XING header. Skip the first one since it's always 0.
/frameworks/base/docs/html/distribute/essentials/
D_book.yaml1 toc:
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Dicu4j-framework.jd23 …<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…
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dbits.c139 /* 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()

123