Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaTexturePool.cpp56 constexpr uint32_t kFRAME_POOL_SIZE = 8; variable
68 std::vector<uint32_t> textures(2 * kFRAME_POOL_SIZE); in getTextureFrame()
70 kFRAME_POOL_SIZE, w, h, in getTextureFrame()
72 for (uint32_t i = 0; i < kFRAME_POOL_SIZE; ++i) { in getTextureFrame()
DMediaHostRenderer.cpp54 constexpr uint32_t kFRAME_POOL_SIZE = 8; variable