Home
last modified time | relevance | path

Searched refs:read_uInt16Number (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/qcms/src/
Diccread.c133 static uInt16Number read_uInt16Number(struct mem_source *mem, size_t offset) in read_uInt16Number() function
646 lut->clut_table[i] = uInt16Number_to_float(read_uInt16Number(src, clut_offset + 20 + i*2)); in read_tag_lutmABType()
733 … lut->input_table[i] = uInt16Number_to_float(read_uInt16Number(src, offset + 52 + i * entry_size)); in read_tag_lutType()
744 …lut->clut_table[i+0] = uInt16Number_to_float(read_uInt16Number(src, clut_offset + i*entry_size + 0… in read_tag_lutType()
745 …lut->clut_table[i+1] = uInt16Number_to_float(read_uInt16Number(src, clut_offset + i*entry_size + 2… in read_tag_lutType()
746 …lut->clut_table[i+2] = uInt16Number_to_float(read_uInt16Number(src, clut_offset + i*entry_size + 4… in read_tag_lutType()
755 …lut->output_table[i] = uInt16Number_to_float(read_uInt16Number(src, output_offset + i*entry_size)); in read_tag_lutType()