Searched refs:SAMPLES_PER_RGB_PIXEL (Results 1 – 1 of 1) sorted by relevance
136 SAMPLES_PER_RGB_PIXEL = 3, enumerator2255 uint16_t samples = SAMPLES_PER_RGB_PIXEL; in DngCreator_setup()2262 uint16_t bits[SAMPLES_PER_RGB_PIXEL]; in DngCreator_setup()2263 for (int i = 0; i < SAMPLES_PER_RGB_PIXEL; i++) bits[i] = BITS_PER_RGB_SAMPLE; in DngCreator_setup()2265 writer->addEntry(TAG_BITSPERSAMPLE, SAMPLES_PER_RGB_PIXEL, bits, TIFF_IFD_SUB1), in DngCreator_setup()2494 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage()2499 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteImage()2613 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream()2618 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteInputStream()