Searched refs:mAddrGraphic (Results 1 – 1 of 1) sorted by relevance
318 memcpy(mAddrGraphic, addr, sizeof(uint8_t*) * C2PlanarLayout::MAX_NUM_PLANES); in mapGraphic()325 ASSERT_EQ(C2_OK, mGraphicAllocation->unmap(mAddrGraphic, mMappedRect, nullptr)); in unmapGraphic()344 uint8_t* mAddrGraphic[C2PlanarLayout::MAX_NUM_PLANES]; member in android::C2BufferTest