Home
last modified time | relevance | path

Searched refs:framing (Results 1 – 25 of 33) sorted by relevance

12

/external/libogg/src/
DMakefile.in60 am_libogg_la_OBJECTS = framing.lo bitwise.lo
66 am_test_framing_OBJECTS = test_framing-framing.$(OBJEXT)
207 libogg_la_SOURCES = framing.c bitwise.c
211 test_framing_SOURCES = framing.c
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framing.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_framing-framing.Po@am__quote@
335 test_framing-framing.o: framing.c
336 …framing-framing.o -MD -MP -MF "$(DEPDIR)/test_framing-framing.Tpo" -c -o test_framing-framing.o `t…
340 …t_framing_CFLAGS) $(CFLAGS) -c -o test_framing-framing.o `test -f 'framing.c' || echo '$(srcdir)/'…
342 test_framing-framing.obj: framing.c
[all …]
DMakefile.am7 libogg_la_SOURCES = framing.c bitwise.c
17 test_framing_SOURCES = framing.c
/external/libogg/macosx/Ogg.xcodeproj/
Dproject.pbxproj11 …734FB2E80B18B36F00D561D7 /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181…
18 …B638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode…
80 730F236209181A8D00AB638C /* framing.c */,
149 734FB2E80B18B36F00D561D7 /* framing.c in Sources */,
/external/qemu/android/
Dhw-qemud.c521 ABool framing, in qemud_serial_send() argument
536 if (framing) { in qemud_serial_send()
564 if (framing) { in qemud_serial_send()
570 framing = 0; in qemud_serial_send()
660 int framing; member
723 if (!c->framing) { in qemud_client_recv()
930 c->framing = 0; in qemud_client_alloc()
965 qemu_put_be32(f, c->framing); in qemud_serial_client_save()
966 if (c->framing) { in qemud_serial_client_save()
1017 c->framing = qemu_get_be32(f); in qemud_serial_client_load()
[all …]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/
DAndroid.mk14 ./srce/framing.c \
15 ./srce/framing-sbc.c \
/external/mtpd/
Dpptp.c102 uint32_t framing; member
114 uint32_t framing; member
224 outgoing.sccrq.framing = htonl(3); in pptp_connect()
296 outgoing.ocrq.framing = htonl(3); in pptp_process()
/external/libogg/
DAndroid.mk6 src/framing.c
Dlibogg.spec65 %doc doc/framing.html
Dlibogg.spec.in65 %doc doc/framing.html
Dconfigure.in3 AC_INIT(src/framing.c)
/external/libogg/doc/
DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
/external/chromium_org/net/websockets/
DREADME8 implementation performs WebSocket framing within Blink and presents a
26 performs framing and implements protocol semantics in the browser process, and
/external/libvorbis/
Dtodo.txt16 to MDCT domain data, additional low level framing capability)
/external/tremolo/
DAndroid.mk11 Tremolo/framing.c \
/external/libvorbis/doc/
Dvorbis-clip.txt30 framing, and this framing provides time-stamping data, called a
38 inportant in this discussion. More about Ogg framing can be found in
39 ogg/doc/framing.html). Each page that contains a packet boundary is
DMakefile.am17 framing.html \
Da1-encapsulation-ogg.tex16 bitstream overview} and \href{framing.html}{Ogg logical
17 bitstream and framing spec} provide detailed descriptions of Ogg
D04-codec.tex68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
105 configurations. It finishes with a framing bit of '1'. Header decode
264 \item read 1 bit as a framing flag. If unset, a framing error occurred and the stream is not
/external/chromium_org/third_party/opus/src/
DREADME.draft54 with simple opus_demo proprietary framing.
DREADME96 bitstreams with simple opus_demo proprietary framing.
/external/qemu/docs/
DANDROID-QEMUD.TXT158 - Certain services also implement a simple framing protocol when exchanging
159 messages with their clients. The framing happens *after* serial port
168 This is needed because the framing protocol used on the serial port is
/external/libogg/win32/VS6/
Dogg_static.dsp92 SOURCE=..\..\src\framing.c
Dogg_dynamic.dsp100 SOURCE=..\..\src\framing.c
/external/libopus/
DREADME96 bitstreams with simple opus_demo proprietary framing.
/external/okhttp/
Dconcurrency.md63 This is necessary for bookkeeping when creating new streams. Correct framing requires that stream I…

12