Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp124 const size_t toCopySize = m_writePos + kSyncDataSize; in CommandBufferStagingStream() local
126 std::vector<uint8_t> tmp(copyLocation, copyLocation + toCopySize); in CommandBufferStagingStream()
137 memcpy(newBuf, tmp.data(), toCopySize); in CommandBufferStagingStream()