Searched refs:iFormat (Results 1 – 4 of 4) sorted by relevance
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegBase.cpp | 647 int iFormat; in setColorBufSize() local 651 iFormat = t_stJpegConfig.pix.enc_fmt.in_fmt; in setColorBufSize() 654 iFormat = t_stJpegConfig.pix.dec_fmt.out_fmt; in setColorBufSize() 661 return setColorBufSize(iFormat, piBufSize, iSize, t_stJpegConfig.width, t_stJpegConfig.height); in setColorBufSize() 664 int ExynosJpegBase::setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height) in setColorBufSize() argument 672 switch (iFormat) { in setColorBufSize()
|
/hardware/ti/omap4xxx/hwc/ |
D | hal_public.h | 96 int iFormat; member
|
D | hwc.c | 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); in dump_set_info() 335 switch(handle->iFormat) in is_RGB() 359 return is_BGR_format(handle->iFormat); in is_BGR() 364 switch(handle->iFormat) in is_NV12() 386 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4; in mem1d() 785 if (!omap4_hwc_is_valid_format(handle->iFormat)) in omap4_hwc_is_valid_layer() 1294 handle->iFormat, in omap4_hwc_prepare()
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 146 int setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height);
|