Home
last modified time | relevance | path

Searched refs:planeSizes (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DVideoFileRendererTest.java49 int[] planeSizes = { in testYuvRenderingToFile() local
57 yuvPlanes[i] = ByteBuffer.allocateDirect(planeSizes[i]); in testYuvRenderingToFile()
58 yuvPlanes[i].put(frameBytes, pos, planeSizes[i]); in testYuvRenderingToFile()
60 pos += planeSizes[i]; in testYuvRenderingToFile()
/external/skia/src/core/
DSkYUVAInfo.cpp324 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()
DSkYUVAPixmaps.cpp139 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()
/external/skia/include/core/
DSkYUVAInfo.h198 size_t planeSizes[kMaxPlanes] = nullptr) const;
DSkYUVAPixmaps.h141 size_t computeTotalBytes(size_t planeSizes[kMaxPlanes] = nullptr) const;