Home
last modified time | relevance | path

Searched refs:next_hdr_pos (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/topology/
Dbuilder.c53 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()
68 tplg->next_hdr_pos += hdr.payload_size + sizeof(hdr); in write_block_header()
Dtplg_local.h73 size_t next_hdr_pos; member