HomeSort by relevance Sort by last modified time
    Searched refs:framing (Results 1 - 25 of 26) sorted by null

1 2

  /external/libogg/src/
Makefile.am 7 libogg_la_SOURCES = framing.c bitwise.c
17 test_framing_SOURCES = framing.c
  /external/libogg/doc/
Makefile.am 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
  /external/protobuf/js/commonjs/
import_test.js 44 googleProtobuf.exportSymbol('proto.jspb.test.framing.FramingMessage', test7_pb.FramingMessage, global);
48 var framing1 = new proto.jspb.test.framing.FramingMessage([]);
49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
  /external/mtpd/
pptp.c 102 uint32_t framing; member in struct:packet::__anon30713::__anon30714::__anon30716::__anon30717
114 uint32_t framing; member in struct:packet::__anon30713::__anon30714::__anon30716::__anon30718
224 outgoing.sccrq.framing = htonl(3);
296 outgoing.ocrq.framing = htonl(3);
  /external/libogg/
libogg.spec 65 %doc doc/framing.html
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 395 unsigned long framing; member in struct:asystats
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 52 <td>AAC with ADTS framing and ID3 tags</td>
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 179 // We use a simple framing format where the first byte is the
deflate.go 658 // necessary DEFLATE framing.
deflate_test.go 276 // some extra framing bits that are not necessary
  /prebuilts/go/darwin-x86/src/runtime/
cpuprof.go 35 // size for framing, 100 Hz profiling would generate
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 179 // We use a simple framing format where the first byte is the
deflate.go 658 // necessary DEFLATE framing.
deflate_test.go 276 // some extra framing bits that are not necessary
  /prebuilts/go/linux-x86/src/runtime/
cpuprof.go 35 // size for framing, 100 Hz profiling would generate
  /external/python/cpython3/Modules/
_pickle.c 557 int framing; /* True when framing is enabled, proto >= 4 */ member in struct:PicklerObject
892 if (!self->framing || self->frame_start == -1)
906 if (!self->framing || self->frame_start == -1)
957 need_new_frame = (self->framing && self->frame_start == -1);
1013 self->framing = 0;
    [all...]
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 285 // Dot encoding is a common framing used for data blocks
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 285 // Dot encoding is a common framing used for data blocks
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 786 // larger TLS records better amortize framing and encryption overheads.
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
clientserver_test.go 660 // unnecessary with HTTP/2's framing, so the server
    [all...]
transport.go     [all...]
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 786 // larger TLS records better amortize framing and encryption overheads.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
clientserver_test.go 660 // unnecessary with HTTP/2's framing, so the server
    [all...]
transport.go     [all...]

Completed in 752 milliseconds

1 2