Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/hidl/
DConvert.cpp86 std::vector<sp<IGraphicBufferProducer>> iGBPs; in convertFromHidl() local
88 iGBPs.reserve(windowHandles.size()); in convertFromHidl()
90 iGBPs.push_back(new H2BGraphicBufferProducer(AImageReader_getHGBPFromHandle(handle))); in convertFromHidl()
94 iGBPs, convertFromHidl(hOutputConfiguration.rotation), physicalCameraId16, in convertFromHidl()