Home
last modified time | relevance | path

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

12

/third_party/alsa-lib/src/rawmidi/
Drawmidi.c839 unsigned int framing; in snd_rawmidi_params_set_read_mode() local
844 framing = SNDRV_RAWMIDI_MODE_FRAMING_NONE; in snd_rawmidi_params_set_read_mode()
849 framing = SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP; in snd_rawmidi_params_set_read_mode()
855 if (framing != SNDRV_RAWMIDI_MODE_FRAMING_NONE && in snd_rawmidi_params_set_read_mode()
858 params->mode = (params->mode & ~SNDRV_RAWMIDI_MODE_FRAMING_MASK) | framing; in snd_rawmidi_params_set_read_mode()
869 unsigned int framing; in snd_rawmidi_params_get_read_mode() local
872 framing = params->mode & SNDRV_RAWMIDI_MODE_FRAMING_MASK; in snd_rawmidi_params_get_read_mode()
873 if (framing == SNDRV_RAWMIDI_MODE_FRAMING_TSTAMP) in snd_rawmidi_params_get_read_mode()
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/
Dimport_test.js48 var framing1 = new proto.jspb.test.framing.FramingMessage([]);
49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
/third_party/protobuf/js/commonjs/
Dimport_test.js48 var framing1 = new proto.jspb.test.framing.FramingMessage([]);
49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c503 KSALLOCATOR_FRAMING *framing = NULL; in gst_ks_video_device_create_pin() local
582 KSPROPERTY_CONNECTION_ALLOCATORFRAMING, (void *) &framing, in gst_ks_video_device_create_pin()
584 *num_outstanding = framing->Frames; in gst_ks_video_device_create_pin()
585 alignment = framing->FileAlignment; in gst_ks_video_device_create_pin()
599 g_free (framing); in gst_ks_video_device_create_pin()
600 framing = NULL; in gst_ks_video_device_create_pin()
661 g_free (framing); in gst_ks_video_device_create_pin()
/third_party/protobuf/js/commonjs/test7/
Dtest7.proto36 package jspb.test.framing;
/third_party/protobuf/js/compatibility_tests/v3.1.0/commonjs/test7/
Dtest7.proto36 package jspb.test.framing;
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/test7/
Dtest7.proto36 package jspb.test.framing;
/third_party/curl/tests/data/
Dtest153851 e16: Error in the HTTP2 framing layer
127 e92: Stream error in the HTTP/2 framing layer
/third_party/lz4/examples/
Dstreaming_api_basics.md9 It guarantees interoperability with other LZ4 framing format compliant tools/libraries
/third_party/python/Modules/
D_pickle.c638 int framing; /* True when framing is enabled, proto >= 4 */ member
973 if (!self->framing || self->frame_start == -1) in _Pickler_CommitFrame()
1028 if (!self->framing || self->frame_start == -1) { in _Pickler_OpcodeBoundary()
1063 need_new_frame = (self->framing && self->frame_start == -1); in _Pickler_Write()
1120 self->framing = 0; in _Pickler_New()
2293 int framing = self->framing; in _Pickler_write_bytes() local
2302 self->framing = 0; in _Pickler_write_bytes()
2347 self->framing = framing; in _Pickler_write_bytes()
4512 self->framing = 1; in dump()
4524 self->framing = 0; in dump()
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt18 layers of protocol. The lower layer is a general purpose framing
183 SPDY adds a framing layer for multiplexing multiple, concurrent
185 stream). The framing layer is optimized for HTTP-like request-
214 The SPDY Specification is split into two parts: a framing layer
218 top of the framing layer. While some of the framing layer concepts
219 are isolated from the HTTP layer, building a generic framing layer
228 has not been a goal. The framing layer is tailored to the needs of
288 The SPDY framing layer (or "session") runs atop a reliable transport
592 The SPDY framing layer has only two types of errors, and they are
600 framing layer or which corrupts the session compression state. When
[all …]
/third_party/curl/docs/cmdline-opts/
Dpage-footer157 HTTP/2 error. A problem was detected in the HTTP2 framing layer. This is
292 Stream error in HTTP/2 framing layer.
/third_party/glib/patch/
Dbackport-CVE-2023-24593_CVE-2023-25180-1.patch105 with framing offsets
646 + /* If the requested @index_ is beyond the set of indices whose framing offsets
1100 + /* If the requested @index_ is beyond the set of indices whose framing offsets
1105 + * all the tuple *elements* here, not just all the framing offsets, since
1106 + * tuples contain a mix of elements which use framing offsets and ones which
1349 + * The third `ay` must be given a default value because its framing offsets
1624 /* If the requested @index_ is beyond the set of indices whose framing offsets
1684 * all the tuple *elements* here, not just all the framing offsets, since
1685 * tuples contain a mix of elements which use framing offsets and ones which
/third_party/python/Misc/NEWS.d/
D3.7.0b4.rst228 End framing at the end of C implementation of :func:`pickle.Pickler.dump`.
D3.6.6rc1.rst389 End framing at the end of C implementation of :func:`pickle.Pickler.dump`.
/third_party/nghttp2/
DREADME.rst7 The framing layer of HTTP/2 is implemented as a reusable C library.
544 It has verbose output mode for framing information. Here is sample
773 Just like ``nghttp``, it has a verbose output mode for framing
/third_party/lz4/doc/
Dlz4_Block_format.md12 There is no entropy encoder back-end nor framing layer.
Dlz4_Frame_format.md110 without re-framing it.
/third_party/lwip/doc/
Dppp.txt20 * PPP over serial using HDLC-like framing, such as wired dialup modems
/third_party/icu/icu4j/perf-tests/data/collation/
Dthesis.txt138 …један симбол не прелази праг препознавања); (3) уметања и брисања; и (4) framing грешке (грешке у …
509 …случају појаве осталих типова грешака, као што су уметања, брисања, транспозиције и framing грешке.
/third_party/libwebsockets/READMEs/
DREADME.test-apps.md338 same checksum using websocket framing to see when the message has ended. It
/third_party/openGLES/extensions/OES/
DOES_draw_texture.txt54 glyphs, and 2D framing elements in games. This
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_draw_texture.txt44 glyphs, and 2D framing elements in games. This
/third_party/ltp/scripts/
Dspelling.txt667 framming||framing
/third_party/libwebsockets/lib/secure-streams/
DREADME.md301 Raw protocol is a bit different than the others in that there is no protocol framing,

12