Lines Matching refs:jpeg
4696 if (jpegEnc.setQuality(m_jpegMetadata.shot.ctl.jpeg.quality)) { in yuv2Jpeg()
4717 …if((m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[0] != 0) && (m_jpegMetadata.shot.ctl.jpeg.thumbnail… in yuv2Jpeg()
4719 …if(!m_checkThumbnailSize(m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[0], m_jpegMetadata.shot.ctl.jp… in yuv2Jpeg()
4723 m_thumbNailW = m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[0]; in yuv2Jpeg()
4724 m_thumbNailH = m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[1]; in yuv2Jpeg()
4739 if (jpegEnc.setThumbnailQuality(m_jpegMetadata.shot.ctl.jpeg.thumbnailQuality)) { in yuv2Jpeg()
5772 switch (ctl->jpeg.orientation) { in m_setExifChangedAttribute()
5886 if (ctl->jpeg.gpsCoordinates[0] != 0 && ctl->jpeg.gpsCoordinates[1] != 0) { in m_setExifChangedAttribute()
5888 if (ctl->jpeg.gpsCoordinates[0] > 0) in m_setExifChangedAttribute()
5893 if (ctl->jpeg.gpsCoordinates[1] > 0) in m_setExifChangedAttribute()
5898 if (ctl->jpeg.gpsCoordinates[2] > 0) in m_setExifChangedAttribute()
5903 double latitude = fabs(ctl->jpeg.gpsCoordinates[0]); in m_setExifChangedAttribute()
5904 double longitude = fabs(ctl->jpeg.gpsCoordinates[1]); in m_setExifChangedAttribute()
5905 double altitude = fabs(ctl->jpeg.gpsCoordinates[2]); in m_setExifChangedAttribute()
5928 timestamp = (long)ctl->jpeg.gpsTimestamp; in m_setExifChangedAttribute()
5947 exifInfo->widthThumb = ctl->jpeg.thumbnailSize[0]; in m_setExifChangedAttribute()
5948 exifInfo->heightThumb = ctl->jpeg.thumbnailSize[1]; in m_setExifChangedAttribute()