/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 306 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/msm8909w_3100/libgralloc/ |
D | gpu.cpp | 306 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/ |
D | gpu.cpp | 303 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/sm8150/display/gralloc/ |
D | gr_adreno_info.cpp | 309 int format, int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes) { in AdrenoInitMemoryLayout() argument 311 surface_tile_mode_t tile_mode = static_cast<surface_tile_mode_t> (isUBWC); in AdrenoInitMemoryLayout()
|
D | gr_adreno_info.h | 187 int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes);
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_adreno_info.cpp | 309 int format, int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes) { in AdrenoInitMemoryLayout() argument 311 surface_tile_mode_t tile_mode = static_cast<surface_tile_mode_t> (isUBWC); in AdrenoInitMemoryLayout()
|
D | gr_adreno_info.h | 193 int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes);
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_adreno_info.h | 147 int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes);
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2709 bool isUBWC = ((handle->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED || in venc_empty_buf() local 2716 handle->format, grallocFormatStr, isUBWC ? "UBWC" : "Linear"); in venc_empty_buf() 2719 … m_sVenc_cfg.inputformat = isUBWC ? V4L2_PIX_FMT_NV12_UBWC : V4L2_PIX_FMT_NV12; in venc_empty_buf() 2720 … DEBUG_PRINT_INFO("ENC_CONFIG: Input Color = NV12 %s", isUBWC ? "UBWC" : "Linear"); in venc_empty_buf() 2743 … m_sVenc_cfg.inputformat = isUBWC ? V4L2_PIX_FMT_RGBA8888_UBWC : V4L2_PIX_FMT_RGB32; in venc_empty_buf() 2744 … DEBUG_PRINT_INFO("ENC_CONFIG: Input Color = RGBA8888 %s", isUBWC ? "UBWC" : "Linear"); in venc_empty_buf()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 4351 bool isUBWC = ((handle->flags & private_handle_t::PRIV_FLAGS_UBWC_ALIGNED || in venc_empty_buf() local 4358 handle->format, grallocFormatStr, isUBWC ? "UBWC" : "Linear"); in venc_empty_buf() 4361 … m_sVenc_cfg.inputformat = isUBWC ? V4L2_PIX_FMT_NV12_UBWC : V4L2_PIX_FMT_NV12; in venc_empty_buf() 4362 … DEBUG_PRINT_INFO("ENC_CONFIG: Input Color = NV12 %s", isUBWC ? "UBWC" : "Linear"); in venc_empty_buf() 4379 … m_sVenc_cfg.inputformat = isUBWC ? V4L2_PIX_FMT_RGBA8888_UBWC : V4L2_PIX_FMT_RGB32; in venc_empty_buf() 4380 … DEBUG_PRINT_INFO("ENC_CONFIG: Input Color = RGBA8888 %s", isUBWC ? "UBWC" : "Linear"); in venc_empty_buf()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3560 …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()
|