Searched refs:forcePreviewUBWC (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.h | 136 uint32_t width, uint32_t height, bool forcePreviewUBWC, cam_is_type_t isType);
|
D | QCamera3HWI.cpp | 1440 bool forcePreviewUBWC = true; in validateUsageFlags() local 1442 forcePreviewUBWC = false; in validateUsageFlags() 1445 … CAM_STREAM_TYPE_VIDEO, newStream->width, newStream->height, forcePreviewUBWC, isType); in validateUsageFlags() 1447 … CAM_STREAM_TYPE_PREVIEW, newStream->width, newStream->height, forcePreviewUBWC, isType); in validateUsageFlags() 1449 … CAM_STREAM_TYPE_SNAPSHOT, newStream->width, newStream->height, forcePreviewUBWC, isType); in validateUsageFlags() 2707 bool forcePreviewUBWC = true; in configureStreamsPerfLocked() local 2778 forcePreviewUBWC = false; in configureStreamsPerfLocked() 2780 channel->setUBWCEnabled(forcePreviewUBWC); in configureStreamsPerfLocked() 2894 newStream->width, newStream->height, forcePreviewUBWC, isType); in configureStreamsPerfLocked()
|
D | QCamera3Channel.cpp | 660 uint32_t width, uint32_t height, bool forcePreviewUBWC, cam_is_type_t isType) in getStreamDefaultFormat() argument 678 if (pFormat == 1 && forcePreviewUBWC && !is_goog_zoom_preview_enabled) { in getStreamDefaultFormat()
|