Home
last modified time | relevance | path

Searched refs:d_attr_delay (Results 1 – 4 of 4) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dbuffer.cc298 d_attr_delay(0) in buffer_reader()
311 d_attr_delay = delay; in declare_sample_delay()
312 d_buffer->d_max_reader_delay = std::max(d_attr_delay, d_buffer->d_max_reader_delay); in declare_sample_delay()
315 unsigned buffer_reader::sample_delay() const { return d_attr_delay; } in sample_delay()
341 uint64_t lower_bound = abs_start - d_attr_delay; in get_tags_in_range()
345 uint64_t upper_bound = abs_end - d_attr_delay; in get_tags_in_range()
358 item_time = (*itr).second.offset + d_attr_delay; in get_tags_in_range()
366 t.offset += d_attr_delay; in get_tags_in_range()
H A Dblock.cc48 d_attr_delay(0), in block()
76 d_attr_delay = delay; in declare_sample_delay()
80 d_detail->input(n)->declare_sample_delay(d_attr_delay); in declare_sample_delay()
87 d_attr_delay = delay; in declare_sample_delay()
89 d_detail->input(which)->declare_sample_delay(d_attr_delay); in declare_sample_delay()
93 unsigned block::sample_delay(int which) const { return d_attr_delay; } in sample_delay()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dbuffer.h351 unsigned d_attr_delay; // sample delay attribute for tag propagation variable
H A Dblock.h752 unsigned d_attr_delay; // the block's sample delay variable