Searched refs:is_NV12 (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c362 static int is_NV12(IMG_native_handle_t *handle) function
383 if (handle == NULL || is_NV12(handle))
773 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
789 if (!is_NV12(handle)) {
981 if (scaled(layer) || is_NV12(handle))
988 else if (is_NV12(handle))
1090 (!tform || is_NV12(handle)) &&
1092 (!hwc_dev->flags_nv12_only || (!hwc_dev->use_sgx || is_NV12(handle))) &&
1304 scaled_gfx = scaled(layer) || is_NV12(handle);
1305 } else if (scaled_gfx && !scaled(layer) && !is_NV12(handl
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c69 #define is_NV12(format) ((format) == HAL_PIXEL_FORMAT_TI_NV12 || (format) == HAL_PIXEL_FORMAT_TI_NV12_PADDED) macro
410 e->bp.scalemode = is_NV12(handle->iFormat) ? BVSCALE_9x9_TAP : BVSCALE_BILINEAR;
756 if (is_NV12(handle->iFormat))
846 if (!(layers[l].flags & HWC_SKIP_LAYER) && handle && is_NV12(handle->iFormat))
1162 int bpp = is_NV12(h->iFormat) ? 0 : (h->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4);
H A Dhwc.c492 static int is_NV12(IMG_native_handle_t *handle) function
510 if (!is_NV12(handle))
572 if (handle == NULL || is_NV12(handle))
968 return omap4_hwc_can_scale(src_w, src_h, dst_w, dst_h, is_NV12(handle), &hwc_dev->fb_dis, &limits,
984 if (!is_NV12(handle)) {
1227 if (scaled(layer) || is_NV12(handle) || hwc_dev->primary_transform)
1234 else if (is_NV12(handle))
1353 (!tform || is_NV12(handle)) &&
1355 (!hwc_dev->flags_nv12_only || (!hwc_dev->use_sgx || is_NV12(handle))) &&
1769 scaled_gfx = scaled(layer) || is_NV12(handl
[all...]

Completed in 31 milliseconds