Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2BqBufferPriv.h141 uint32_t toGeneration, uint64_t toUsage, uint64_t toBqId,
/frameworks/av/media/codec2/vndk/platform/
DC2BqBuffer.cpp849 uint32_t toGeneration, uint64_t toUsage, uint64_t toBqId, in migrate() argument
887 if (toUsage != graphicBuffer->getUsage()) { in migrate()
891 graphicBuffer->layerCount, toUsage | graphicBuffer->getUsage(), graphicBuffer->stride); in migrate()
896 __func__, graphicBuffer->getUsage(), toUsage); in migrate()