Searched refs:SAMPLES_PER_RGB_PIXEL (Results 1 – 1 of 1) sorted by relevance
118 SAMPLES_PER_RGB_PIXEL = 3, enumerator1997 uint16_t samples = SAMPLES_PER_RGB_PIXEL; in DngCreator_setup()2004 uint16_t bits[SAMPLES_PER_RGB_PIXEL]; in DngCreator_setup()2005 for (int i = 0; i < SAMPLES_PER_RGB_PIXEL; i++) bits[i] = BITS_PER_RGB_SAMPLE; in DngCreator_setup()2007 writer->addEntry(TAG_BITSPERSAMPLE, SAMPLES_PER_RGB_PIXEL, bits, TIFF_IFD_0), in DngCreator_setup()2238 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage()2243 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteImage()2344 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream()2349 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteInputStream()