Home
last modified time | relevance | path

Searched refs:buf_data (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-write.c415 guint8 * buf_data, guint8 * buf_data_end) in gst_ebml_write_element_push() argument
423 data_size = buf_data_end - buf_data; in gst_ebml_write_element_push()
431 if (!buf_data) { in gst_ebml_write_element_push()
433 buf_data = map.data; in gst_ebml_write_element_push()
435 if (!buf_data) in gst_ebml_write_element_push()
437 else if (!gst_byte_writer_put_data (ebml->streamheader, buf_data, in gst_ebml_write_element_push()
442 if (!buf_data) { in gst_ebml_write_element_push()
444 buf_data = map.data; in gst_ebml_write_element_push()
446 if (!buf_data) in gst_ebml_write_element_push()
448 else if (!gst_byte_writer_put_data (ebml->cache, buf_data, data_size)) in gst_ebml_write_element_push()
[all …]
Dmatroska-demux.c3882 guint8 *buf_data, *data; in gst_matroska_demux_add_wvpk_header() local
3949 buf_data = map.data; in gst_matroska_demux_add_wvpk_header()
3959 data = buf_data; in gst_matroska_demux_add_wvpk_header()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo_translate.c517 uint8_t *buf_data = nouveau_resource_map_offset( in nvc0_push_vbo_indirect() local
521 for (i = 0; i < draw_count; i++, buf_data += indirect->stride) { in nvc0_push_vbo_indirect()
523 DrawElementsIndirectCommand *cmd = (void *)buf_data; in nvc0_push_vbo_indirect()
530 DrawArraysIndirectCommand *cmd = (void *)buf_data; in nvc0_push_vbo_indirect()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c744 gpointer buf_data = NULL; in gst_rtp_buffer_get_extension_bytes() local
749 if (!gst_rtp_buffer_get_extension_data (rtp, bits, &buf_data, &buf_len)) in gst_rtp_buffer_get_extension_bytes()
754 buf_data = NULL; in gst_rtp_buffer_get_extension_bytes()
758 return g_bytes_new (buf_data, 4 * buf_len); in gst_rtp_buffer_get_extension_bytes()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c63 const guint8 buf_data[8] = { 0x12, 0x34, 0x56, 0x78, 0x90, 0xab, 0xcd, 0xef }; in GST_START_TEST() local
66 len = sizeof (buf_data); in GST_START_TEST()
69 gst_buffer_fill (buf, 0, (gchar *) buf_data, len); in GST_START_TEST()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h44750 struct io_rsrc_data *buf_data; member