Searched refs:GraphicViewBuddy (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 86 class GraphicViewBuddy : public C2GraphicView { class 1484 std::shared_ptr<GraphicViewBuddy::Impl> gvi = in map() 1485 std::shared_ptr<GraphicViewBuddy::Impl>(new GraphicViewBuddy::Impl(*mImpl, mapping)); in map() 1487 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map() 1505 std::shared_ptr<GraphicViewBuddy::Impl> gvi = in map() 1506 std::shared_ptr<GraphicViewBuddy::Impl>(new GraphicViewBuddy::Impl(*mImpl, mapping)); in map() 1508 mapping->error(), fence, GraphicViewBuddy(gvi, C2PlanarSection(*mImpl, crop()))); in map()
|