Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp527 C2GraphicView graphicView = graphicViewHolder.get(); in TEST_F() local
528 ASSERT_EQ(C2_OK, graphicView.error()); in TEST_F()
529 ASSERT_EQ(kWidth, graphicView.width()); in TEST_F()
530 ASSERT_EQ(kHeight, graphicView.height()); in TEST_F()
532 uint8_t *const *data = graphicView.data(); in TEST_F()
533 C2PlanarLayout layout = graphicView.layout(); in TEST_F()
561 layout = graphicView.layout(); in TEST_F()