Home
last modified time | relevance | path

Searched refs:outOffset (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java519 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 DC2SoftMp3Dec.cpp395 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 DC2SoftOpusDec.cpp408 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 DLayout.cpp99 LayoutAppendFunctor(Layout* layout, float* advances, float* totalAdvance, uint32_t outOffset, in LayoutAppendFunctor() argument
104 mOutOffset(outOffset), in LayoutAppendFunctor()
H A DMeasuredText.cpp167 void setOutOffset(uint32_t outOffset) { mOutOffset = outOffset; } in setOutOffset() argument
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java435 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 DAndroidKeyStoreSignatureSpiBase.java310 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 DResampleInputStream.java148 byte[] out, int outOffset, int npoints);
/aosp12/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp323 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 DCursorWindow.h189 status_t alloc(size_t size, uint32_t* outOffset);
/aosp12/frameworks/base/libs/hwui/
H A DRenderNode.cpp349 mSnapshotResult.outOffset = SkIPoint::Make(0.0f, 0.0f); in updateSnapshotIfRequired()
363 &mSnapshotResult.outOffset); in updateSnapshotIfRequired()
H A DRenderNode.h358 SkIPoint outOffset; member
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp258 offset = snapshotResult->outOffset; in drawContent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...