Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaTexturePool.h53 using TexFrame = std::pair<uint32_t, uint32_t>; variable
57 std::map<TexFrame, TexSizes> m_Frame_to_WH;
58 std::map<TexFrame, PoolHandle> m_Frame_to_PoolHandle;
/hardware/google/aemu/host-common/
DMediaTexturePool.cpp75 m_Frame_to_PoolHandle[TexFrame{frame.Ytex, frame.UVtex}] = ph; in getTextureFrame()
102 TexFrame tframe{frame.Ytex, frame.UVtex}; in putTextureFrame()