Searched refs:postview (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HdrPlusListenerThread.cpp | 130 std::unique_ptr<std::vector<uint8_t>> postview, uint32_t width, uint32_t height, in onPostview() argument 137 pendingPostview.postview = std::move(postview); in onPostview() 267 PendingPostview postview = {}; in handlePostview() local 276 postview = std::move(mPostviews.front()); in handlePostview() 280 mListener->onPostview(postview.requestId, std::move(postview.postview), postview.width, in handlePostview() 281 postview.height, postview.stride, postview.format); in handlePostview()
|
D | QCamera3HdrPlusListenerThread.h | 56 void onPostview(uint32_t requestId, std::unique_ptr<std::vector<uint8_t>> postview, 80 std::unique_ptr<std::vector<uint8_t>> postview; member
|
D | QCamera3HWI.h | 920 void onPostview(uint32_t requestId, std::unique_ptr<std::vector<uint8_t>> postview,
|
/hardware/google/easel/amber/camera/libhdrplusclient/include/ |
D | HdrPlusClientListener.h | 87 virtual void onPostview(uint32_t requestId, std::unique_ptr<std::vector<uint8_t>> postview,
|