Searched refs:cam_runtime_caps (Results 1 – 4 of 4) sorted by relevance
37 mali_gralloc_format_caps cam_runtime_caps; variable113 cam_runtime_caps.caps_mask &= ~MALI_GRALLOC_FORMAT_CAPABILITY_AFBCENABLE_MASK; in get_ip_capabilities()116 cam_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()126 MALI_GRALLOC_LOGV("CAM format capabilities 0x%" PRIx64, cam_runtime_caps.caps_mask); in get_ip_capabilities()144 memcpy(cam_caps, (void *)&cam_runtime_caps, sizeof(*cam_caps)); in mali_gralloc_get_caps()
26 extern mali_gralloc_format_caps cam_runtime_caps;
43 static mali_gralloc_format_caps cam_runtime_caps; variable167 memset((void *)&cam_runtime_caps, 0, sizeof(cam_runtime_caps)); in get_ip_capabilities()225 cam_runtime_caps.caps_mask |= MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT; in get_ip_capabilities()233 cam_runtime_caps.caps_mask &= ~MALI_GRALLOC_FORMAT_CAPABILITY_AFBCENABLE_MASK; in get_ip_capabilities()246 cam_runtime_caps.caps_mask); in get_ip_capabilities()264 memcpy(cam_caps, (void *)&cam_runtime_caps, sizeof(*cam_caps)); in mali_gralloc_get_caps()545 cam_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_producer_caps()547 producer_caps &= cam_runtime_caps.caps_mask; in get_producer_caps()
358 cam_runtime_caps.caps_mask & MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT) in get_producer_caps()360 producer_caps &= cam_runtime_caps.caps_mask; in get_producer_caps()