Home
last modified time | relevance | path

Searched defs:planeSize (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/effects/
DSkEmbossMaskFilter.cpp99 size_t planeSize = dst->computeImageSize(); in filterMask() local
DSkEmbossMask.cpp59 size_t planeSize = mask->computeImageSize(); in Emboss() local
/third_party/skia/src/core/
DSkYUVAPixmaps.cpp160 size_t planeSize = pixmaps[i].rowBytes()*pixmaps[i].height(); in initPixmapsFromSingleAllocation() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c367 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
450 int planeSize = tjPlaneSizeYUV(i, width, dstStrides[i], height, subsamp); in TJCompressor_encodeYUV() local
829 int planeSize = tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
949 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in TJDecompressor_decodeYUV() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp275 const size_t planeSize = imageData->getPlaneSize(planeNdx); in fillRandom() local
471 const size_t planeSize = imageData.getPlaneSize(planeNdx); in fillImageMemory() local
690 const size_t planeSize = imageData->getPlaneSize(planeNdx); in readImageMemory() local
DvktYCbCrCopyTests.cpp736 …deUint32 planeSize = vk::getPlaneSizeInBytes(result.getDescription(), result.getSize(), planeNdx, … in imageCopyTest() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h556 YuvPlaneArray<uint32_t> planeSize; member