Searched refs:planeSizes (Results 1 – 5 of 5) sorted by relevance
49 int[] planeSizes = { in testYuvRenderingToFile() local57 yuvPlanes[i] = ByteBuffer.allocateDirect(planeSizes[i]); in testYuvRenderingToFile()58 yuvPlanes[i].put(frameBytes, pos, planeSizes[i]); in testYuvRenderingToFile()60 pos += planeSizes[i]; in testYuvRenderingToFile()
324 size_t planeSizes[kMaxPlanes]) const { in computeTotalBytes()336 if (planeSizes) { in computeTotalBytes()337 planeSizes[i] = size; in computeTotalBytes()341 if (planeSizes) { in computeTotalBytes()344 planeSizes[i] = 0; in computeTotalBytes()348 planeSizes[i] = SIZE_MAX; in computeTotalBytes()
139 size_t SkYUVAPixmapInfo::computeTotalBytes(size_t planeSizes[kMaxPlanes]) const { in computeTotalBytes()141 if (planeSizes) { in computeTotalBytes()142 std::fill_n(planeSizes, kMaxPlanes, 0); in computeTotalBytes()146 return fYUVAInfo.computeTotalBytes(fRowBytes.data(), planeSizes); in computeTotalBytes()
198 size_t planeSizes[kMaxPlanes] = nullptr) const;
141 size_t computeTotalBytes(size_t planeSizes[kMaxPlanes] = nullptr) const;