Home
last modified time | relevance | path

Searched defs:planeHeight (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJ.java558 public static native int planeHeight(int componentID, int height, in planeHeight() method in TJ
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJ.java558 public static native int planeHeight(int componentID, int height, in planeHeight() method in TJ
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp501 size_t planeHeight = (isYUV && planeIdx > 0) ? (height / 2) : height; in writeAHBData() local
810 const size_t planeHeight = (isYUV && planeIdx > 0) ? (height / 2) : height; in verifyResultAHB() local