Searched refs:pendingPostview (Results 1 – 1 of 1) sorted by relevance
135 PendingPostview pendingPostview = {}; in onPostview() local136 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()