Searched refs:m_planeData (Results 1 – 4 of 4) sorted by relevance
1347 uint8_t *androidBufferPixel = m_accessData.m_planeData[0] + offset; in copyCpuBufferToAndroidBuffer()1369 androidBufferPixel = m_accessData.m_planeData[1] + offset; in copyCpuBufferToAndroidBuffer()1375 androidBufferPixel = m_accessData.m_planeData[2] + offset; in copyCpuBufferToAndroidBuffer()1397 androidBufferPixel = m_accessData.m_planeData[1] + offset; in copyCpuBufferToAndroidBuffer()1403 androidBufferPixel = m_accessData.m_planeData[2] + offset; in copyCpuBufferToAndroidBuffer()1439 … androidBufferPixel = m_accessData.m_planeData[1] + offset; in copyCpuBufferToAndroidBuffer()1445 … androidBufferPixel = m_accessData.m_planeData[2] + offset; in copyCpuBufferToAndroidBuffer()1475 uint8_t *androidBufferPixel = m_accessData.m_planeData[0] + offset; in copyCpuBufferToAndroidBufferCompressed()1530 const uint8_t *androidBufferPixel = m_accessData.m_planeData[0] + offset; in copyAndroidBufferToCpuBuffer()1552 androidBufferPixel = m_accessData.m_planeData[1] + offset; in copyAndroidBufferToCpuBuffer()[all …]
225 uint8_t *m_planeData[4] = {nullptr, nullptr, nullptr, nullptr}; member
80 return m_planeData[planeNdx].size(); in getPlaneSize()84 return &m_planeData[planeNdx][0]; in getPlanePtr()88 return &m_planeData[planeNdx][0]; in getPlanePtr()101 std::vector<uint8_t> m_planeData[vk::PlanarFormatDescription::MAX_PLANES]; member in vkt::ycbcr::MultiPlaneImageData
70 m_planeData[planeNdx].resize( in MultiPlaneImageData()80 m_planeData[planeNdx] = other.m_planeData[planeNdx]; in MultiPlaneImageData()96 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess()111 planePtrs[planeNdx] = &m_planeData[planeNdx][0]; in getChannelAccess()