Searched refs:yres (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1523 uint32_t yres[] = { 72, 1 }; // default 72 ppi in DngCreator_setup() local 1524 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_YRESOLUTION, 1, yres, TIFF_IFD_0), in DngCreator_setup() 2305 uint32_t yres[] = { 72, 1 }; // default 72 ppi in DngCreator_setup() local 2306 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_YRESOLUTION, 1, yres, TIFF_IFD_SUB1), in DngCreator_setup()
|