Searched refs:out_dim (Results 1 – 6 of 6) sorted by relevance
67 … buf_info->src_imgs.src_img[i].out_dim.width, buf_info->src_imgs.src_img[i].out_dim.height, in mm_jpeg_dump_job()
360 thumbnail.width = src_buf->out_dim.width; in mm_jpeg_omx_config_thumbnail()361 thumbnail.height = src_buf->out_dim.height; in mm_jpeg_omx_config_thumbnail()367 src_buf->src_dim.width != src_buf->out_dim.width || in mm_jpeg_omx_config_thumbnail()368 src_buf->src_dim.height != src_buf->out_dim.height) { in mm_jpeg_omx_config_thumbnail()417 (src_buf->src_dim.width != src_buf->out_dim.width) || in mm_jpeg_omx_config_main_crop()418 (src_buf->src_dim.height != src_buf->out_dim.height)) { in mm_jpeg_omx_config_main_crop()425 if (src_buf->out_dim.width && src_buf->out_dim.height) { in mm_jpeg_omx_config_main_crop()426 rect_type_out.nWidth = src_buf->out_dim.width; in mm_jpeg_omx_config_main_crop()427 rect_type_out.nHeight = src_buf->out_dim.height; in mm_jpeg_omx_config_main_crop()
110 image_resolution out_dim; member
587 main_buf_info->out_dim.width = mPictureWidth; in encodeData()588 main_buf_info->out_dim.height = mPictureHeight; in encodeData()593 main_buf_info->out_dim.width, main_buf_info->out_dim.height); in encodeData()615 thumb_buf_info->out_dim.width = thumbnailWidth; in encodeData()616 thumb_buf_info->out_dim.height = thumbnailHeight; in encodeData()620 thumb_buf_info->out_dim.width,thumb_buf_info->out_dim.height); in encodeData()638 main_buf_info->out_dim.width = main_buf_info->src_dim.width; in encodeData()639 main_buf_info->out_dim.height = main_buf_info->src_dim.height; in encodeData()641 if (thumb_buf_info->out_dim.width > thumb_buf_info->src_dim.width || in encodeData()642 thumb_buf_info->out_dim.height > thumb_buf_info->src_dim.height ) { in encodeData()[all …]
293 main_buf_info->out_dim.width = pme->dim.picture_width; in encodeData()294 main_buf_info->out_dim.height = pme->dim.picture_height; in encodeData()324 thumb_buf_info->out_dim.width = pme->dim.thumbnail_width; in encodeData()325 thumb_buf_info->out_dim.height = pme->dim.thumbnail_height; in encodeData()
2863 srcBuf->out_dim.width = camHal->pictWidth; in encodeJpeg()2864 srcBuf->out_dim.height = camHal->pictHeight; in encodeJpeg()