Searched refs:xres (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A 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() 2295 uint32_t xres[] = { 72, 1 }; // default 72 ppi in DngCreator_setup() local 2296 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_XRESOLUTION, 1, xres, TIFF_IFD_SUB1), in DngCreator_setup()
|