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

/hardware/ti/omap4-aah/hwc/
H A Dhal_public.h96 int iFormat; member in struct:__anon3431
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h96 int iFormat; member in struct:__anon3546
/hardware/intel/img/hwcomposer/include/pvr/hal/
H A Dhal_public.h152 int iFormat; member in struct:__anon726
271 const IMG_buffer_format_public_t *(*GetBufferFormat)(int iFormat);
/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 160 milliseconds