Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp294 &mGraphicAllocation); in allocateGraphic()
296 mGraphicAllocation.reset(); in allocateGraphic()
302 ASSERT_TRUE(mGraphicAllocation); in mapGraphic()
303 c2_status_t err = mGraphicAllocation->map( in mapGraphic()
321 ASSERT_TRUE(mGraphicAllocation); in unmapGraphic()
324 ASSERT_EQ(C2_OK, mGraphicAllocation->unmap(mAddrGraphic, mMappedRect, nullptr)); in unmapGraphic()
341 std::shared_ptr<C2GraphicAllocation> mGraphicAllocation; member in android::C2BufferTest