Searched refs:t_stJpegConfig (Results 1 – 4 of 4) sorted by relevance
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegEncoder.cpp | 116 if (t_stJpegConfig.width == 0 && t_stJpegConfig.height == 0) { in getSize() 120 *piW = t_stJpegConfig.width; in getSize() 121 *piH = t_stJpegConfig.height; in getSize() 128 return t_stJpegConfig.pix.enc_fmt.in_fmt; in getColorFormat() 160 t_stJpegConfig.enc_qual = QUALITY_LEVEL_1; in setQuality() 162 t_stJpegConfig.enc_qual = QUALITY_LEVEL_2; in setQuality() 164 t_stJpegConfig.enc_qual = QUALITY_LEVEL_3; in setQuality() 166 t_stJpegConfig.enc_qual = QUALITY_LEVEL_4; in setQuality() 179 iSize = t_stJpegConfig.sizeJpeg; in getJpegSize()
|
D | ExynosJpegBase.cpp | 253 (t_stJpegConfig.mode == MODE_ENCODE)) { in t_v4l2Dqbuf() 254 t_stJpegConfig.sizeJpeg = buf.m.planes[0].bytesused; in t_v4l2Dqbuf() 360 memset(&t_stJpegConfig, 0, sizeof(struct CONFIG)); in create() 364 t_stJpegConfig.mode = eMode; in create() 424 t_stJpegConfig.width = iW; in setSize() 425 t_stJpegConfig.height = iH; in setSize() 440 memcpy(&t_stJpegConfig, pConfig, sizeof(struct CONFIG)); in setJpegConfig() 444 switch (t_stJpegConfig.pix.enc_fmt.in_fmt) { in setJpegConfig() 454 …JPEG_ERROR_LOG("%s::Invalid input color format(%d) fail\n", __func__, t_stJpegConfig.pix.enc_fmt.i… in setJpegConfig() 460 switch (t_stJpegConfig.pix.dec_fmt.out_fmt) { in setJpegConfig() [all …]
|
D | ExynosJpegDecoder.cpp | 119 int iRet = t_v4l2GetFmt(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, &t_stJpegConfig); in getSize() 125 *piW = t_stJpegConfig.width; in getSize() 126 *piH = t_stJpegConfig.height; in getSize() 162 t_stJpegConfig.scaled_width = iW; in setScaledSize() 163 t_stJpegConfig.scaled_height = iH; in setScaledSize() 178 t_stJpegConfig.sizeJpeg = iJpegSize; in setJpegSize() 190 t_stJpegConfig.pix.dec_fmt.out_fmt, in decode() 191 t_stJpegConfig.scaled_width, in decode() 192 t_stJpegConfig.scaled_height); in decode()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 123 struct CONFIG t_stJpegConfig; variable
|