Home
last modified time | relevance | path

Searched defs:sampleY (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/skia/src/codec/
H A DSkSampler.h32 void setSampleY(int sampleY) { in setSampleY()
39 int sampleY() const { in sampleY() function
H A DSkPngCodec.cpp482 const int sampleY = this->swizzler()->sampleY(); in decode() local
646 const int sampleY = this->swizzler() ? this->swizzler()->sampleY() : 1; in decode() local
H A DSkSampledCodec.cpp205 const int sampleY = subsetHeight / info.height(); in sampledDecode() local
H A DSkAndroidCodec.cpp391 int sampleY = origDims.height() / desiredSize->height(); in computeSampleSize() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DActivityTransitionTests.java689 final int sampleY = ySample[y]; in getIsAppRegionOfScreenOfColorResult() local
790 final int sampleY = ySample[yIndex]; in assertColorChangeXIndex() local
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrPerlinNoise2Effect.cpp99 SkString sampleY = this->invokeChild(0, "half4(1)", args, "half2(floorVal.z + 0.5, 0.5)"); in emitHelper() local
/aosp_15_r20/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishVulkanSnapshotTests.java205 final int sampleY = (int) (sampleV * (float) screenshotH); in waitForColors() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DConstants.hpp113 float4 sampleY[4][16]; member
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
H A Dvpx_jni.cc254 int sampleY = 0; in convert_16_to_8_standard() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
H A Dvpx_jni.cc254 int sampleY = 0; in convert_16_to_8_standard() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp3404 const int sampleY = wrap(sampler.wrapT, y0 + offsets[i].y(), h); in fetchGatherArray2DOffsets() local