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/
qcmsint.h 156 uint8_t num_out_channels; member in struct:lutmABType
iccread.c 564 for (i = 0; i < lut->num_out_channels; i++){
582 uint8_t num_in_channels, num_out_channels; local
591 num_out_channels = read_u8(src, offset + 8);
592 if (num_in_channels > MAX_CHANNELS || num_out_channels > MAX_CHANNELS)
599 if (num_in_channels != 3 || num_out_channels != 3)
634 clut_size = clut_size * num_out_channels;
654 lut->num_out_channels = num_out_channels;
676 read_nested_curveType(src, &lut->m_curves, num_out_channels, m_curve_offset);
679 read_nested_curveType(src, &lut->b_curves, num_out_channels, b_curve_offset)
    [all...]

Completed in 43 milliseconds