Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp136 SAMPLES_PER_RGB_PIXEL = 3, enumerator
2260 uint16_t samples = SAMPLES_PER_RGB_PIXEL; in DngCreator_setup()
2267 uint16_t bits[SAMPLES_PER_RGB_PIXEL]; in DngCreator_setup()
2268 for (int i = 0; i < SAMPLES_PER_RGB_PIXEL; i++) bits[i] = BITS_PER_RGB_SAMPLE; in DngCreator_setup()
2270 writer->addEntry(TAG_BITSPERSAMPLE, SAMPLES_PER_RGB_PIXEL, bits, TIFF_IFD_SUB1), in DngCreator_setup()
2499 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage()
2504 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteImage()
2618 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream()
2623 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteInputStream()