/aosp12/frameworks/base/core/java/android/hardware/camera2/ |
H A D | DngCreator.java | 519 private static void yuvToRgb(byte[] yuvData, int outOffset, /*out*/byte[] rgbOut) { in yuvToRgb() argument 532 rgbOut[outOffset] = (byte) Math.max(0, Math.min(COLOR_MAX, r)); in yuvToRgb() 533 rgbOut[outOffset + 1] = (byte) Math.max(0, Math.min(COLOR_MAX, g)); in yuvToRgb() 534 rgbOut[outOffset + 2] = (byte) Math.max(0, Math.min(COLOR_MAX, b)); in yuvToRgb() 540 private static void colorToRgb(int color, int outOffset, /*out*/byte[] rgbOut) { in colorToRgb() argument 541 rgbOut[outOffset] = (byte) Color.red(color); in colorToRgb() 542 rgbOut[outOffset + 1] = (byte) Color.green(color); in colorToRgb() 543 rgbOut[outOffset + 2] = (byte) Color.blue(color); in colorToRgb()
|
/aosp12/frameworks/av/media/codec2/components/mp3/ |
H A D | C2SoftMp3Dec.cpp | 395 int outOffset = 0; in process() local 471 outOffset = kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process() 490 mProcessedSamples += ((outSize - outOffset) / (numChannels * sizeof(int16_t))); in process() 491 ALOGV("out buffer attr. offset %d size %d timestamp %" PRId64 " ", outOffset, in process() 492 outSize - outOffset, mAnchorTimeStamp + outTimeStamp); in process() 497 createLinearBuffer(block, outOffset, outSize - outOffset)); in process()
|
/aosp12/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusDec.cpp | 408 int outOffset = 0; in process() local 415 outOffset = mSamplesToDiscard * sizeof(int16_t) * mHeader.channels; in process() 422 ALOGV("out buffer attr. offset %d size %d ", outOffset, outSize); in process() 426 … work->worklets.front()->output.buffers.push_back(createLinearBuffer(block, outOffset, outSize)); in process()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | Layout.cpp | 99 LayoutAppendFunctor(Layout* layout, float* advances, float* totalAdvance, uint32_t outOffset, in LayoutAppendFunctor() argument 104 mOutOffset(outOffset), in LayoutAppendFunctor()
|
H A D | MeasuredText.cpp | 167 void setOutOffset(uint32_t outOffset) { mOutOffset = outOffset; } in setOutOffset() argument
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | RecyclerViewFastScroller.java | 435 public boolean isHitInParent(float x, float y, Point outOffset) { in isHitInParent() argument 441 if (outOffset != null) { in isHitInParent() 442 outOffset.set(sTempRect.left, sTempRect.top); in isHitInParent()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreSignatureSpiBase.java | 310 protected final int engineSign(byte[] out, int outOffset, int outLen) in engineSign() argument 312 return super.engineSign(out, outOffset, outLen); in engineSign()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ResampleInputStream.java | 148 byte[] out, int outOffset, int npoints);
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | CursorWindow.cpp | 323 status_t CursorWindow::alloc(size_t size, uint32_t* outOffset) { in alloc() argument 336 *outOffset = mAllocOffset; in alloc()
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | CursorWindow.h | 189 status_t alloc(size_t size, uint32_t* outOffset);
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | RenderNode.cpp | 349 mSnapshotResult.outOffset = SkIPoint::Make(0.0f, 0.0f); in updateSnapshotIfRequired() 363 &mSnapshotResult.outOffset); in updateSnapshotIfRequired()
|
H A D | RenderNode.h | 358 SkIPoint outOffset; member
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | RenderNodeDrawable.cpp | 258 offset = snapshotResult->outOffset; in drawContent()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |