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.cpp108 SAMPLES_PER_RGB_PIXEL = 3, enumerator
1869 uint16_t samples = SAMPLES_PER_RGB_PIXEL; in DngCreator_setup()
2108 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage()
2113 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteImage()
2214 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream()
2219 SAMPLES_PER_RGB_PIXEL); in DngCreator_nativeWriteInputStream()