Home
last modified time | relevance | path

Searched defs:width (Results 26 – 50 of 1054) sorted by relevance

12345678910>>...43

/frameworks/av/camera/
DCameraParameters2.cpp220 int width, height; in parseSizesList() local
236 void CameraParameters2::setPreviewSize(int width, int height) in setPreviewSize()
243 void CameraParameters2::getPreviewSize(int *width, int *height) const in getPreviewSize()
252 void CameraParameters2::getPreferredPreviewSizeForVideo(int *width, int *height) const in getPreferredPreviewSizeForVideo()
266 void CameraParameters2::setVideoSize(int width, int height) in setVideoSize()
273 void CameraParameters2::getVideoSize(int *width, int *height) const in getVideoSize()
321 void CameraParameters2::setPictureSize(int width, int height) in setPictureSize()
328 void CameraParameters2::getPictureSize(int *width, int *height) const in getPictureSize()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java192 int width = pixels.getWidth(); in setThumbnail() local
233 int width = pixels.getWidth(); in setThumbnail() local
347 int width = size.getWidth(); in writeInputStream() local
402 int width = size.getWidth(); in writeByteBuffer() local
493 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer()
552 int width = yuvImage.getWidth(); in convertToRGB() local
611 int width = argbBitmap.getWidth(); in convertToRGB() local
665 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail()
667 private synchronized native void nativeWriteImage(OutputStream out, int width, int height, in nativeWriteImage()
673 int width, int height, long offset) in nativeWriteInputStream()
/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp37 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, in encode()
68 int width, int height, int quality) { in setJpegCompressStruct()
99 int width = cinfo->image_width; in compress() local
133 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave()
175 int width = cinfo->image_width; in compress() local
208 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave()
237 jint format, jint width, jint height, jintArray offsets, in YuvImage_compressToJpeg()
/frameworks/av/services/camera/libcameraservice/tests/
DNV12Compressor.cpp41 bool NV12Compressor::compress(const unsigned char* data, int width, int height, int quality) { in compress()
51 bool NV12Compressor::compressWithExifOrientation(const unsigned char* data, int width, int height, in compressWithExifOrientation()
82 bool NV12Compressor::configureCompressor(int width, int height, int quality) { in configureCompressor()
122 std::vector<uint8_t>& vRows, int rowIndex, int width, int height, int stride) { in deinterleave()
144 int width = mCompressInfo.image_width; in compressData() local
319 size_t jpegBufferSize, size_t *width /*out*/, size_t *height /*out*/) { in getJpegImageDimensions()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DSize.java86 int width = Integer.parseInt(flatSizes[i]); in stringToList() local
98 public Size(int width, int height) { in Size()
152 public int width() { in width() method in Size
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DPixelUtils.java46 int width, in copyPixels()
69 int width, in nativeCopyPixels()
DGLToolbox.java70 public static void readFbo(int fboId, ByteBuffer pixels, int width, int height) { in readFbo()
76 public static void readTarget(RenderTarget target, ByteBuffer pixels, int width, int height) { in readTarget()
103 public static void allocateTexturePixels(int texId, int target, int width, int height) { in allocateTexturePixels()
115 int width, int height) { in setTexturePixels()
/frameworks/av/cmds/screenrecord/
DOverlay.cpp142 int width = mEglWindow.getWidth(); in setup_l() local
218 int width = mEglWindow.getWidth(); in processFrame_l() local
299 int width = window.getWidth(); in drawInfoPage() local
334 int width = window.getWidth(); in doDrawInfoPage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DTriangleShape.java37 public static TriangleShape create(float width, float height, boolean isPointingUp) { in create()
55 float width, float height, boolean isPointingLeft) { in createHorizontal()
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
DRsYuv.java68 void reset(int width, int height) { in reset()
127 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
134 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Ddct.cpp38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in BlockDCT_AANwSub()
267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block4x4DCT_AANwSub()
473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block2x2DCT_AANwSub()
652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in BlockDCT_AANIntra()
863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block4x4DCT_AANIntra()
1050 Void Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block2x2DCT_AANIntra()
1210 void Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block1x1DCTwSub()
1247 void Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block1x1DCTIntra()
/frameworks/base/libs/hwui/tests/common/
DBitmapAllocationTestUtils.h30 static sk_sp<Bitmap> allocateHeapBitmap(int width, int height, SkColorType colorType, in allocateHeapBitmap()
39 static sk_sp<Bitmap> allocateHardwareBitmap(int width, int height, SkColorType colorType, in allocateHardwareBitmap()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapActivity.java81 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
94 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
DBitmapLoader.java63 int width = metrics.widthPixels; in getLruCache() local
83 BitmapAsyncTask(ImageView view, long id, int width, int height) { in BitmapAsyncTask()
120 public static void loadBitmap(ImageView view, long id, int width, int height) { in loadBitmap()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLFrame.java123 int width = getFormat().getWidth(); in initWithTexture() local
133 int width = getFormat().getWidth(); in initWithFbo() local
273 public void setViewport(int x, int y, int width, int height) { in setViewport()
364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate()
368 int width, in nativeAllocateWithTexture()
373 int width, in nativeAllocateWithFbo()
396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dget_pred_adv_b_add.cpp85 int width, /* i */ in GetPredAdvancedBy0x0()
185 int width, /* i */ in GetPredAdvancedBy0x1()
514 int width, /* i */ in GetPredAdvancedBy1x0()
861 int width, /* i */ in GetPredAdvancedBy1x1()
Didct_vca.cpp40 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow1()
97 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow2()
185 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow3()
294 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow4()
419 void idctrow1_intra(int16 *blk, PIXEL *comp, int width) in idctrow1_intra()
448 void idctrow2_intra(int16 *blk, PIXEL *comp, int width) in idctrow2_intra()
505 void idctrow3_intra(int16 *blk, PIXEL *comp, int width) in idctrow3_intra()
578 void idctrow4_intra(int16 *blk, PIXEL *comp, int width) in idctrow4_intra()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DCompareActivity.java65 int width = getResources().getDimensionPixelSize(R.dimen.layer_width); in onCreateCommon() local
80 int width = mSoftwareBitmap.getWidth(); in loadBitmaps() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DGlTextureViewActivity.java49 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
71 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
/frameworks/base/libs/hwui/tests/common/scenes/
DShadowGridAnimation.cpp30 void createContent(int width, int height, Canvas& canvas) override { in createContent()
54 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard()
DShadowShaderAnimation.cpp30 void createContent(int width, int height, Canvas& canvas) override { in createContent()
54 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard()
DShadowGrid2Animation.cpp30 void createContent(int width, int height, Canvas& canvas) override { in createContent()
54 sp<RenderNode> createCard(int x, int y, int width, int height) { in createCard()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DAccessibilityNodeInfoDumper.java53 int width, int height) { in dumpWindowToFile()
76 int width, int height) { in dumpWindowToFile()
102 int width, int height) throws IOException { in dumpNodeRec()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dexposure.cpp30 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) { in Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_overExposureOperator()
52 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) { in Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_underExposureOperator()
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp107 const char *params, int32_t *width, int32_t *height) { in MakeAVCCodecSpecificData()
335 const sp<ABuffer> &config, int32_t *width, int32_t *height) { in ExtractDimensionsMPEG4Config()
362 const char *params, int32_t *width, int32_t *height) { in MakeMPEG4VideoCodecSpecificData()
427 int32_t width, height; in APacketSource() local
459 int32_t width, height; in APacketSource() local
512 int32_t width, height; in APacketSource() local

12345678910>>...43