Home | History | Annotate | Download | only in libhwjpeg

Lines Matching refs:iW

148 int ExynosJpegDecoder::setScaledSize(int iW, int iH)
154 if (iW < 0 || MAX_JPG_WIDTH < iW) {
162 t_stJpegConfig.scaled_width = iW;