Searched refs:histogramRequest (Results 1 – 1 of 1) sorted by relevance
2963 struct exynos_drm_histogram_channel_request histogramRequest; in sendHistogramChannelIoctl() local2965 histogramRequest.crtc_id = mDrmCrtc->id(); in sendHistogramChannelIoctl()2966 histogramRequest.hist_id = chanId; in sendHistogramChannelIoctl()2971 (void*)&histogramRequest); in sendHistogramChannelIoctl()2975 (void*)&histogramRequest); in sendHistogramChannelIoctl()2992 struct exynos_drm_context_histogram_arg histogramRequest; in sendContextHistogramIoctl() local2994 histogramRequest.crtc_id = mDrmCrtc->id(); in sendContextHistogramIoctl()2995 histogramRequest.user_handle = blobId; in sendContextHistogramIoctl()2996 histogramRequest.flags = 0; in sendContextHistogramIoctl()3001 (void*)&histogramRequest); in sendContextHistogramIoctl()[all …]