Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Dbuilder.c26 if (tplg->bin_pos + data_size > tplg->bin_size) in twrite()
28 memcpy(tplg->bin + tplg->bin_pos, data, data_size); in twrite()
29 tplg->bin_pos += data_size; in twrite()
53 if (tplg->bin_pos != tplg->next_hdr_pos) { in write_block_header()
56 tplg->next_hdr_pos, tplg->bin_pos, in write_block_header()
57 tplg->bin_pos > tplg->next_hdr_pos ? "ahead" : "behind", in write_block_header()
58 tplg->bin_pos - tplg->next_hdr_pos); in write_block_header()
62 tplg_log(tplg, 'B', tplg->bin_pos, in write_block_header()
112 tplg_log(tplg, 'B', tplg->bin_pos, in write_elem_block()
116 tplg_log(tplg, 'B', tplg->bin_pos, in write_elem_block()
[all …]
Dparser.c411 tplg->bin_size = tplg->bin_pos = 0; in snd_tplg_build_bin()
Dtplg_local.h65 size_t bin_pos; member
/third_party/ffmpeg/libavfilter/
Davf_showspectrum.c705 static float bin_pos(const int bin, const int num_bins, const float min, const float max) in bin_pos() function
1042 float pos = bin_pos(yy, h, s->start, s->start + range); in plot_channel_log()