Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_sample.h18 #define to_sample(a) ((struct tcf_sample *)a) macro
31 return to_sample(a)->rate; in tcf_sample_rate()
36 return to_sample(a)->truncate; in tcf_sample_truncate()
41 return to_sample(a)->trunc_size; in tcf_sample_trunc_size()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_sample.c99 s = to_sample(*a); in tcf_sample_init()
130 struct tcf_sample *s = to_sample(a); in tcf_sample_cleanup()
159 struct tcf_sample *s = to_sample(a); in tcf_sample_act()
201 struct tcf_sample *s = to_sample(a); in tcf_sample_dump()
265 struct tcf_sample *s = to_sample(a); in tcf_sample_get_group()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats_i.c217 int lsx_offset_seek(sox_format_t * ft, off_t byte_offset, off_t to_sample) in lsx_offset_seek() argument
219 double wide_sample = to_sample - (to_sample % ft->signal.channels); in lsx_offset_seek()
H A Dsox_i.h209 int lsx_offset_seek(sox_format_t * ft, off_t byte_offset, off_t to_sample);