/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/ |
H A D | YuvImageTest.java | 108 int width = 100; in testYuvImage() local 237 int width = mTestBitmaps[0].getWidth(); in testGetYuvData() local 262 final int width = 1280; in testCompressYuvToJpegRWithBadInputs() local 381 final int width = 1280; in testCompressYuvToJpegR() local 415 final int width = 1280; in testCompressYuvToJpegRWithExif() local 462 final int width = stride - padding; in testCompressYuvToJpegRWithStrides() local 481 assertEquals(decoded.getWidth(), width); in testCompressYuvToJpegRWithStrides() local 484 private void generateTestBitmaps(int width, int height) { in generateTestBitmaps() 501 int width = bitmap.getWidth(); in generateYuvImage() local 576 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | global-average-pooling-nwc.c | 121 size_t width, in setup_global_average_pooling_nwc() 423 size_t width) in update_params_qu8() 433 size_t width, in xnn_setup_global_average_pooling_nwc_qu8() 454 size_t width) in update_params_qs8() 464 size_t width, in xnn_setup_global_average_pooling_nwc_qs8() 485 size_t width) in update_params_f16() 495 size_t width, in xnn_setup_global_average_pooling_nwc_f16() 516 size_t width) in update_params_f32() 524 size_t width, in xnn_setup_global_average_pooling_nwc_f32()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/ |
H A D | ImageUtils.java | 43 public static int getYUVByteSize(final int width, final int height) { in getYUVByteSize() 103 int width, in convertYUV420SPToARGB8888() 165 int width, in convertYUV420ToARGB8888() 212 byte[] input, int[] output, int width, int height, boolean halfSize); in convertYUV420SPToARGB8888() 233 int width, in convertYUV420ToARGB8888() 251 byte[] input, byte[] output, int width, int height); in convertYUV420SPToRGB565() 264 int[] input, byte[] output, int width, int height); in convertARGB8888ToYUV420SP() 277 byte[] input, byte[] output, int width, int height); in convertRGB565ToYUV420SP()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | PoolableImageCache.java | 137 final int width, final int height) throws IOException { in decodeSampledBitmapFromInputStream() 177 @NonNull final BitmapFactory.Options optionsTmp, final int width, in decodeByteArray() 257 private Bitmap getReusableBitmapFromPool(final int width, final int height) { in getReusableBitmapFromPool() 344 public Bitmap createOrReuseBitmap(final int width, final int height) { in createOrReuseBitmap() 355 public Bitmap createOrReuseBitmap(final int width, final int height, in createOrReuseBitmap() 370 private void assignPoolBitmap(final BitmapFactory.Options optionsTmp, final int width, in assignPoolBitmap() 382 private int getPoolKey(final int width, final int height) { in getPoolKey() 396 final int width = bitmap.getWidth(); in getPoolKey() local
|
/aosp_15_r20/external/libyuv/unit_test/ |
H A D | unit_test.cc | 184 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVConvertTest() local 240 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVColorTest() local 296 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVScaleTest() local 352 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVRotateTest() local 408 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVPlanarTest() local 464 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVBaseTest() local 520 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVCompareTest() local
|
/aosp_15_r20/external/webrtc/common_video/ |
H A D | video_frame_buffer_pool.cc | 107 int width, in CreateI420Buffer() 138 int width, in CreateI444Buffer() 169 int width, in CreateI422Buffer() 200 int width, in CreateNV12Buffer() 231 int width, in CreateI010Buffer() 258 int width, in CreateI210Buffer() 285 int width, in GetExistingBuffer()
|
H A D | video_frame_unittest.cc | 58 rtc::scoped_refptr<T> CreateGradient(int width, int height) { in CreateGradient() 81 rtc::scoped_refptr<NV12BufferInterface> CreateNV12Gradient(int width, in CreateNV12Gradient() 113 int width = frame.width(); in CheckCrop() local 145 void CheckRotate(int width, in CheckRotate() 225 int width = 15; in TEST() local 529 const int width = 640; in TEST() local 538 const int width = 640; in TEST() local 547 const int width = 640; in TEST() local 556 const int width = 640; in TEST() local 566 const int width = 640; in TEST() local [all …]
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | calculate_pitch.cpp | 15 int width) { in CalculatePitch8Safely() 24 FX_SAFE_UINT32 CalculatePitch32Safely(int bpp, int width) { in CalculatePitch32Safely() 35 uint32_t CalculatePitch8OrDie(uint32_t bpc, uint32_t components, int width) { in CalculatePitch8OrDie() 39 uint32_t CalculatePitch32OrDie(int bpp, int width) { in CalculatePitch32OrDie() 45 int width) { in CalculatePitch8() 52 absl::optional<uint32_t> CalculatePitch32(int bpp, int width) { in CalculatePitch32()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | calendar.py | 256 def yeardatescalendar(self, year, width=3): argument 269 def yeardays2calendar(self, year, width=3): argument 282 def yeardayscalendar(self, year, width=3): argument 301 def prweek(self, theweek, width): argument 307 def formatday(self, day, weekday, width): argument 317 def formatweek(self, theweek, width): argument 323 def formatweekday(self, day, width): argument 333 def formatweekheader(self, width): argument 339 def formatmonthname(self, theyear, themonth, width, withyear=True): argument 500 def formatyear(self, theyear, width=3): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | calendar.py | 256 def yeardatescalendar(self, year, width=3): argument 269 def yeardays2calendar(self, year, width=3): argument 282 def yeardayscalendar(self, year, width=3): argument 301 def prweek(self, theweek, width): argument 307 def formatday(self, day, weekday, width): argument 317 def formatweek(self, theweek, width): argument 323 def formatweekday(self, day, width): argument 333 def formatweekheader(self, width): argument 339 def formatmonthname(self, theyear, themonth, width, withyear=True): argument 500 def formatyear(self, theyear, width=3): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | calendar.py | 256 def yeardatescalendar(self, year, width=3): argument 269 def yeardays2calendar(self, year, width=3): argument 282 def yeardayscalendar(self, year, width=3): argument 301 def prweek(self, theweek, width): argument 307 def formatday(self, day, weekday, width): argument 317 def formatweek(self, theweek, width): argument 323 def formatweekday(self, day, width): argument 333 def formatweekheader(self, width): argument 339 def formatmonthname(self, theyear, themonth, width, withyear=True): argument 500 def formatyear(self, theyear, width=3): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | calendar.py | 256 def yeardatescalendar(self, year, width=3): argument 269 def yeardays2calendar(self, year, width=3): argument 282 def yeardayscalendar(self, year, width=3): argument 301 def prweek(self, theweek, width): argument 307 def formatday(self, day, weekday, width): argument 317 def formatweek(self, theweek, width): argument 323 def formatweekday(self, day, width): argument 333 def formatweekheader(self, width): argument 339 def formatmonthname(self, theyear, themonth, width, withyear=True): argument 500 def formatyear(self, theyear, width=3): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | calendar.py | 256 def yeardatescalendar(self, year, width=3): argument 269 def yeardays2calendar(self, year, width=3): argument 282 def yeardayscalendar(self, year, width=3): argument 301 def prweek(self, theweek, width): argument 307 def formatday(self, day, weekday, width): argument 317 def formatweek(self, theweek, width): argument 323 def formatweekday(self, day, width): argument 333 def formatweekheader(self, width): argument 339 def formatmonthname(self, theyear, themonth, width, withyear=True): argument 500 def formatyear(self, theyear, width=3): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | calendar.py | 256 def yeardatescalendar(self, year, width=3): argument 269 def yeardays2calendar(self, year, width=3): argument 282 def yeardayscalendar(self, year, width=3): argument 301 def prweek(self, theweek, width): argument 307 def formatday(self, day, weekday, width): argument 317 def formatweek(self, theweek, width): argument 323 def formatweekday(self, day, width): argument 333 def formatweekheader(self, width): argument 339 def formatmonthname(self, theyear, themonth, width, withyear=True): argument 500 def formatyear(self, theyear, width=3): argument [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | sum_squares_neon.c | 60 int stride, int width, in aom_sum_squares_2d_i16_nxn_neon() 96 uint64_t aom_sum_squares_2d_i16_neon(const int16_t *src, int stride, int width, in aom_sum_squares_2d_i16_neon() 165 int stride, int width, in aom_sum_sse_2d_i16_nxn_neon() 209 uint64_t aom_sum_sse_2d_i16_neon(const int16_t *src, int stride, int width, in aom_sum_sse_2d_i16_neon() 292 int width, int height) { in aom_var_2d_u8_4xh_neon() 349 int width, int height) { in aom_var_2d_u8_8xh_neon() 406 int width, int height) { in aom_var_2d_u8_16xh_neon() 464 uint64_t aom_var_2d_u8_neon(uint8_t *src, int src_stride, int width, in aom_var_2d_u8_neon() 480 int width, int height) { in aom_var_2d_u16_4xh_neon() 523 int width, int height) { in aom_var_2d_u16_8xh_neon() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 65 put_image(struct dri_drawable *drawable, void *data, unsigned width, unsigned height) in put_image() 76 unsigned width, unsigned height, unsigned stride) in put_image2() 88 unsigned width, unsigned height, unsigned stride) in put_image_shm() 104 get_image(struct dri_drawable *drawable, int x, int y, int width, int height, void *data) in get_image() 114 get_image2(struct dri_drawable *drawable, int x, int y, int width, int height, int stride, void *da… in get_image2() 128 get_image_shm(struct dri_drawable *drawable, int x, int y, int width, int height, in get_image_shm() 159 int x, int y, unsigned width, unsigned height, unsigned stride, in drisw_get_image() 170 void *data, unsigned width, unsigned height) in drisw_put_image() 177 void *data, int x, int y, unsigned width, unsigned height, in drisw_put_image2() 187 int x, int y, unsigned width, unsigned height, in drisw_put_image_shm() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/ |
H A D | DngCreator.java | 192 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()
|
/aosp_15_r20/external/webp/imageio/ |
H A D | image_enc.c | 79 uint32_t width, uint32_t height, int has_alpha) { in WriteUsingWIC() 146 const uint32_t width = buffer->width; in WebPWritePNG() local 185 const uint32_t width = buffer->width; in WebPWritePNG() local 225 const uint32_t width = buffer->width; in WritePPMPAM() local 263 uint32_t width, height; in WebPWrite16bAsPGM() local 305 uint32_t width, height; in WebPWriteBMP() local 389 uint32_t width, height; in WebPWriteTIFF() local 478 const uint32_t width = buffer->width; in WebPWriteAlphaPlane() local 502 const int width = buffer->width; in WebPWritePGM() local 546 const int width = buffer->width; in WebPWriteYUV() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_bits_count.c | 46 VOID ia_enhaacplus_enc_count1_2_3_4_5_6_7_8_9_10_11(const WORD16 *values, const WORD32 width, in ia_enhaacplus_enc_count1_2_3_4_5_6_7_8_9_10_11() 120 static VOID ia_enhaacplus_enc_count3_4_5_6_7_8_9_10_11(const WORD16 *values, const WORD32 width, in ia_enhaacplus_enc_count3_4_5_6_7_8_9_10_11() 189 static VOID ia_enhaacplus_enc_count5_6_7_8_9_10_11(const WORD16 *values, const WORD32 width, in ia_enhaacplus_enc_count5_6_7_8_9_10_11() 241 static VOID ia_enhaacplus_enc_count7_8_9_10_11(const WORD16 *values, const WORD32 width, in ia_enhaacplus_enc_count7_8_9_10_11() 285 static VOID ia_enhaacplus_enc_count9_10_11(const WORD16 *values, const WORD32 width, in ia_enhaacplus_enc_count9_10_11() 324 static VOID ia_enhaacplus_enc_count11(const WORD16 *values, const WORD32 width, WORD32 *bitcnt, in ia_enhaacplus_enc_count11() 357 static VOID ia_enhaacplus_enc_count_esc(const WORD16 *values, const WORD32 width, WORD32 *bitcnt, in ia_enhaacplus_enc_count_esc() 433 VOID ia_enhaacplus_enc_bitcount(const WORD16 *ptr_values, const WORD32 width, WORD32 max_val, in ia_enhaacplus_enc_bitcount() 461 VOID ia_enhaacplus_enc_code_values(WORD16 *ptr_values, WORD32 width, WORD32 code_book, in ia_enhaacplus_enc_code_values()
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 110 int setup_sbwc_420_sp_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_lossy() 138 int setup_sbwc_420_sp_10bit_lossy(int width, int height, int rate, int fd_count, plane_info_t *plan… in setup_sbwc_420_sp_10bit_lossy() 164 int setup_420_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp() 196 int setup_420_sp_s10b(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_s10b() 238 int setup_p010_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_p010_sp() 270 int setup_420_p(int width, int height, int fd_count, plane_info_t *plane) in setup_420_p() 311 int setup_420_sp_tiled(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_tiled()
|
/aosp_15_r20/frameworks/av/media/libmedia/ |
H A D | VideoCapabilities.cpp | 136 int32_t width, int32_t height) const { in getSupportedFrameRatesFor() 153 int32_t VideoCapabilities::getBlockCount(int32_t width, int32_t height) const { in getBlockCount() 158 int32_t width, int32_t height) const { in findClosestSize() 174 int32_t width, int32_t height) const { in estimateFrameRatesFor() 190 int32_t width, int32_t height) const { in getAchievableFrameRatesFor() 247 void VideoCapabilities::PerformancePoint::init(int32_t width, int32_t height, in init() 268 VideoCapabilities::PerformancePoint::PerformancePoint(int32_t width, int32_t height, in PerformancePoint() 273 VideoCapabilities::PerformancePoint::PerformancePoint(VideoSize blockSize, int32_t width, in PerformancePoint() 289 int32_t width, int32_t height, int32_t frameRate) { in PerformancePoint() 311 int32_t width, height; in covers() local [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 331 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory() 375 GLenum internalFormat, GLsizei width, GLsizei height, in texstorage_memory_ms() 407 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory() 451 GLenum internalFormat, GLsizei width, GLsizei height, in texturestorage_memory_ms() 482 GLsizei width, in _mesa_TexStorageMem2DEXT() 495 GLsizei width, in _mesa_TexStorageMem2DMultisampleEXT() 510 GLsizei width, in _mesa_TexStorageMem3DEXT() 524 GLsizei width, in _mesa_TexStorageMem3DMultisampleEXT() 540 GLsizei width, in _mesa_TextureStorageMem2DEXT() 553 GLsizei width, in _mesa_TextureStorageMem2DMultisampleEXT() [all …]
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/view/ |
H A D | ViewShowHidePerfTest.java | 142 void run(BenchmarkState state, int width, int height, ViewGroup parent, View child); in run() 156 final int width = 1000; in testParentWithChild() local 169 private void layout(int width, int height, View view) { in layout() 178 testParentWithChild((state, width, height, parent, child) -> { in testRemove() argument 194 testParentWithChild((state, width, height, parent, child) -> { in testAdd() argument 210 testParentWithChild((state, width, height, parent, child) -> { in testRecordAfterAdd() argument 225 testParentWithChild((state, width, height, parent, child) -> { in testVisibility() argument
|
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | EncoderProfileLevelTestBase.java | 89 public static int getMinLevel(String mediaType, int width, int height, int frameRate, in getMinLevel() 111 private static int getMinLevelAVC(int width, int height, int frameRate, int bitrate) { in getMinLevelAVC() 160 private static int getMinLevelHEVC(int width, int height, int frameRate, int bitrate) { in getMinLevelHEVC() 212 private static int getMinLevelH263(int width, int height, int frameRate, int bitrate) { in getMinLevelH263() 214 private LevelLimitH263(int level, long pixelsPerSec, int width, int height, in getMinLevelH263() 256 private static int getMinLevelVP9(int width, int height, int frameRate, int bitrate) { in getMinLevelVP9() 301 private static int getMinLevelMPEG2(int width, int height, int frameRate, int bitrate) { in getMinLevelMPEG2() 303 private LevelLimitMPEG2(int level, long pixelsPerSec, int width, int height, in getMinLevelMPEG2() 344 private static int getMinLevelMPEG4(int width, int height, int frameRate, int bitrate, in getMinLevelMPEG4() 347 private LevelLimitMPEG4(int profile, int level, long pixelsPerSec, int width, in getMinLevelMPEG4() [all …]
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | filters_neon.c | 70 int width, int height, in DoHorizontalFilter_NEON() 100 static void HorizontalFilter_NEON(const uint8_t* data, int width, int height, in HorizontalFilter_NEON() 110 int width, int height, int stride, in DoVerticalFilter_NEON() 138 static void VerticalFilter_NEON(const uint8_t* data, int width, int height, in VerticalFilter_NEON() 171 int width, int height, in DoGradientFilter_NEON() 200 static void GradientFilter_NEON(const uint8_t* data, int width, int height, in GradientFilter_NEON() 212 uint8_t* out, int width) { in HorizontalUnfilter_NEON() 237 uint8_t* out, int width) { in VerticalUnfilter_NEON() 299 uint8_t* out, int width) { in GradientUnfilter_NEON()
|