/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpulpfec.c | 137 push_data (GstHarness * h, gconstpointer rtp, gsize rtp_length) in push_data() function 236 push_data (h, fec_packet, fec_packet_size); in _recovered_from_fec_base() 283 push_data (h, feclongmask, sizeof (fec) - 1 + 4); in GST_START_TEST() 323 push_data (h, packets[i], packets_size[i]); in GST_START_TEST() 476 push_data (h, SAMPLE_ULPFEC1_MEDIA2, sizeof (SAMPLE_ULPFEC1_MEDIA2) - 1); in GST_START_TEST() 477 push_data (h, SAMPLE_ULPFEC1_FEC0, sizeof (SAMPLE_ULPFEC1_FEC0) - 1); in GST_START_TEST() 478 push_data (h, SAMPLE_ULPFEC1_FEC1, sizeof (SAMPLE_ULPFEC1_FEC1) - 1); in GST_START_TEST() 479 push_data (h, SAMPLE_ULPFEC1_FEC2, sizeof (SAMPLE_ULPFEC1_FEC2) - 1); in GST_START_TEST() 496 push_data (h, SAMPLE_ULPFEC1_MEDIA0, sizeof (SAMPLE_ULPFEC1_MEDIA0) - 1); in GST_START_TEST() 497 push_data (h, SAMPLE_ULPFEC1_MEDIA1, sizeof (SAMPLE_ULPFEC1_MEDIA1) - 1); in GST_START_TEST() [all …]
|
D | icydemux.c | 174 push_data (const guint8 * data, int len, gint64 offset) in push_data() function 207 push_data ((guint8 *) ICY_DATA, sizeof (ICY_DATA), -1); in GST_START_TEST() 253 push_data ((guint8 *) ICY_DATA_EMPTY_METADATA, in GST_START_TEST() 317 push_data (buf1, G_N_ELEMENTS (buf1), 0); in GST_START_TEST() 322 push_data (buf2, G_N_ELEMENTS (buf2), -1); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | aggregator.c | 284 push_data (gpointer user_data) in push_data() function 507 thread1 = g_thread_try_new ("gst-check", push_data, &data1, NULL); in GST_START_TEST() 508 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() 536 thread1 = g_thread_try_new ("gst-check", push_data, &data1, NULL); in GST_START_TEST() 537 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() 564 thread = g_thread_try_new ("gst-check", push_data, &data, NULL); in GST_START_TEST() 591 thread1 = g_thread_try_new ("gst-check", push_data, &data1, NULL); in GST_START_TEST() 592 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() 626 thread1 = g_thread_try_new ("gst-check", push_data, &data1, NULL); in GST_START_TEST() 627 thread2 = g_thread_try_new ("gst-check", push_data, &data2, NULL); in GST_START_TEST() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_context.h | 25 void (*push_data)(struct nouveau_context *, member
|
D | nouveau_buffer.c | 163 if (!nv->push_data) in nouveau_transfer_staging() 234 nv->push_data(nv, buf->bo, buf->offset + base, buf->domain, size, data); in nouveau_transfer_write()
|
/third_party/python/Lib/test/ |
D | test_nntplib.py | 392 self.handler.start(self.c2s.readline, self.push_data) 400 def push_data(self, data): member in _NNTPServerIO 474 def start(self, readline, push_data): argument 478 self._push_data = push_data 529 def push_data(self, data): member in NNTPv1Handler 538 self.push_data(lit)
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsbase.h | 165 gboolean push_data; member
|
D | mpegtsbase.c | 281 base->push_data = TRUE; in mpegts_base_init() 1558 if (base->push_data) in mpegts_base_chain()
|
D | mpegtsparse.c | 216 base->push_data = TRUE; in mpegts_parse_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_transfer.c | 570 nv->push_data(nv, res->bo, res->offset + offset, res->domain, in nvc0_cb_push() 618 nvc0->base.push_data = nve4_p2mf_push_linear; in nvc0_init_transfer_functions() 622 nvc0->base.push_data = nvc0_m2mf_push_linear; in nvc0_init_transfer_functions()
|
D | nvc0_program.c | 864 nvc0->base.push_data(&nvc0->base, screen->text, prog->code_base, in nvc0_program_upload_code() 867 nvc0->base.push_data(&nvc0->base, screen->text, code_pos, in nvc0_program_upload_code() 981 nvc0->base.push_data(&nvc0->base, in nvc0_program_library_upload()
|
D | nvc0_tex.c | 469 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_update_tic() 503 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_validate_tic() 569 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nve4_validate_tic() 747 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, in nvc0_upload_tsc0()
|
D | nvc0_state_validate.c | 847 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32, in nvc0_validate_fbread()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 331 nv50->base.push_data = nv50_sifc_linear_u8; in nv50_create()
|
D | nv50_transfer.c | 557 nv->push_data(nv, res->bo, res->offset + offset, res->domain, in nv50_cb_push()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 5261 comp_state->push_data = in genX() 5265 if (comp_state->push_data.alloc_size) { in genX() 5267 curbe.CURBETotalDataLength = comp_state->push_data.alloc_size; in genX() 5268 curbe.CURBEDataStartAddress = comp_state->push_data.offset; in genX() 5351 cw.IndirectDataStartAddress = comp_state->push_data.offset; in emit_compute_walker() 5352 cw.IndirectDataLength = comp_state->push_data.alloc_size; in emit_compute_walker()
|
D | anv_private.h | 2702 struct anv_state push_data; member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 2256 uint32_t push_data[6] = { in texel_buffer_shader_copy() local 2268 0, sizeof(push_data), &push_data); in texel_buffer_shader_copy()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 144893 (cleanup_icydemux), (push_data), (GST_START_TEST), 145299 (teardown_cmmldec), (check_output_buffer_is_equal), (push_data), 145304 (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data), 150049 (cleanup_icydemux), (push_data), (GST_START_TEST),
|