Home
last modified time | relevance | path

Searched refs:thumb_dst_dim (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp8471 cam_dimension_t thumb_dst_dim; in getPPConfig() local
8472 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()