Lines Matching full:jpeg
1827 mParameters.setPictureFormat("jpeg"); // informative
2309 "preview frame size(%d), raw size (%d), jpeg size (%d) "
2310 "and jpeg max size (%d)\n", mPreviewFrameSize, mRawSize,
2569 int jpeg_quality = mParameters.getInt("jpeg-quality");
2572 ALOGI("initJpegParameters, current jpeg main img quality =%d",
2576 //as jpeg quality of zero is not accepted at
2587 int thumbnail_quality = mParameters.getInt("jpeg-thumbnail-quality");
2594 ALOGI("initJpegParameters, current jpeg thumbnail quality =%d",
4116 //Jpeg buffer initialization
4181 // Jpeg
4188 "jpeg");
4324 // Create Jpeg memory for snapshot
4329 ALOGI("%s Jpeg memory index: %d , fd is %d ", __func__, cnt, mJpegfd[cnt]);
4335 ALOGI("Received following info for jpeg mapped data:%p,handle:%p, size:%d,release:%p",
4390 } else { // End if Format is Jpeg , start if format is RAW
4486 /* make the dimensions multiple of 16 - JPEG requirement */
4551 //Jpeg buffer initialization
4606 // Create memory for Raw YUV frames and Jpeg images
4675 ALOGV("deinitRaw , clearing raw memory and jpeg memory");
5823 ALOGV("%s: waiting for jpeg callback.", __FUNCTION__);
5825 ALOGV("%s: jpeg callback received.", __FUNCTION__);
5840 ALOGV("%s: waiting for jpeg callback.", __FUNCTION__);
5842 ALOGV("%s: jpeg callback received.", __FUNCTION__);
6064 ALOGE("takeLiveSnapshot: Jpeg Heap Memory allocation failed. Not taking Live Snapshot.");
6751 else ALOGV("JPEG callback was cancelled--not delivering image.");
7572 /* get picture failed. Give jpeg callback with NULL data
7575 ALOGE("get picture failed, giving jpeg callback with NULL data");
7668 ALOGI("Raw Data given to app for processing...will wait for jpeg encode call");
7675 } else { // Not Jpeg snapshot, it is Raw Snapshot , handle later
7676 ALOGV("ReceiveRawPicture : raw snapshot not Jpeg, sending callback up");
7718 ALOGE("Jpeg index is not valid or fails. ");
7727 ALOGV("receiveJpegPicture: Index of Jpeg is %d",index);
7731 ALOGI("receiveJpegPicture : giving jpeg image callback to services");
7744 ALOGI("JPEG callback was cancelled--not delivering image.");
7955 ALOGV("requested jpeg thumbnail size %d x %d", width, height);
7977 /*As we donot support jpeg downscaling for picture dimension < previewdimesnion/8 ,
8038 ALOGE("Invalid jpeg quality=%d", quality);
8046 ALOGE("Invalid jpeg thumbnail quality=%d", quality);
9900 //Wait until jpeg encoding is done and clear the resources.
9903 ALOGV("encodeData: waiting for jpeg thread to complete.");
9905 ALOGV("encodeData: jpeg thread completed.");
9909 else ALOGV("encodeData: JPEG callback is NULL, not encoding image.");