Lines Matching full:jpeg
1642 ALOGV("DEBUG(%s): # of dequeued req (%d) jpeg(%d) = (%d)", __FUNCTION__,
1864 ALOGD("(%s): jpeg stream exists", __FUNCTION__);
1960 ALOGV("(%s): Enabling Jpeg", __FUNCTION__);
4326 ALOGV("DEBUG(%s): jpeg currentBuf#(%d)", __FUNCTION__ , subParms->numSvcBufsInHal);
4330 ALOGV("DEBUG(%s): jpeg stream(%d) dequeue_buffer fail res(%d)",__FUNCTION__ , selfThread->m_index, res);
4335 ALOGV("DEBUG(%s): jpeg got buf(%x) numBufInHal(%d) version(%d), numFds(%d), numInts(%d)", __FUNCTION__, (uint32_t)(*buf),
4345 ALOGV("DEBUG(%s): jpeg dequeueed_buffer found index(%d)", __FUNCTION__, found);
4356 ALOGV("DEBUG(%s): jpeg bufstatus abnormal [%d] status = %d", __FUNCTION__,
4696 if (jpegEnc.setQuality(m_jpegMetadata.shot.ctl.jpeg.quality)) {
4717 if((m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[0] != 0) && (m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[1] != 0)) {
4719 if(!m_checkThumbnailSize(m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[0], m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[1])) {
4723 m_thumbNailW = m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[0];
4724 m_thumbNailH = m_jpegMetadata.shot.ctl.jpeg.thumbnailSize[1];
4739 if (jpegEnc.setThumbnailQuality(m_jpegMetadata.shot.ctl.jpeg.thumbnailQuality)) {
5772 switch (ctl->jpeg.orientation) {
5886 if (ctl->jpeg.gpsCoordinates[0] != 0 && ctl->jpeg.gpsCoordinates[1] != 0) {
5888 if (ctl->jpeg.gpsCoordinates[0] > 0)
5893 if (ctl->jpeg.gpsCoordinates[1] > 0)
5898 if (ctl->jpeg.gpsCoordinates[2] > 0)
5903 double latitude = fabs(ctl->jpeg.gpsCoordinates[0]);
5904 double longitude = fabs(ctl->jpeg.gpsCoordinates[1]);
5905 double altitude = fabs(ctl->jpeg.gpsCoordinates[2]);
5928 timestamp = (long)ctl->jpeg.gpsTimestamp;
5947 exifInfo->widthThumb = ctl->jpeg.thumbnailSize[0];
5948 exifInfo->heightThumb = ctl->jpeg.thumbnailSize[1];