Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 25 of 36) sorted by relevance

12

/packages/services/Car/car_product/car_ui_portrait/bootanimation/
DREADME24 * **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/
DImsMediaPauseImageSource.cpp112 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/
DStreamSetObserver.cpp72 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()
DLocalPrebuiltGraph.cpp80 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()
DLocalPrebuiltGraph.h105 const uint8_t* pixels, int width, int height,
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DColorExtractor.java65 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/
DHistogramView.java47 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/
DPictureSizeCalculator.java117 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/
DGestureStrokeRecognitionPoints.java240 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/
Dprebuilt_interface.h84 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/
DImageCurves.java342 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/
DImsMediaPauseImageSource.h62 int8_t* ConvertRgbaToYuv(int8_t* pixels, int width, int height, int stride);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaic.java125 public native float[] setSourceImage(byte[] pixels); in setSourceImage() argument
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp426 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/
DNoButtonNavbarToOverviewTouchController.java316 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/
Dpage.h239 void InPlaceSwapRedBlueChannels(void* pixels, const int num_pixels) const;
Dpage.cc462 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/
DREADME.md22 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/
DPositionController.java603 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/
DSERVICES.TXT232 width: uint32_t: framebuffer width in pixels
233 height: uint32_t: framebuffer height in pixels
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec2126 * 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/
DAbsSwipeUpHandler.java1221 private float dpiFromPx(float pixels) {
1222 return Utilities.dpiFromPx(pixels, mContext.getResources().getDisplayMetrics().densityDpi);
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1001 # used to set the initial width (in pixels) of the frame in which the tree
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1001 # used to set the initial width (in pixels) of the frame in which the tree
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz

12