Home
last modified time | relevance | path

Searched refs:initial_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dh265parse.c962 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()
Dh264parse.c1249 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.py919 def __init__(self, initial_bytes=None): argument
921 if initial_bytes is not None:
922 buf += initial_bytes
/third_party/python/Lib/test/
Dtest_memoryio.py538 self.ioclass(initial_bytes=buf)
/third_party/python/Doc/library/
Dio.rst692 .. class:: BytesIO([initial_bytes])
698 The optional argument *initial_bytes* is a :term:`bytes-like object` that