Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DVideoLayerManager.cpp138 InfoIterator end = m_videoLayerInfoMap.end(); in cleanupGLResources()
139 for (InfoIterator it = m_videoLayerInfoMap.begin(); it != end; ++it) { in cleanupGLResources()
159 if (m_videoLayerInfoMap.contains(layerId)) in getTextureId()
160 result = m_videoLayerInfoMap.get(layerId)->textureId; in getTextureId()
169 if (m_videoLayerInfoMap.contains(layerId)) in getAspectRatio()
170 result = m_videoLayerInfoMap.get(layerId)->aspectRatio; in getAspectRatio()
179 if (m_videoLayerInfoMap.contains(layerId)) in getMatrix()
180 result = m_videoLayerInfoMap.get(layerId)->surfaceMatrix; in getMatrix()
187 InfoIterator end = m_videoLayerInfoMap.end(); in getTotalMemUsage()
188 for (InfoIterator it = m_videoLayerInfoMap.begin(); it != end; ++it) in getTotalMemUsage()
[all …]
DVideoLayerManager.h114 HashMap<int, VideoLayerInfo*> m_videoLayerInfoMap; variable