HomeSort by relevance Sort by last modified time
    Searched refs:colourtemp (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 766 unsigned int colourtemp = pWhiteBalanceData->nColorTemperature; local
770 if( colourtemp <= 3200 ) {
772 } else if( colourtemp > 3200 && colourtemp <= 4800 ) {
774 } else if( colourtemp > 4800 && colourtemp <= 5500 ) {
776 } else if( colourtemp > 5500 && colourtemp <= 6500 ) {
778 } else if( colourtemp > 6500 ) {
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 768 unsigned int colourtemp = pWhiteBalanceData->nColorTemperature; local
772 if( colourtemp <= 3200 ) {
774 } else if( colourtemp > 3200 && colourtemp <= 4800 ) {
776 } else if( colourtemp > 4800 && colourtemp <= 5500 ) {
778 } else if( colourtemp > 5500 && colourtemp <= 6500 ) {
780 } else if( colourtemp > 6500 ) {

Completed in 1268 milliseconds