Home
last modified time | relevance | path

Searched refs:ep_size (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/nhlt/
H A Dnhlt-dmic-info.c140 static int nhlt_dmic_ep_to_json(FILE *out, uint8_t *ep, uint32_t ep_size) in nhlt_dmic_ep_to_json() argument
148 if (off + specific_cfg_size > ep_size) in nhlt_dmic_ep_to_json()
186 uint32_t _size, off, ep_size; in nhlt_table_to_json() local
207 ep_size = get_u32le(nhlt, off); in nhlt_table_to_json()
208 if (off + ep_size > size) in nhlt_table_to_json()
213 res = nhlt_dmic_ep_to_json(out, nhlt + off, ep_size); in nhlt_table_to_json()
219 off += ep_size; in nhlt_table_to_json()

Completed in 2 milliseconds