Searched defs:thumbnail (Results 1 - 5 of 5) sorted by relevance

/device/lge/mako/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...]
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c314 omx_jpeg_thumbnail thumbnail; local
318 /*No thumbnail is required*/
351 memset(&thumbnail, 0, sizeof(thumbnail));
353 /* thumbnail crop info */
354 thumbnail.cropWidth = CEILING2(src_buf->crop.width);
355 thumbnail.cropHeight = CEILING2(src_buf->crop.height);
356 thumbnail.left = src_buf->crop.offset_x;
357 thumbnail.top = src_buf->crop.offset_y;
359 /* thumbnail outpu
[all...]
/device/lge/mako/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);
504 thumbnail.width = encode_params->dimension->thumbnail_width;
505 thumbnail.height = encode_params->dimension->thumbnail_height;
509 ALOGV("%s: thumbnail width %d height %d", __func__,
580 /*case of thumbnail*/
589 thumbnail.scaling = 0;
597 thumbnail
[all...]
H A Dmm_camera.h144 mm_camera_stream_t thumbnail; member in struct:__anon1216
H A Dmm_camera_interface2.h116 mm_camera_image_fmt_t thumbnail; member in struct:__anon1241
188 mm_camera_buf_def_t thumbnail; member in struct:__anon1255
324 mm_camera_notify_frame_t thumbnail; member in struct:__anon1271
403 void * src_img2_buf; // input thumbnail image buffer
404 uint32_t src_img2_size; // input thumbnail image size

Completed in 80 milliseconds