Home
last modified time | relevance | path

Searched defs:outWidth (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/aosp_15_r20/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
H A DTransformReverseTransformIdentityTest.java75 private final int outWidth; field in TransformReverseTransformIdentityTest
80 String testFile, int inpWidth, int inpHeight, int outWidth, int outHeight, String testId) { in TransformReverseTransformIdentityTest()
162 int inpWidth, int inpHeight, int outWidth, int outHeight) in checkCodecSupported()
H A DVideoResolutionTest.java66 private final int outWidth; field in VideoResolutionTest
71 int outWidth, int outHeight, String testId) { in VideoResolutionTest()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java103 …public Bitmap decode(InputStream is, BitmapPool pool, int outWidth, int outHeight, DecodeFormat de… in decode()
170 …private int getRoundedSampleSize(int degreesToRotate, int inWidth, int inHeight, int outWidth, int… in getRoundedSampleSize()
274 protected abstract int getSampleSize(int inWidth, int inHeight, int outWidth, int outHeight); in getSampleSize()
H A DBitmapTransformation.java44 … public final Resource<Bitmap> transform(Resource<Bitmap> resource, int outWidth, int outHeight) { in transform()
74 …protected abstract Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeig… in transform()
H A DBitmapDecoder.java25 …Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeF… in decode()
H A DFitCenter.java23 protected Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeight) { in transform()
H A DCenterCrop.java27 protected Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeight) { in transform()
H A DVideoBitmapDecoder.java31 …public Bitmap decode(ParcelFileDescriptor resource, BitmapPool bitmapPool, int outWidth, int outHe… in decode()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp39 auto outWidth = op->inputs[0]->dimensions[widthIndex].exactDiv(blockSize); in spaceToDepthConstructor() local
94 auto outWidth = op->inputs[0]->dimensions[widthIndex] * blockSize; in depthToSpaceConstructor() local
183 auto outWidth = op->inputs[0]->dimensions[widthIndex] * blockWidth; in batchToSpaceConstructor() local
249 auto outWidth = paddedWidth.exactDiv(blockWidth); in spaceToBatchConstructor() local
DResize.cpp32 RandomVariable outHeight, outWidth; in resizeOpConstructor() local
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp40 unsigned int outWidth, in initH264Context()
71 unsigned int outWidth, in resetH264Context()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DMediaHevcDecoder.cpp40 unsigned int outWidth, in initHevcContext()
69 unsigned int outWidth, in resetHevcContext()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DMediaH264Decoder.cpp40 unsigned int outWidth, in initH264Context()
69 unsigned int outWidth, in resetH264Context()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseContainerInterface.java363 int outWidth = Math.round(scale * taskDimension.x); in calculateTaskSizeInternal() local
424 int outWidth = Math.round(scale * taskDimension.x); in calculateGridTaskSize() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp63 uint32_t outWidth = getSizeOfDimension(outputShape, 2); in roiAlignNhwc() local
190 uint32_t outWidth = getSizeOfDimension(outputShape, 2); in roiAlignQuantNhwc() local
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DTransformation.java28 Resource<T> transform(Resource<T> resource, int outWidth, int outHeight); in transform()
H A DMultiTransformation.java33 public Resource<T> transform(Resource<T> resource, int outWidth, int outHeight) { in transform()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
H A DUnitTransformation.java25 public Resource<T> transform(Resource<T> resource, int outWidth, int outHeight) { in transform()
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DBitmapProcessor.java41 public static Bitmap createLowResBitmap(Bitmap bitmap, int outWidth, int outHeight) { in createLowResBitmap()
/aosp_15_r20/external/OpenCL-CTS/test_common/gles/
H A Dhelpers.cpp269 size_t outWidth, size_t outHeight ) in ReadGLTexture()
582 size_t outWidth, size_t outHeight ) in ReadGLRenderbuffer()
/aosp_15_r20/hardware/google/gfxstream/common/image/
DImageUtils.cpp24 bool LoadRGBAFromPng(const std::string& filename, uint32_t* outWidth, uint32_t* outHeight, in LoadRGBAFromPng()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawableTransformation.java24 …public Resource<GifDrawable> transform(Resource<GifDrawable> resource, int outWidth, int outHeight… in transform()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperTransformation.java30 …public Resource<GifBitmapWrapper> transform(Resource<GifBitmapWrapper> resource, int outWidth, int… in transform()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DResizeLayer.cpp46 unsigned int outWidth = m_Param.m_TargetWidth; in InferOutputShapes() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPreviewBitmapTransformation.java55 int outWidth, int outHeight) { in transform()

12345678910>>...12