Home
last modified time | relevance | path

Searched refs:isUBWC (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.cpp306 char isUBWC[PROPERTY_VALUE_MAX]; in alloc_impl() local
314 if (property_get("debug.gralloc.enable_fb_ubwc", isUBWC, NULL) > 0){ in alloc_impl()
315 if ((!strncmp(isUBWC, "1", PROPERTY_VALUE_MAX)) || in alloc_impl()
316 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp306 char isUBWC[PROPERTY_VALUE_MAX]; in alloc_impl() local
314 if (property_get("debug.gralloc.enable_fb_ubwc", isUBWC, NULL) > 0){ in alloc_impl()
315 if ((!strncmp(isUBWC, "1", PROPERTY_VALUE_MAX)) || in alloc_impl()
316 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp303 char isUBWC[PROPERTY_VALUE_MAX]; in alloc_impl() local
311 if (property_get("debug.gralloc.enable_fb_ubwc", isUBWC, NULL) > 0){ in alloc_impl()
312 if ((!strncmp(isUBWC, "1", PROPERTY_VALUE_MAX)) || in alloc_impl()
313 (!strncasecmp(isUBWC, "true", PROPERTY_VALUE_MAX))) { in alloc_impl()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3560 …bool isUBWC = (handle->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED) && is_gralloc_source_ubw… in venc_empty_buf() local
3562 … m_sVenc_cfg.inputformat = isUBWC ? V4L2_PIX_FMT_NV12_UBWC : V4L2_PIX_FMT_NV12; in venc_empty_buf()
3563 … DEBUG_PRINT_INFO("ENC_CONFIG: Input Color = NV12 %s", isUBWC ? "UBWC" : "Linear"); in venc_empty_buf()
3570 … m_sVenc_cfg.inputformat = isUBWC ? V4L2_PIX_FMT_RGBA8888_UBWC : V4L2_PIX_FMT_RGB32; in venc_empty_buf()
3571 … DEBUG_PRINT_INFO("ENC_CONFIG: Input Color = RGBA8888 %s", isUBWC ? "UBWC" : "Linear"); in venc_empty_buf()