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

  /hardware/ti/omap4xxx/hwc/
hwc.c 362 static int is_NV12(IMG_native_handle_t *handle)
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))
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 69 #define is_NV12(format) ((format) == HAL_PIXEL_FORMAT_TI_NV12 || (format) == HAL_PIXEL_FORMAT_TI_NV12_PADDED)
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))
    [all...]
hwc.c 492 static int is_NV12(IMG_native_handle_t *handle)
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)) {
    [all...]

Completed in 59 milliseconds