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

  /device/samsung/crespo/include/
hal_public.h 97 int iFormat;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 96 int iFormat;
hwc.c 264 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
334 switch(handle->iFormat)
358 return is_BGR_format(handle->iFormat);
363 switch(handle->iFormat)
385 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4;
784 if (!omap4_hwc_is_valid_format(handle->iFormat))
    [all...]
  /device/samsung/crespo/libhwcomposer/
SecHWC.cpp 81 src_img->format = prev_handle->iFormat;
162 __func__,compositionType, prev_handle->uiBpp, prev_handle->iFormat,

Completed in 1372 milliseconds