Searched refs:foundHeight (Results 1 – 1 of 1) sorted by relevance
1857 bool foundWidth, foundHeight; in convertMessageToMetaData() local1859 foundHeight = msg->findInt32("sar-height", &sarHeight); in convertMessageToMetaData()1860 if (foundWidth || foundHeight) { in convertMessageToMetaData()1871 foundHeight = msg->findInt32("display-height", &displayHeight); in convertMessageToMetaData()1872 if (foundWidth || foundHeight) { in convertMessageToMetaData()1889 foundHeight = msg->findInt32("tile-height", &tileHeight); in convertMessageToMetaData()1890 if (foundWidth || foundHeight) { in convertMessageToMetaData()