HomeSort by relevance Sort by last modified time
    Searched refs:TLV_HEADER_SIZE (Results 1 - 3 of 3) sorted by null

  /external/tinyalsa/
tinymix.c 195 unsigned int tlv_header_size = 0; local
213 tlv_header_size = TLV_HEADER_SIZE;
215 buf = calloc(1, num_values + tlv_header_size);
222 ret = mixer_ctl_get_array(ctl, buf, len + tlv_header_size);
247 printf(" %02x", buf[i + tlv_header_size]);
281 unsigned int tlv_header_size = 0; local
284 tlv_header_size = TLV_HEADER_SIZE;
287 tlv_size = num_values + tlv_header_size;
    [all...]
mixer.c 388 total_count += TLV_HEADER_SIZE;
504 total_count += TLV_HEADER_SIZE;
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 72 #define TLV_HEADER_SIZE (2 * sizeof(unsigned int))

Completed in 75 milliseconds