HomeSort by relevance Sort by last modified time
    Searched defs:toc (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/libopus/tests/
test_opus_api.c 690 #define UNDEFINE_FOR_PARSE toc=-1; \
694 VG_UNDEF(&toc,sizeof(toc)); \
698 #define UNDEFINE_FOR_PARSE toc=-1; \
714 unsigned char toc; local
722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed();
729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
755 if((toc>>2)!=i)test_failed();
767 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset)
    [all...]
test_opus_encode.c 397 unsigned char toc; local
426 if(opus_packet_parse(packet,len,&toc,frames,size,&payload_offset)<=0)test_failed();
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 763 uint8_t toc = mediaData[srcOffset]; local
765 unsigned FT = (toc >> 3) & 0x0f;
768 tableOfContents.push(toc);
800 uint8_t toc = tableOfContents[i]; local
803 toc |= 0x80;
805 toc &= ~0x80;
808 data[dstOffset++] = toc;
813 uint8_t toc = tableOfContents[i]; local
814 unsigned FT = (toc >> 3) & 0x0f;
817 ++srcOffset; // skip toc
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 405 } toc[1];
435 { /* TOC structure */
1255 } toc[3]; member in struct:__anon20170
    [all...]
  /external/libopus/src/
opus_decoder.c 245 /* Payloads of 1 (2 including ToC) or 0 trigger the PLC/DTX */
249 /* In that case, don't conceal more than what the ToC says */
604 unsigned char toc; local
636 count = opus_packet_parse_impl(data, len, self_delimited, &toc, NULL,
opus_encoder.c 257 unsigned char toc; local
266 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
267 toc |= (period-2)<<3;
273 toc = 0x80;
274 toc |= tmp << 5;
275 toc |= period<<3;
278 toc = 0x60;
279 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
280 toc |= (period-2)<<3;
282 toc |= (channels==2)<<2
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 58 * First there is the size of the Table of Contents (TOC). The TOC
61 * The TOC length and entries are an array of uint32_t values.
62 * The first section after the TOC starts immediately after the TOC.
1146 uint32_t toc[offsetsCount]; local
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 628 uint8_t toc = data[0]; local
629 uint8_t config = (toc >> 3) & 0x1f;
644 uint8_t c = toc & 3;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 150 /* TOC value. */
151 bfd_vma toc; member in struct:xcoff_tdata
153 /* Index of section holding TOC. */
coff64-rs6000.c 953 bfd_vma toc; local
994 toc = xcoff_data (abfd)->toc;
995 internal_a.o_toc = toc;
    [all...]
coffcode.h 4254 bfd_vma toc; local
    [all...]
libcoff.h 154 /* TOC value. */
155 bfd_vma toc; member in struct:xcoff_tdata
157 /* Index of section holding TOC. */
    [all...]
mach-o.c 2084 bfd_mach_o_dylib_table_of_content *toc = &cmd->dylib_toc[i]; local
4101 bfd_mach_o_dylib_table_of_content *toc = &cmd->dylib_toc[i]; local
    [all...]
elf64-ppc.c 139 /* TOC base pointers offset from start of TOC. */
2975 } toc; member in union:_ppc64_elf_section_data::__anon108013
8158 asection *toc = bfd_get_section_by_name (ibfd, ".toc"); local
8569 asection *toc; member in struct:adjust_toc_info
8657 asection *toc, *sec; local
    [all...]
  /build/make/core/
definitions.mk     [all...]
  /external/curl/tests/server/
sws.c 1408 ssize_t toc[2] = {0, 0}; \/* number of bytes to client *\/ local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 492 /* Try to read the symbols to display the toc or indirect symbols. */
534 bfd_mach_o_dylib_table_of_content *toc = &dysymtab->dylib_toc[i];
537 if (symtab && symtab->symbols && toc->symbol_index < symtab->nsyms)
539 const char *name = symtab->symbols[toc->symbol_index].symbol.name;
541 toc->symbol_index);
544 printf ("%lu", toc->symbol_index);
548 && toc->module_index < dysymtab->nmodtab)
551 mod = &dysymtab->dylib_module[toc->module_index];
554 toc->module_index);
557 printf ("%lu", toc->module_index)
532 bfd_mach_o_dylib_table_of_content *toc = &dysymtab->dylib_toc[i]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c 210 /* Flags set on encountering toc relocs. */
258 { "toc", ppc_toc, 0 },
332 rtoc or r.toc has the value 2
564 { "r.toc", 2 }, /* Pointer to the table of contents */
991 /* The RS/6000 assembler uses a TOC which holds addresses of functions
992 and variables. Symbols are put in the TOC with the .tc pseudo-op.
993 A special relocation is used when accessing TOC entries. We handle
994 the TOC as a subsegment within the .data segment. We set it up if
995 we see a .toc pseudo-op, and save the csect symbol here. */
998 /* The first frag in the TOC subsegment. *
2382 asection *toc; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 320 PDB_FILE toc; member in struct:PDB_JG_HEADER
959 struct PDB_JG_TOC* toc; member in struct:pdb_reader::__anon35587::__anon35588
964 struct PDB_DS_TOC* toc; member in struct:pdb_reader::__anon35587::__anon35589
1038 if (!reader->u.ds.toc || file_number >= reader->u.ds.toc->num_files)
1040 if (reader->u.ds.toc->file_size[file_number] == 0
1041 || reader->u.ds.toc->file_size[file_number] == 0xFFFFFFFF)
1045 = reader->u.ds.toc->file_size + reader->u.ds.toc->num_files;
1047 block_list += (reader->u.ds.toc->file_size[i]
1064 struct PDB_JG_TOC* toc = pdb->u.jg.toc; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 760 milliseconds

1 2 34