Home
last modified time | relevance | path

Searched refs:setDimensions (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java53 public void setDimensions(int[] dimensions) { in setDimensions() method in MutableFrameFormat
58 public void setDimensions(int size) { in setDimensions() method in MutableFrameFormat
66 public void setDimensions(int width, int height) { in setDimensions() method in MutableFrameFormat
74 public void setDimensions(int width, int height, int depth) { in setDimensions() method in MutableFrameFormat
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFixedRotationFilter.java82 outputFormat.setDimensions(height, width); in process()
89 outputFormat.setDimensions(height, width); in process()
H A DCropFilter.java83 outputFormat.setDimensions(FrameFormat.SIZE_UNSPECIFIED, FrameFormat.SIZE_UNSPECIFIED); in getOutputFormat()
119 outputFormat.setDimensions(mOutputWidth == -1 ? outputFormat.getWidth() : mOutputWidth, in process()
H A DImageSlicer.java98 outputFormat.setDimensions(mOutputWidth, mOutputHeight); in process()
H A DResizeFilter.java97 outputFormat.setDimensions(mOWidth, mOHeight); in process()
H A DImageStitcher.java83 outputFormat.setDimensions(mImageWidth, mImageHeight); in calcOutputFormatForInput()
H A DToPackedGrayFilter.java127 tempFrameFormat.setDimensions(ow / 4, oh); in process()
/aosp12/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(), in rsdFrameBufferSetActive()
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(), in rsdFrameBufferSetActive()
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { in setDimensions() function
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java413 mOutputFormat.setDimensions(mWidth, mHeight); in fieldPortValueUpdated()
415 mOutputFormat.setDimensions(mHeight, mWidth); in fieldPortValueUpdated()
517 mOutputFormat.setDimensions(width, height);
519 mOutputFormat.setDimensions(height, width);
H A DSurfaceTextureSource.java243 mOutputFormat.setDimensions(mWidth, mHeight); in fieldPortValueUpdated()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h176 !initDispatch(GRALLOC1_FUNCTION_SET_DIMENSIONS, &mDispatch.setDimensions) || in initDispatch()
285 error = mDispatch.setDimensions(mDevice, descriptor, info.width, info.height); in createDescriptor()
344 GRALLOC1_PFN_SET_DIMENSIONS setDimensions; member
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLShadowTexture.cpp39 mTexture.setDimensions(SHADOW_TEXTURE_WIDTH, 1); in GLShadowTexture()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLShadowTexture.cpp39 mTexture.setDimensions(SHADOW_TEXTURE_WIDTH, 1); in GLShadowTexture()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DTexture.h39 void setDimensions(size_t width, size_t height);
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DTexture.h39 void setDimensions(size_t width, size_t height);
/aosp12/frameworks/native/libs/renderengine/
H A DTexture.cpp47 void Texture::setDimensions(size_t width, size_t height) { in setDimensions() function in android::renderengine::Texture
/aosp12/frameworks/av/media/libstagefright/renderfright/
H A DTexture.cpp47 void Texture::setDimensions(size_t width, size_t height) { in setDimensions() function in android::renderengine::Texture
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java43 result.setDimensions(width, height); in create()
H A DPrimitiveFormat.java70 result.setDimensions(count); in createFormat()
H A DObjectFormat.java34 result.setDimensions(count); in fromClass()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java556 format.setDimensions(FrameFormat.SIZE_UNSPECIFIED, FrameFormat.SIZE_UNSPECIFIED); in getOutputFormat()
575 mMaskFormat.setDimensions(maskWidth, maskHeight); in createMemoryFormat()
584 mMemoryFormat.setDimensions(memWidth, memHeight); in createMemoryFormat()
594 mAverageFormat.setDimensions(1,1); in createMemoryFormat()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java82 mOutputFormat.setDimensions(fileSize); in process()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { in setDimensions() function
172 &Descriptor::setDimensions, width, height); in setDimensionsHook()
/aosp12/frameworks/base/core/java/android/app/
H A DVr2dDisplayProperties.java210 public Builder setDimensions(int width, int height, int dpi) { in setDimensions() method in Vr2dDisplayProperties.Builder

12