/packages/services/Car/car_product/car_ui_portrait/bootanimation/ |
D | README | 24 * **WIDTH:** animation width (pixels) 25 * **HEIGHT:** animation height (pixels) 55 - `n` -- will position the text n pixels from the start; left edge for x-axis, bottom edge 57 - `-n` -- will position the text n pixels from the end; right edge for x-axis, top edge 60 * `-24` or `c -24` will position the text 24 pixels from the top of the screen, 62 * `16 c` will position the text 16 pixels from the left of the screen, centred 64 * `-32 32` will position the text such that the bottom right corner is 32 pixels above 65 and 32 pixels left of the edges of the screen
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/ |
D | ImsMediaPauseImageSource.cpp | 112 int8_t* pixels = reinterpret_cast<int8_t*>(malloc(size)); in Initialize() local 114 result = AImageDecoder_decodeImage(decoder, pixels, decStride, size); in Initialize() 123 mYuvImageBuffer = ConvertRgbaToYuv(pixels, width, height, stride); in Initialize() 126 free(pixels); in Initialize() 206 int8_t* pixels, int width, int height, int stride) in ConvertRgbaToYuv() argument 209 int32_t* pSrcArray = reinterpret_cast<int32_t*>(pixels); in ConvertRgbaToYuv()
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | StreamSetObserver.cpp | 72 proto::PixelData pixels = response.pixel_data(); in startObservingStream() local 73 runner::InputFrame frame(pixels.height(), pixels.width(), in startObservingStream() 75 static_cast<int>(pixels.format())), in startObservingStream() 76 pixels.step(), in startObservingStream() 78 pixels.data().c_str())); in startObservingStream()
|
D | LocalPrebuiltGraph.cpp | 80 void (*)(void* cookie, int, int64_t, const uint8_t* pixels, int width, int height, in handleConfigPhase() 380 int64_t timestamp, const uint8_t* pixels, in OutputPixelStreamCallbackFunction() argument 388 runner::InputFrame frame(height, width, static_cast<PixelFormat>(format), step, pixels); in OutputPixelStreamCallbackFunction()
|
D | LocalPrebuiltGraph.h | 105 const uint8_t* pixels, int width, int height,
|
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
D | ColorExtractor.java | 65 int[] pixels = mTmpPixels; in findDominantColorByHue() local 66 Arrays.fill(pixels, 0); in findDominantColorByHue() 87 pixels[pixelCount++] = rgb; in findDominantColorByHue() 106 int rgb = pixels[i]; in findDominantColorByHue()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
D | HistogramView.java | 47 int[] pixels = new int[w * h]; in doInBackground() local 48 bitmap.getPixels(pixels, 0, w, 0, 0, w, h); in doInBackground() 52 int r = Color.red(pixels[index]); in doInBackground() 53 int g = Color.green(pixels[index]); in doInBackground() 54 int b = Color.blue(pixels[index]); in doInBackground()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
D | PictureSizeCalculator.java | 117 long pixels = candidate.area(); in getSmallestSupportedSizeContainingTarget() local 120 pixels < bestArea) { in getSmallestSupportedSizeContainingTarget() 122 bestArea = pixels; in getSmallestSupportedSizeContainingTarget()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureStrokeRecognitionPoints.java | 240 final int pixels = getDistance(lastX, lastY, x, y); in detectFastMove() local 241 final int pixelsPerSec = pixels * MSEC_PER_SEC; in detectFastMove() 297 final int pixels = getDistance(mLastMajorEventX, mLastMajorEventY, x, y); in updateIncrementalRecognitionSize() local 298 final int pixelsPerSec = pixels * MSEC_PER_SEC; in updateIncrementalRecognitionSize()
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | prebuilt_interface.h | 84 int stream_index, int64_t timestamp, const uint8_t* pixels, int width, int height, int step, 101 void (*streamCallback)(void* cookie, int stream_index, int64_t timestamp, const uint8_t* pixels,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageCurves.java | 342 int[] pixels = new int[w * h]; in doInBackground() local 343 bitmap.getPixels(pixels, 0, w, 0, 0, w, h); in doInBackground() 347 int r = Color.red(pixels[index]); in doInBackground() 348 int g = Color.green(pixels[index]); in doInBackground() 349 int b = Color.blue(pixels[index]); in doInBackground()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/android/ |
D | ImsMediaPauseImageSource.h | 62 int8_t* ConvertRgbaToYuv(int8_t* pixels, int width, int height, int stride);
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | Mosaic.java | 125 public native float[] setSourceImage(byte[] pixels); in setSourceImage() argument
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 426 jbyte *pixels = env->GetByteArrayElements(photo_data, 0); in Java_com_android_camera_panorama_Mosaic_setSourceImage() local 428 YUV420toYVU24_NEW(tImage[HR][frame_number_HR], (ImageType)pixels, in Java_com_android_camera_panorama_Mosaic_setSourceImage() 431 env->ReleaseByteArrayElements(photo_data, pixels, 0); in Java_com_android_camera_panorama_Mosaic_setSourceImage()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NoButtonNavbarToOverviewTouchController.java | 316 private float dpiFromPx(float pixels) { in dpiFromPx() argument 317 return Utilities.dpiFromPx(pixels, mLauncher.getResources().getDisplayMetrics().densityDpi); in dpiFromPx()
|
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | page.h | 239 void InPlaceSwapRedBlueChannels(void* pixels, const int num_pixels) const;
|
D | page.cc | 462 void Page::InPlaceSwapRedBlueChannels(void* pixels, const int num_pixels) const { in InPlaceSwapRedBlueChannels() argument 463 uint8_t* channels = static_cast<uint8_t*>(pixels); in InPlaceSwapRedBlueChannels()
|
/packages/modules/AdServices/sdksandbox/tests/ui/ |
D | README.md | 22 of size `width` and `height` in pixels. The view will contain the drawable defined by the passed
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PositionController.java | 603 int pixels = x - mBoundRight; in scrollPage() local 604 mListener.onPull(pixels, EdgeView.LEFT); in scrollPage() 607 int pixels = mBoundLeft - x; in scrollPage() local 608 mListener.onPull(pixels, EdgeView.RIGHT); in scrollPage()
|
/packages/modules/adb/ |
D | SERVICES.TXT | 232 width: uint32_t: framebuffer width in pixels 233 height: uint32_t: framebuffer height in pixels
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 2126 * same as input aspect ratio. The corner pixels of output may not be the 2127 * same as corner pixels of input. 2163 * pixels of the input and output tensors are aligned, preserving the 2164 * values at the corner pixels. 2196 * pixels of the input and output tensors are aligned, preserving the 2197 * values at the corner pixels. 6082 * same as input aspect ratio. The corner pixels of output may not be the 6083 * same as corner pixels of input. 6112 * pixels of the input and output tensors are aligned, preserving the 6113 * values at the corner pixels. [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | AbsSwipeUpHandler.java | 1221 private float dpiFromPx(float pixels) { 1222 return Utilities.dpiFromPx(pixels, mContext.getResources().getDisplayMetrics().densityDpi);
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1001 # used to set the initial width (in pixels) of the frame in which the tree
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1001 # used to set the initial width (in pixels) of the frame in which the tree
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz |
|