Searched refs:setDimensions (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java52 public void setDimensions(int[] dimensions) { method in class:MutableFrameFormat
57 public void setDimensions(int size) { method in class:MutableFrameFormat
64 public void setDimensions(int width, int height) { method in class:MutableFrameFormat
72 public void setDimensions(int width, int height, int depth) { method in class:MutableFrameFormat
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp50 void Texture::setDimensions(size_t width, size_t height) { function in class:android::Texture
H A DTexture.h44 void setDimensions(size_t width, size_t height);
H A DGLES20RenderEngine.cpp191 texture.setDimensions(1, 1); // FIXME: we should get that from somewhere
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { function in class:RsdFrameBufferObj
H A DrsdFrameBuffer.cpp83 fbo->setDimensions(fb->mHal.state.colorTargets[0]->getType()->getDimX(),
86 fbo->setDimensions(fb->mHal.state.depthTarget->getType()->getDimX(),
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCropFilter.java83 outputFormat.setDimensions(FrameFormat.SIZE_UNSPECIFIED, FrameFormat.SIZE_UNSPECIFIED);
119 outputFormat.setDimensions(mOutputWidth == -1 ? outputFormat.getWidth() : mOutputWidth,
H A DFixedRotationFilter.java82 outputFormat.setDimensions(height, width);
89 outputFormat.setDimensions(height, width);
H A DImageSlicer.java98 outputFormat.setDimensions(mOutputWidth, mOutputHeight);
H A DImageStitcher.java83 outputFormat.setDimensions(mImageWidth, mImageHeight);
H A DResizeFilter.java97 outputFormat.setDimensions(mOWidth, mOHeight);
H A DToPackedGrayFilter.java127 tempFrameFormat.setDimensions(ow / 4, oh);
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java42 result.setDimensions(width, height);
H A DPrimitiveFormat.java70 result.setDimensions(count);
H A DObjectFormat.java34 result.setDimensions(count);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java82 mOutputFormat.setDimensions(fileSize);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java413 mOutputFormat.setDimensions(mWidth, mHeight);
415 mOutputFormat.setDimensions(mHeight, mWidth);
517 mOutputFormat.setDimensions(width, height);
519 mOutputFormat.setDimensions(height, width);
H A DSurfaceTextureSource.java243 mOutputFormat.setDimensions(mWidth, mHeight);
/frameworks/native/include/ui/
H A DGralloc1.h59 gralloc1_error_t setDimensions(uint32_t width, uint32_t height);
178 GRALLOC1_FUNCTION_SET_DIMENSIONS> setDimensions; member in struct:android::Gralloc1::Device::Functions
H A DGralloc1On0Adapter.h137 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { function in struct:android::Gralloc1On0Adapter::Descriptor
191 &Descriptor::setDimensions, width, height);
/frameworks/native/libs/ui/
H A DGralloc1.cpp40 gralloc1_error_t Descriptor::setDimensions(uint32_t width, uint32_t height) function in class:android::Gralloc1::Descriptor
42 int32_t intError = mShimDevice.mFunctions.setDimensions(mShimDevice.mDevice,
306 if (!mFunctions.setDimensions.load(mDevice, true)) {
H A DGraphicBufferAllocator.cpp99 auto error = descriptor->setDimensions(width, height);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h236 OMX_ERRORTYPE setDimensions();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java556 format.setDimensions(FrameFormat.SIZE_UNSPECIFIED, FrameFormat.SIZE_UNSPECIFIED);
575 mMaskFormat.setDimensions(maskWidth, maskHeight);
584 mMemoryFormat.setDimensions(memWidth, memHeight);
594 mAverageFormat.setDimensions(1,1);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java264 backing.setDimensions(mDimensions);
368 public void setDimensions(int[] dimensions) { method in class:BackingStore.Backing

Completed in 381 milliseconds

12