Searched refs:thumb_dst_dim (Results 1 – 1 of 1) sorted by relevance
8471 cam_dimension_t thumb_dst_dim; in getPPConfig() local8472 mParameters.getThumbnailSize(&(thumb_dst_dim.width), &(thumb_dst_dim.height)); in getPPConfig()8474 if ((thumb_dst_dim.width != thumb_src_dim.width) || in getPPConfig()8475 (thumb_dst_dim.height != thumb_src_dim.height)) { in getPPConfig()8476 if (thumb_dst_dim.width != 0 && thumb_dst_dim.height != 0) { in getPPConfig()