/packages/services/Car/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/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/Launcher3/src/com/android/launcher3/graphics/ |
D | DragPreviewProvider.java | 175 byte[] pixels = new byte[preview.getWidth() * preview.getHeight()]; in run() 176 ByteBuffer buffer = ByteBuffer.wrap(pixels); in run() 180 for (int i = 0; i < pixels.length; i++) { in run() 181 if ((pixels[i] & 0xFF) < 188) { in run() 182 pixels[i] = 0; in run()
|
/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/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/services/Car/computepipe/runner/include/ |
D | prebuilt_interface.h | 81 int stream_index, int64_t timestamp, const uint8_t* pixels, int width, int height, int step, 98 void (*streamCallback)(void* cookie, int stream_index, int64_t timestamp, const uint8_t* pixels,
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NoButtonNavbarToOverviewTouchController.java | 262 private float dpiFromPx(float pixels) { in dpiFromPx() argument 263 return Utilities.dpiFromPx(pixels, mLauncher.getResources().getDisplayMetrics()); in dpiFromPx()
|
/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/LegacyCamera/src/com/android/camera/panorama/ |
D | Mosaic.java | 125 public native float[] setSourceImage(byte[] pixels); in setSourceImage() argument
|
/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/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 50 # the documentation. The maximum height of the logo should not exceed 55 pixels 51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo 1430 # to set the initial width (in pixels) of the frame in which the tree is shown.
|
/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 | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |