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

  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBuffer.cpp 49 mFormat = grallocHandle->iFormat;
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 152 int iFormat;
271 const IMG_buffer_format_public_t *(*GetBufferFormat)(int iFormat);
  /hardware/ti/omap4-aah/hwc/
hal_public.h 96 int iFormat;
rgz_2d.c 174 if ((layer->blending != HWC_BLENDING_PREMULT) || is_OPAQUE(h->iFormat))
255 h->iWidth, h->iHeight, FMT(h->iFormat));
349 srcgeom->format = hal_to_ocd(handle->iFormat);
410 e->bp.scalemode = is_NV12(handle->iFormat) ? BVSCALE_9x9_TAP : BVSCALE_BILINEAR;
756 if (is_NV12(handle->iFormat))
757 return handle->iFormat == HAL_PIXEL_FORMAT_TI_NV12;
771 switch(handle->iFormat) {
846 if (!(layers[l].flags & HWC_SKIP_LAYER) && handle && is_NV12(handle->iFormat))
    [all...]
hwc.c 361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
438 switch(handle->iFormat)
450 switch(handle->iFormat)
462 switch(handle->iFormat)
489 return is_BGR_format(handle->iFormat);
494 switch(handle->iFormat)
575 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4;
980 if (!omap4_hwc_is_valid_format(handle->iFormat))
    [all...]
  /hardware/ti/omap4xxx/hwc/
hal_public.h 96 int iFormat;
hwc.c 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
335 switch(handle->iFormat)
359 return is_BGR_format(handle->iFormat);
364 switch(handle->iFormat)
386 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4;
785 if (!omap4_hwc_is_valid_format(handle->iFormat))
    [all...]
  /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) {
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 192 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
194 if (h->iFormat == HAL_PIXEL_FORMAT_NV12) {
206 } else if ((h->iFormat == HAL_PIXEL_FORMAT_BGRA_8888)||
207 (h->iFormat == HAL_PIXEL_FORMAT_RGBA_8888)||
208 (h->iFormat == HAL_PIXEL_FORMAT_RGBX_8888)||
209 (h->iFormat == HAL_PIXEL_FORMAT_BGRX_8888)) {
211 } else if (h->iFormat == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar) {
216 vinfo.format = h->iFormat;
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 146 int setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height);
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 767 if( pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12 && pProxy->gralloc_handle[0] == NULL ) {
796 if( pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12 && pProxy->gralloc_handle[0] == NULL ) {
813 if (pProxy->bAndroidOpaqueFormat && pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12)
867 && pGrallocHandle != NULL && pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 289 int gfx_colorformat = h->iFormat;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
ntgdi.h 240 W32KAPI ULONG WINAPI NtGdiGetGlyphOutline(HDC hdc,WCHAR wch,UINT iFormat,LPGLYPHMETRICS pgm,ULONG cjBuf,PVOID pvBuf,LPMAT2 pmat2,WINBOOL bIgnoreRotation);
366 W32KAPI HBITMAP WINAPI NtGdiEngCreateBitmap(SIZEL sizl,LONG lWidth,ULONG iFormat,FLONG fl,PVOID pvBits);
    [all...]

Completed in 400 milliseconds