Searched refs:thumbnail (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/camera/mm-camera-interface/
H A Dmm_omx_jpeg_encoder.c81 static omx_jpeg_thumbnail thumbnail; variable
356 ALOGV("%s: thumbnail widht %d height %d", __func__,
357 thumbnail.width, thumbnail.height);
513 thumbnail.width = encode_params->dimension->thumbnail_width;
514 thumbnail.height = encode_params->dimension->thumbnail_height;
518 ALOGV("%s: thumbnail width %d height %d", __func__,
589 /*case of thumbnail*/
598 thumbnail.scaling = 0;
606 thumbnail
[all...]
H A Dmm_camera_channel.c121 *stream2 = &my_obj->ch[ch_type].snapshot.thumbnail;
160 stream2 = &my_obj->ch[ch_type].snapshot.thumbnail;
161 fmt2 = &fmt->snapshot.thumbnail;
212 stream2 = &my_obj->ch[ch_type].snapshot.thumbnail;
280 &my_obj->ch[ch_type].snapshot.thumbnail, evt,
328 &my_obj->ch[ch_type].snapshot.thumbnail, evt,
329 & buf->thumbnail);
449 stream = &my_obj->ch[ch_type].snapshot.thumbnail;
452 &val->snapshot.thumbnail);
453 cache_frame1 = val->snapshot.thumbnail
[all...]
H A Dmm_camera_notify.c348 CDBG("%s: Dequeued frame: main frame idx: %d thumbnail "
355 data.snapshot.thumbnail.frame = &peer_frame->frame;
356 data.snapshot.thumbnail.idx = peer_frame->idx;
469 data[cnt].snapshot.thumbnail.frame = NULL;
513 t_q = &my_obj->ch[MM_CAMERA_CH_SNAPSHOT].snapshot.thumbnail.frame.readyq;
528 data[cnt].snapshot.thumbnail.frame = &frame->frame;
529 data[cnt].snapshot.thumbnail.idx = frame->idx;
531 my_obj->ch[MM_CAMERA_CH_SNAPSHOT].snapshot.thumbnail.frame.ref_count[data[i].snapshot.thumbnail.idx]++;
611 q = &my_obj->ch[MM_CAMERA_CH_SNAPSHOT].snapshot.thumbnail
[all...]
H A Dmm_camera_interface2.h116 mm_camera_image_fmt_t thumbnail; member in struct:__anon763
187 mm_camera_buf_def_t thumbnail; member in struct:__anon777
322 mm_camera_notify_frame_t thumbnail; member in struct:__anon793
401 void * src_img2_buf; // input thumbnail image buffer
402 uint32_t src_img2_size; // input thumbnail image size
H A Dmm_camera.h145 mm_camera_stream_t thumbnail; member in struct:__anon738
/hardware/qcom/camera/
H A DQCameraHWI_Still.cpp158 ALOGE("%s: Error in thumbnail encoding (event: %d) : X !!!",
178 ALOGE("%s: Error in thumbnail encoding (event: %d)!!!",
413 /*If application requested thumbnail size to be (0,0)
415 Jpeg encoder will drop thumbnail as reflected in encodeParams.
461 ALOGV("%s: Image Sizes before set parm call: main: %dx%d thumbnail: %dx%d",
483 ALOGV("%s: Image Sizes: main: %dx%d thumbnail: %dx%d", __func__,
610 fmt.snapshot.thumbnail.fmt = dim->thumb_format;
611 fmt.snapshot.thumbnail.dim.width = dim->ui_thumbnail_width;
612 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height;
614 ALOGV("%s: Snapshot channel fmt = main: %d thumbnail
[all...]
/hardware/qcom/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c280 omx_jpeg_thumbnail thumbnail; local
308 memset(&thumbnail, 0, sizeof(thumbnail));
310 /* thumbnail crop info */
311 thumbnail.cropWidth = CEILING2(src_buf->crop.width);
312 thumbnail.cropHeight = CEILING2(src_buf->crop.height);
313 thumbnail.left = src_buf->crop.offset_x;
314 thumbnail.top = src_buf->crop.offset_y;
316 /* thumbnail output dimention */
317 thumbnail
[all...]
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp157 LOGE("%s: Error in thumbnail encoding (event: %d)!!!",
362 /*If application requested thumbnail size to be (0,0)
364 Jpeg encoder will drop thumbnail as reflected in encodeParams.
410 LOGD("%s: Image Sizes before set parm call: main: %dx%d thumbnail: %dx%d",
432 LOGI("%s: Image Sizes: main: %dx%d thumbnail: %dx%d", __func__,
550 fmt.snapshot.thumbnail.fmt = dim->thumb_format;
551 fmt.snapshot.thumbnail.dim.width = dim->ui_thumbnail_width;
552 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height;
554 LOGV("%s: Snapshot channel fmt = main: %d thumbnail: %d", __func__,
556 LOGV("%s: Snapshot channel resolution = main: %dX%d thumbnail
[all...]
H A DQCameraHWI.cpp962 /* Reset the Main image and thumbnail formats here,
1503 frame->snapshot.thumbnail.frame = frame->video.video.frame;
1504 frame->snapshot.thumbnail.idx = frame->video.video.idx;
1902 LOGI("%s: Crop info received for thumbnail: %d, %d, %d, %d ",__func__,
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c323 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
326 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
355 postviewframe = recvd_frame->snapshot.thumbnail.frame;
436 mm_app_dump_snapshot_frame(bufs->snapshot.thumbnail.frame, pme->thumbnail_buf.frame_len, FALSE, 0);
1115 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
1119 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);

Completed in 142 milliseconds