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

  /external/chromium_org/third_party/qcms/src/
iccread.c 518 for (i = 0; i < lut->num_out_channels; i++){
536 uint8_t num_in_channels, num_out_channels; local
545 num_out_channels = read_u8(src, offset + 8);
546 if (num_in_channels > MAX_CHANNELS || num_out_channels > MAX_CHANNELS)
553 if (num_in_channels != 3 || num_out_channels != 3)
588 clut_size = clut_size * num_out_channels;
608 lut->num_out_channels = num_out_channels;
630 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset);
633 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_curve_offset)
    [all...]
qcmsint.h 156 uint8_t num_out_channels; member in struct:lutmABType

Completed in 29 milliseconds