/aosp_15_r20/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
H A D | PlanarYUVLuminanceSource.java | 42 int width, int height, boolean reverseHorizontal) { in PlanarYUVLuminanceSource() 64 int width = getWidth(); in getRow() local 75 int width = getWidth(); in getMatrix() local 110 int width = getWidth(); in renderCroppedGreyscaleBitmap() local 130 private void reverseHorizontal(int width, int height) { in reverseHorizontal()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
H A D | ModelCache.java | 43 public B get(A model, int width, int height) { in get() 58 public void put(A model, int width, int height, B value) { in put() 68 private int width; field in ModelCache.ModelKey 71 static <A> ModelKey<A> get(A model, int width, int height) { in get() 84 private void init(A model, int width, int height) { in init()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/ |
H A D | RGBLuminanceSource.java | 34 public RGBLuminanceSource(int width, int height, int[] pixels) { in RGBLuminanceSource() 63 int width, in RGBLuminanceSource() 81 int width = getWidth(); in getRow() local 92 int width = getWidth(); in getMatrix() local 126 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
|
/aosp_15_r20/external/minigbm/ |
H A D | gbm.c | 74 PUBLIC struct gbm_surface *gbm_surface_create(struct gbm_device *gbm, uint32_t width, in gbm_surface_create() 85 PUBLIC struct gbm_surface *gbm_surface_create_with_modifiers(struct gbm_device *gbm, uint32_t width, in gbm_surface_create_with_modifiers() 94 gbm_surface_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, uint32_t height, in gbm_surface_create_with_modifiers2() 140 PUBLIC struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, in gbm_bo_create() 171 PUBLIC struct gbm_bo *gbm_bo_create_with_modifiers(struct gbm_device *gbm, uint32_t width, in gbm_bo_create_with_modifiers() 178 PUBLIC struct gbm_bo *gbm_bo_create_with_modifiers2(struct gbm_device *gbm, uint32_t width, in gbm_bo_create_with_modifiers2() 286 PUBLIC void *gbm_bo_map(struct gbm_bo *bo, uint32_t x, uint32_t y, uint32_t width, uint32_t height, in gbm_bo_map() 434 PUBLIC void *gbm_bo_map2(struct gbm_bo *bo, uint32_t x, uint32_t y, uint32_t width, uint32_t height, in gbm_bo_map2()
|
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/ |
H A D | LayoutInterJustificationTest.kt | 66 val width = 100 in <lambda>() constant 77 val width = 100 in <lambda>() constant 96 val width = Layout.getDesiredWidth(text, paint) in <lambda>() constant
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/ |
D | CuttlefishDisplayHotplugTest.java | 126 static HostDisplayInfo create(int id, int width, int height) { in create() 131 abstract int width(); in width() method in CuttlefishDisplayHotplugTest.HostDisplayInfo 140 static GuestDisplayInfo create(int id, int width, int height) { in create() 145 abstract int width(); in width() method in CuttlefishDisplayHotplugTest.GuestDisplayInfo 286 static AddDisplayParams create(int width, int height) { in create() 290 abstract int width(); in width() method in CuttlefishDisplayHotplugTest.AddDisplayParams 319 public void addDisplay(int width, int height) throws FileNotFoundException { in addDisplay()
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | GLFrame.java | 123 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()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusgraphics.h | 131 Status DrawArc(const Pen *pen, REAL x, REAL y, REAL width, REAL height, in DrawArc() 138 Status DrawArc(const Pen *pen, INT x, INT y, INT width, INT height, in DrawArc() 295 REAL x, REAL y, REAL width, REAL height) in DrawEllipse() 301 Status DrawEllipse(const Pen *pen, INT x, INT y, INT width, INT height) in DrawEllipse() 347 Status DrawImage(Image *image, REAL x, REAL y, REAL width, REAL height) in DrawImage() 354 Status DrawImage(Image *image, INT x, INT y, INT width, INT height) in DrawImage() 539 Status DrawPie(const Pen *pen, REAL x, REAL y, REAL width, REAL height, in DrawPie() 546 Status DrawPie(const Pen *pen, INT x, INT y, INT width, INT height, in DrawPie() 582 REAL x, REAL y, REAL width, REAL height) in DrawRectangle() 589 INT x, INT y, INT width, INT height) in DrawRectangle() [all …]
|
/aosp_15_r20/external/libyuv/unit_test/ |
H A D | convert_test.cc | 339 int width, in I400ToNV21() 1248 int width = 0; in TEST_F() local 1257 int width = 0; in TEST_F() local 1294 int width = 0; in TEST_F() local 1356 int width = 0; in TEST_F() local 1418 int width = 0; in TEST_F() local 1451 int width = 0; in TEST_F() local 1489 int width = 0; in TEST_F() local 1522 int width = 0; in TEST_F() local 1559 int width = 0; in TEST_F() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | DateFormatSymbols.java | 806 public String[] getMonths(int context, int width) { in getMonths() 861 public void setMonths(String[] newMonths, int context, int width) { in setMonths() 933 public String[] getWeekdays(int context, int width) { in getWeekdays() 983 public void setWeekdays(String[] newWeekdays, int context, int width) { in setWeekdays() 1063 public String[] getQuarters(int context, int width) { in getQuarters() 1110 public void setQuarters(String[] newQuarters, int context, int width) { in setQuarters() 1154 public String[] getYearNames(int context, int width) { in getYearNames() 1169 public void setYearNames(String[] yearNames, int context, int width) { in setYearNames() 1184 public String[] getZodiacNames(int context, int width) { in getZodiacNames() 1199 public void setZodiacNames(String[] zodiacNames, int context, int width) { in setZodiacNames() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | DateFormatSymbols.java | 787 public String[] getMonths(int context, int width) { in getMonths() 840 public void setMonths(String[] newMonths, int context, int width) { in setMonths() 908 public String[] getWeekdays(int context, int width) { in getWeekdays() 957 public void setWeekdays(String[] newWeekdays, int context, int width) { in setWeekdays() 1033 public String[] getQuarters(int context, int width) { in getQuarters() 1079 public void setQuarters(String[] newQuarters, int context, int width) { in setQuarters() 1122 public String[] getYearNames(int context, int width) { in getYearNames() 1136 public void setYearNames(String[] yearNames, int context, int width) { in setYearNames() 1150 public String[] getZodiacNames(int context, int width) { in getZodiacNames() 1164 public void setZodiacNames(String[] zodiacNames, int context, int width) { in setZodiacNames() [all …]
|
/aosp_15_r20/external/pdfium/testing/image_diff/ |
H A D | image_diff_png.cpp | 140 int width = 0; member in image_diff_png::__anon7abf87a20111::PngDecoderState 487 int width, in DoLibpngWrite() 549 const int width, in EncodeWithCompressionLevel() 636 const int width, in Encode() 650 int* width, in DecodePNG() 657 int width, in EncodeBGRPNG() 665 int width, in EncodeRGBAPNG() 673 int width, in EncodeBGRAPNG() 682 int width, in EncodeGrayPNG()
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | jnt_sad_sse2.c | 21 const uint8_t *b, int b_stride, int width, in sad4xh_sse2() 63 const uint8_t *b, int b_stride, int width, in sad8xh_sse2() 96 const uint8_t *b, int b_stride, int width, in sad16xh_sse2() 122 const uint8_t *b, int b_stride, int width, in sad32xh_sse2() 150 const uint8_t *b, int b_stride, int width, in sad64xh_sse2() 178 const uint8_t *b, int b_stride, int width, in sad128xh_sse2()
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
H A D | block_idct.cpp | 231 int width, width_uv; in MBlockIDCT() local 251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width) in BlockIDCT_intra() 323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) in Copy_Blk_to_Vop() 352 int width, /* width of dst */ in BlockIDCT() 511 int16 *blk, uint8 *pred, uint8 *dst, int width in idctrow() 623 int16 *blk, PIXEL *comp, int width in idctrow_intra()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | YuvImage.java | 147 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage() 167 public YuvImage(@NonNull byte[] yuv, int format, int width, int height, in YuvImage() 405 private int[] calculateStrides(int width, int format) { in calculateStrides() 427 int width = rect.width(); in adjustRectangle() local 450 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg() 454 byte[] sdr, int sdrColorSpaceId, int width, int height, int quality, in nativeCompressToJpegR()
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 104 inline int getNumMipLevels2D(int width, int height) in getNumMipLevels2D() 109 inline int getNumMipLevels3D(int width, int height, int depth) in getNumMipLevels3D() 336 int width, int height, int samples) in ReferenceContextBuffers() 1038 …Access ReferenceContext::getUnpack2DAccess(const tcu::TextureFormat &format, int width, int height, in getUnpack2DAccess() 1049 …Access ReferenceContext::getUnpack3DAccess(const tcu::TextureFormat &format, int width, int height, in getUnpack3DAccess() 1085 int width = dst.getWidth(); in depthValueFloatClampCopy() local 1114 void ReferenceContext::texImage1D(uint32_t target, int level, uint32_t internalFormat, int width, i… in texImage1D() 1120 void ReferenceContext::texImage2D(uint32_t target, int level, uint32_t internalFormat, int width, i… in texImage2D() 1142 void ReferenceContext::texImage3D(uint32_t target, int level, uint32_t internalFormat, int width, i… in texImage3D() 1395 void ReferenceContext::texSubImage1D(uint32_t target, int level, int xoffset, int width, uint32_t f… in texSubImage1D() [all …]
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | rotate_argb.cc | 28 int width, in ARGBTranspose() 84 int width, in ARGBRotate90() 99 int width, in ARGBRotate270() 114 int width, in ARGBRotate180() 206 int width, in ARGBRotate()
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | rotate_argb.cc | 28 int width, in ARGBTranspose() 71 int width, in ARGBRotate90() 86 int width, in ARGBRotate270() 101 int width, in ARGBRotate180() 184 int width, in ARGBRotate()
|
H A D | compare.cc | 66 static uint32_t ARGBDetectRow_C(const uint8_t* argb, int width) { in ARGBDetectRow_C() 99 int width, in ARGBDetect() 238 int width, in ComputeSumSquareErrorPlane() 278 int width, in CalcFramePsnr() 299 int width, in I420Psnr() 376 int width, in CalcFrameSsim() 413 int width, in I420Ssim()
|
/aosp_15_r20/external/libyuv/source/ |
H A D | rotate_argb.cc | 29 int width, in ARGBTranspose() 90 int width, in ARGBRotate90() 105 int width, in ARGBRotate270() 120 int width, in ARGBRotate180() 227 int width, in ARGBRotate()
|
/aosp_15_r20/external/toybox/lib/ |
H A D | utf8.c | 6 int crunch_str(char **str, int width, FILE *out, char *escmore, in crunch_str() 69 int draw_str(char *start, int width) in draw_str() 81 int utf8skip(char *str, int width) in utf8skip() 92 int draw_trim_esc(char *str, int padto, int width, char *escmore, in draw_trim_esc() 109 int draw_trim(char *str, int padto, int width) in draw_trim()
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | nv12_buffer.cc | 31 NV12Buffer::NV12Buffer(int width, int height) in NV12Buffer() 34 NV12Buffer::NV12Buffer(int width, int height, int stride_y, int stride_uv) in NV12Buffer() 51 rtc::scoped_refptr<NV12Buffer> NV12Buffer::Create(int width, int height) { in Create() 56 rtc::scoped_refptr<NV12Buffer> NV12Buffer::Create(int width, in Create() 87 int NV12Buffer::width() const { in width() function in webrtc::NV12Buffer
|
/aosp_15_r20/external/rust/crabbyavif/src/reformat/ |
D | alpha.rs | 72 let width = self.width; in premultiply_alpha() localVariable 94 let width = self.width; in premultiply_alpha() localVariable 146 let width = self.width; in unpremultiply_alpha() localVariable 168 let width = self.width; in unpremultiply_alpha() localVariable 201 let width = usize_from_u32(self.width)?; in set_opaque() localVariable 236 let width = usize_from_u32(self.width)?; in import_alpha_from() localVariable 308 let width = self.width as usize; in alpha_to_full_range() localVariable
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | ColorBuffer.cpp | 45 ColorBuffer::ColorBuffer(HandleType handle, uint32_t width, uint32_t height, GLenum format, in ColorBuffer() 55 vk::VkEmulation* emulationVk, uint32_t width, in create() 131 const auto width = static_cast<uint32_t>(stream->getBe32()); in onLoad() local 167 void ColorBuffer::readToBytes(int x, int y, int width, int height, GLenum pixelsFormat, in readToBytes() 202 void ColorBuffer::readYuvToBytes(int x, int y, int width, int height, void* outPixels, in readYuvToBytes() 221 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, in updateFromBytes() 246 bool ColorBuffer::updateFromBytes(int x, int y, int width, int height, GLenum pixelsFormat, in updateFromBytes()
|
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
H A D | HardwareVideoEncoderTest.java | 123 protected final int width; field in HardwareVideoEncoderTest.MockBufferBase 129 public MockBufferBase(int width, int height, Runnable releaseCallback) { in MockBufferBase() 168 public MockTextureBuffer(int textureId, int width, int height, Runnable releaseCallback) { in MockTextureBuffer() 204 public MockI420Buffer(int width, int height, Runnable releaseCallback) { in MockI420Buffer() 293 private VideoFrame generateI420Frame(int width, int height) { in generateI420Frame() 302 private VideoFrame generateTextureFrame(int width, int height) { in generateTextureFrame() 313 private VideoFrame generateFrame(int width, int height) { in generateFrame()
|