Home
last modified time | relevance | path

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

/third_party/alsa-utils/topology/nhlt/
H A Dnhlt-processor.c26 #define ALSA_BYTE_CHARS 5 macro
102 bytes_string_buffer = calloc((manifest_size + nhlt_size) * ALSA_BYTE_CHARS + 1, in print_as_hex_bytes()
109 snprintf(dst, ALSA_BYTE_CHARS + 1, "0x%02x,", *manifest_buffer); in print_as_hex_bytes()
110 dst += ALSA_BYTE_CHARS; in print_as_hex_bytes()
115 snprintf(dst, ALSA_BYTE_CHARS + 1, "0x%02x,", *nhlt_buffer); in print_as_hex_bytes()
116 dst += ALSA_BYTE_CHARS; in print_as_hex_bytes()
262 sscanf(&abi[i * ALSA_BYTE_CHARS], "%" SCNx8, dst++); in manifest_create()

Completed in 1 milliseconds