Searched refs:m_rowBytes (Results 1 – 3 of 3) sorted by relevance
211 m_rowBytes[i] = 0; in ImagePlanes()219 m_rowBytes[i] = rowBytes[i]; in ImagePlanes()232 return m_rowBytes[i]; in rowBytes()
61 size_t m_rowBytes[3]; variable
47 , m_rowBytes(rowBytes) in ExternalMemoryAllocator()57 if (info != m_info || m_rowBytes != dst->rowBytes()) in allocPixelRef()60 if (!dst->installPixels(m_info, m_pixels, m_rowBytes)) in allocPixelRef()69 size_t m_rowBytes; member in blink::ImageFrameGenerator::ExternalMemoryAllocator