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