Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstats.c27 double min, max, mult, min_run, min_runs, max_run, max_runs; member
88 p->max = d, p->max_count = 1, p->max_run = 1, p->max_runs = 0; in flow()
91 p->max_run = d == p->last? p->max_run + 1 : 1; in flow()
94 p->max_runs += sqr(p->max_run); in flow()
119 p->max_runs += sqr(p->max_run); in drain()
/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6asm.h72 u16 max_run; member
H A Dq6asm.c150 u16 max_run; member
1280 fmt->max_run = cfg->max_run; in q6asm_stream_media_format_block_alac()
H A Dq6asm-dai.c833 alac_cfg.max_run = alac->max_run; in __q6asm_dai_compr_set_codec_params()
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dcompress_params.h347 __u32 max_run; member