Searched defs:iFormat (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h96 int iFormat; member in struct:__anon2191
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp647 int iFormat; local
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) argument
672 switch (iFormat) {

Completed in 44 milliseconds