Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HdrPlusListenerThread.cpp135 PendingPostview pendingPostview = {}; in onPostview() local
136 pendingPostview.requestId = requestId; in onPostview()
137 pendingPostview.postview = std::move(postview); in onPostview()
138 pendingPostview.width = width; in onPostview()
139 pendingPostview.height = height; in onPostview()
140 pendingPostview.stride = stride; in onPostview()
141 pendingPostview.format = format; in onPostview()
142 mPostviews.push(std::move(pendingPostview)); in onPostview()