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

  /hardware/ti/omap4xxx/hwc/
hal_public.h 96 int iFormat;
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 647 int iFormat;
651 iFormat = t_stJpegConfig.pix.enc_fmt.in_fmt;
654 iFormat = t_stJpegConfig.pix.dec_fmt.out_fmt;
661 return setColorBufSize(iFormat, piBufSize, iSize, t_stJpegConfig.width, t_stJpegConfig.height);
664 int ExynosJpegBase::setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height)
672 switch (iFormat) {

Completed in 163 milliseconds