HomeSort by relevance Sort by last modified time
    Searched refs:thumb_buf_info (Results 1 - 2 of 2) sorted by null

  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 240 src_image_buffer_info* thumb_buf_info = NULL; local
318 thumb_buf_info = &job.encode_job.encode_parm.buf_info.src_imgs.src_img[JPEG_SRC_IMAGE_TYPE_THUMB];
319 thumb_buf_info->type = JPEG_SRC_IMAGE_TYPE_THUMB;
320 thumb_buf_info->color_format = MM_JPEG_COLOR_FORMAT_YCRCBLP_H2V2; //TODO
321 thumb_buf_info->quality = 85;
322 thumb_buf_info->src_dim.width = pme->dim.thumbnail_width;
323 thumb_buf_info->src_dim.height = pme->dim.thumbnail_height;
324 thumb_buf_info->out_dim.width = pme->dim.thumbnail_width;
325 thumb_buf_info->out_dim.height = pme->dim.thumbnail_height;
326 thumb_buf_info->crop.width = pme->dim.thumbnail_width
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 438 src_image_buffer_info *thumb_buf_info = NULL; local
608 thumb_buf_info = &jpg_job.encode_job.encode_parm.buf_info.src_imgs.src_img[JPEG_SRC_IMAGE_TYPE_THUMB];
609 thumb_buf_info->type = JPEG_SRC_IMAGE_TYPE_THUMB;
610 thumb_buf_info->color_format = getColorfmtFromImgFmt(thumb_stream->mFormat);
611 //thumb_buf_info->quality = jpeg_quality;
612 thumb_buf_info->quality = 75; //hardcoded for now, will be calculated in encoder code later
613 thumb_buf_info->src_dim.width = thumb_stream->mWidth;
614 thumb_buf_info->src_dim.height = thumb_stream->mHeight;
615 thumb_buf_info->out_dim.width = thumbnailWidth;
616 thumb_buf_info->out_dim.height = thumbnailHeight
    [all...]

Completed in 535 milliseconds