Searched refs:initial_bytes (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h265parse.c | 962 const guint8 initial_bytes[] = { 0x00, 0x00, 0x00, 0x00, 0x01, h265_vps[4] }; in GST_START_TEST() local 972 buf1 = wrap_buffer (initial_bytes, sizeof (initial_bytes), 100, 0); in GST_START_TEST()
|
D | h264parse.c | 1249 const guint8 initial_bytes[] = { 0x00, 0x00, 0x00, 0x00, 0x01 }; in GST_START_TEST() local 1258 buf1 = wrap_buffer (initial_bytes, sizeof (initial_bytes), 100, 0); in GST_START_TEST()
|
/third_party/python/Lib/ |
D | _pyio.py | 919 def __init__(self, initial_bytes=None): argument 921 if initial_bytes is not None: 922 buf += initial_bytes
|
/third_party/python/Lib/test/ |
D | test_memoryio.py | 538 self.ioclass(initial_bytes=buf)
|
/third_party/python/Doc/library/ |
D | io.rst | 692 .. class:: BytesIO([initial_bytes]) 698 The optional argument *initial_bytes* is a :term:`bytes-like object` that
|