Searched refs:subTileCount (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_read_image.cpp3285 uint32 subTileCount = (tileArea.H () + subTileLength - 1) / local
3288 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++)
H A Ddng_image_writer.cpp4717 uint32 subTileCount = (tileArea.H () + subTileLength - 1) / local
4720 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++)

Completed in 61 milliseconds