Lines Matching refs:imCommon

394     strcpy(imCommon.firmware, sbstr);  in setSonyBodyFeatures()
570 imCommon.BatteryTemperature = (float)(buf[i] - 32) / 1.8f; in process_Sony_0x0116()
579 (len >= (imSony.real_iso_offset + 2)) && (imCommon.real_ISO < 0.1f)) in process_Sony_0x2010()
584 imCommon.real_ISO = in process_Sony_0x2010()
853 imCommon.AmbientTemperature = in process_Sony_0x9402()
880 imCommon.SensorTemperature = (float)((short)SonySubstitution[buf[5]]); in process_Sony_0x9403()
896 imCommon.BatteryTemperature = in process_Sony_0x9406()
954 if (imCommon.afcount < LIBRAW_AFDATA_MAXCOUNT) in process_Sony_0x940e()
957 imCommon.afdata[imCommon.afcount].AFInfoData_tag = tag; in process_Sony_0x940e()
958 imCommon.afdata[imCommon.afcount].AFInfoData_order = order; in process_Sony_0x940e()
959 imCommon.afdata[imCommon.afcount].AFInfoData_length = len; in process_Sony_0x940e()
960imCommon.afdata[imCommon.afcount].AFInfoData = (uchar *)malloc(imCommon.afdata[imCommon.afcount].A… in process_Sony_0x940e()
961 FORC((int)imCommon.afdata[imCommon.afcount].AFInfoData_length) in process_Sony_0x940e()
962 imCommon.afdata[imCommon.afcount].AFInfoData[c] = SonySubstitution[buf[c]]; in process_Sony_0x940e()
963 imCommon.afcount++; in process_Sony_0x940e()
1156 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1159 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1162 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1187 if (imCommon.afcount < LIBRAW_AFDATA_MAXCOUNT) in parseSonyMakernotes()
1189 imCommon.afdata[imCommon.afcount].AFInfoData_tag = tag; in parseSonyMakernotes()
1190 imCommon.afdata[imCommon.afcount].AFInfoData_order = order; in parseSonyMakernotes()
1191 imCommon.afdata[imCommon.afcount].AFInfoData_length = len; in parseSonyMakernotes()
1192imCommon.afdata[imCommon.afcount].AFInfoData = (uchar *)malloc(imCommon.afdata[imCommon.afcount].A… in parseSonyMakernotes()
1193 …memcpy(imCommon.afdata[imCommon.afcount].AFInfoData, table_buf, imCommon.afdata[imCommon.afcount].… in parseSonyMakernotes()
1194 imCommon.afcount++; in parseSonyMakernotes()
1318 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1321 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1324 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1365 imCommon.FlashEC = getreal(type); in parseSonyMakernotes()
1422 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1425 imCommon.ColorSpace = LIBRAW_COLORSPACE_MonochromeGamma; in parseSonyMakernotes()
1428 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1431 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1448 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1451 imCommon.ColorSpace = LIBRAW_COLORSPACE_MonochromeGamma; in parseSonyMakernotes()
1455 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1458 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1481 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1485 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1488 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1498 if (!imCommon.ColorSpace || in parseSonyMakernotes()
1499 (imCommon.ColorSpace == LIBRAW_COLORSPACE_Unknown)) { in parseSonyMakernotes()
1503 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1506 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1509 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1538 imCommon.ColorSpace = LIBRAW_COLORSPACE_sRGB; in parseSonyMakernotes()
1541 imCommon.ColorSpace = LIBRAW_COLORSPACE_AdobeRGB; in parseSonyMakernotes()
1544 imCommon.ColorSpace = LIBRAW_COLORSPACE_Unknown; in parseSonyMakernotes()
1659 if (imCommon.afcount < LIBRAW_AFDATA_MAXCOUNT) in parseSonyMakernotes()
1661 imCommon.afdata[imCommon.afcount].AFInfoData_tag = tag; in parseSonyMakernotes()
1662 imCommon.afdata[imCommon.afcount].AFInfoData_order = order; in parseSonyMakernotes()
1663 imCommon.afdata[imCommon.afcount].AFInfoData_length = len; in parseSonyMakernotes()
1664imCommon.afdata[imCommon.afcount].AFInfoData = (uchar *)malloc(imCommon.afdata[imCommon.afcount].A… in parseSonyMakernotes()
1665 …fread(imCommon.afdata[imCommon.afcount].AFInfoData, imCommon.afdata[imCommon.afcount].AFInfoData_l… in parseSonyMakernotes()
1667 MIN(imCommon.afdata[imCommon.afcount].AFInfoData_length, sizeof imSony.AFPointsUsed); in parseSonyMakernotes()
1668 … memcpy(imSony.AFPointsUsed, imCommon.afdata[imCommon.afcount].AFInfoData, imSony.nAFPointsUsed); in parseSonyMakernotes()
1669 imCommon.afcount++; in parseSonyMakernotes()
1683 if (imCommon.afcount < LIBRAW_AFDATA_MAXCOUNT) in parseSonyMakernotes()
1685 imCommon.afdata[imCommon.afcount].AFInfoData_tag = tag; in parseSonyMakernotes()
1686 imCommon.afdata[imCommon.afcount].AFInfoData_order = order; in parseSonyMakernotes()
1687 imCommon.afdata[imCommon.afcount].AFInfoData_length = len; in parseSonyMakernotes()
1688imCommon.afdata[imCommon.afcount].AFInfoData = (uchar *)malloc(imCommon.afdata[imCommon.afcount].A… in parseSonyMakernotes()
1689 …fread(imCommon.afdata[imCommon.afcount].AFInfoData, imCommon.afdata[imCommon.afcount].AFInfoData_l… in parseSonyMakernotes()
1690 imCommon.afcount++; in parseSonyMakernotes()
1715 if (imCommon.afcount < LIBRAW_AFDATA_MAXCOUNT) in parseSonyMakernotes()
1717 imCommon.afdata[imCommon.afcount].AFInfoData_tag = tag; in parseSonyMakernotes()
1718 imCommon.afdata[imCommon.afcount].AFInfoData_order = order; in parseSonyMakernotes()
1719 imCommon.afdata[imCommon.afcount].AFInfoData_length = len; in parseSonyMakernotes()
1720imCommon.afdata[imCommon.afcount].AFInfoData = (uchar *)malloc(imCommon.afdata[imCommon.afcount].A… in parseSonyMakernotes()
1721 …fread(imCommon.afdata[imCommon.afcount].AFInfoData, imCommon.afdata[imCommon.afcount].AFInfoData_l… in parseSonyMakernotes()
1722 imCommon.afcount++; in parseSonyMakernotes()
1793 if (imCommon.real_ISO < 0.1f) in parseSonyMakernotes()
1800 imCommon.real_ISO = in parseSonyMakernotes()
1865 if (imCommon.real_ISO < 0.1f) { in parseSonyMakernotes()
1868 imCommon.real_ISO = in parseSonyMakernotes()