Searched refs:xres (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1518 uint32_t xres[] = { 72, 1 }; // default 72 ppi in DngCreator_setup() local 1519 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_XRESOLUTION, 1, xres, TIFF_IFD_0), in DngCreator_setup() 2300 uint32_t xres[] = { 72, 1 }; // default 72 ppi in DngCreator_setup() local 2301 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_XRESOLUTION, 1, xres, TIFF_IFD_SUB1), in DngCreator_setup()
|