Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/effects/
DSkEmbossMaskFilter.cpp98 size_t planeSize = dst->computeImageSize(); in filterMask() local
DSkEmbossMask.cpp59 size_t planeSize = mask->computeImageSize(); in Emboss() local
/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/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java238 int planeSize = TJ.planeSizeYUV(i, width, strides[i], height, subsamp); in setBuf() local
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java238 int planeSize = TJ.planeSizeYUV(i, width, strides[i], height, subsamp); in setBuf() local
/third_party/skia/src/core/
DSkYUVAPixmaps.cpp160 size_t planeSize = pixmaps[i].rowBytes()*pixmaps[i].height(); in initPixmapsFromSingleAllocation() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c347 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
426 int planeSize = tjPlaneSizeYUV(i, width, dstStrides[i], height, subsamp); in TJCompressor_encodeYUV() local
792 int planeSize = tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
904 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in TJDecompressor_decodeYUV() local
/third_party/libjpeg-turbo/
Dturbojpeg-jni.c371 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
458 int planeSize = tjPlaneSizeYUV(i, width, dstStrides[i], height, subsamp); in TJCompressor_encodeYUV() local
841 int planeSize = tjPlaneSizeYUV(i, scaledWidth, dstStrides[i], scaledHeight, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
965 int planeSize = tjPlaneSizeYUV(i, width, srcStrides[i], height, subsamp); in TJDecompressor_decodeYUV() 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_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp301 const size_t planeSize = imageData->getPlaneSize(planeNdx); in fillRandom() local
501 const size_t planeSize = imageData.getPlaneSize(planeNdx); in fillImageMemory() local
720 const size_t planeSize = imageData->getPlaneSize(planeNdx); in readImageMemory() local
DvktYCbCrCopyTests.cpp740 …deUint32 planeSize = vk::getPlaneSizeInBytes(result.getDescription(), result.getSize(), planeNdx, … in imageCopyTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp301 const size_t planeSize = imageData->getPlaneSize(planeNdx); in fillRandom() local
501 const size_t planeSize = imageData.getPlaneSize(planeNdx); in fillImageMemory() local
720 const size_t planeSize = imageData->getPlaneSize(planeNdx); in readImageMemory() local
DvktYCbCrCopyTests.cpp740 …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