Home
last modified time | relevance | path

Searched defs:currentHeight (Results 1 – 12 of 12) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java72 int currentHeight = inputImageHeight; in inverseTransform() local
/external/skia/src/gpu/graphite/task/
DUploadTask.cpp167 int32_t currentHeight = dstRect.height(); in Make() local
289 int32_t currentHeight = dimensions.height(); in MakeCompressed() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp434 uint32_t currentHeight = fragmentSize.height; in testShadingRates() local
/external/skia/tests/
DMipMapTest.cpp105 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp489 const uint32_t currentHeight = in generateSwapchainConfigs() local
DvktWsiIncrementalPresentTests.cpp562 const uint32_t currentHeight = in generateSwapchainConfigs() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java148 private int currentHeight; field in MediaCodecVideoRenderer
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java147 private int currentHeight; field in MediaCodecVideoRenderer
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.cpp778 int currentHeight = rect.height(); in uploadToTexture() local
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.cpp1001 int currentHeight = rect.height(); in uploadTexDataOptimal() local
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp1944 const int currentHeight = std::max(1, dimensions.height() / twoToTheMipLevel); in createTexture() local
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent