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

  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 80 #define GSC_MIN_H_SIZE (32)
83 #define GSC_MIN_H_SIZE (8)
exynos_gscaler.c 183 if (*w < GSC_MIN_W_SIZE || *h < GSC_MIN_H_SIZE) {
185 __func__, GSC_MIN_W_SIZE, *w, GSC_MIN_H_SIZE, *h);
189 if (*crop_w < GSC_MIN_W_SIZE || *crop_h < GSC_MIN_H_SIZE) {
191 __func__, GSC_MIN_W_SIZE,* crop_w, GSC_MIN_H_SIZE, *crop_h);
257 if (*w < GSC_MIN_W_SIZE || *h < GSC_MIN_H_SIZE) {
259 __func__, GSC_MIN_W_SIZE, *w, GSC_MIN_H_SIZE, *h);
263 if (*crop_w < GSC_MIN_W_SIZE || *crop_h < GSC_MIN_H_SIZE) {
265 __func__, GSC_MIN_W_SIZE,* crop_w, GSC_MIN_H_SIZE, *crop_h);
    [all...]

Completed in 31 milliseconds