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

  /external/adhd/cras/src/server/
test_iodev.c 41 unsigned int fmt_bytes; member in struct:test_iodev
58 return available / testio->fmt_bytes;
84 testio->fmt_bytes = cras_get_format_bytes(iodev->format);
86 testio->fmt_bytes);
113 buf_increment_read(testio->audbuff, frames * testio->fmt_bytes);
133 avail = MIN(avail, *frames * testio->fmt_bytes);
143 *frames = nread / testio->fmt_bytes;
249 memcpy(write_ptr, samples, count * testio->fmt_bytes);
250 buf_increment_write(testio->audbuff, count * testio->fmt_bytes);
  /external/pdfium/third_party/lcms/src/
cmsalpha.c 47 int fmt_bytes = T_BYTES(Format); local
50 if (fmt_bytes == 0)
54 return fmt_bytes;

Completed in 112 milliseconds