Searched refs:offset (Results 451 - 475 of 980) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h39 off64_t offset = 0) = 0;
H A DSampleIterator.h73 status_t getChunkOffset(uint32_t chunk, off64_t *offset);
/frameworks/base/core/java/android/database/
H A DCursor.java85 * @param offset the offset to be applied from the current position.
88 boolean move(int offset); argument
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java153 public int audioAvailable(byte[] buffer, int offset, int length) { argument
155 Log.d(TAG, "FileSynthesisRequest.audioAvailable(" + buffer + "," + offset
181 System.arraycopy(buffer, offset, bufferCopy, 0, length);
185 fileChannel.write(ByteBuffer.wrap(buffer, offset, length));
/frameworks/base/core/jni/android/graphics/
H A DMovie.cpp116 jint offset, jint length) {
121 if ((offset | length) < 0 || offset + length > totalLength) {
127 SkMovie* moov = SkMovie::DecodeMemory(ar.ptr() + offset, length);
114 movie_decodeByteArray(JNIEnv* env, jobject clazz, jbyteArray byteArray, jint offset, jint length) argument
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisibleWithInternalScroll.java65 // the rect we want to make visible is offset to match
69 rect.offset(0, mTextBlob.getScrollY());
/frameworks/base/media/java/android/media/
H A DMediaMuxer.java109 int offset, int size, long presentationTimeUs, @MediaCodec.BufferFlag int flags);
458 if (bufferInfo.size < 0 || bufferInfo.offset < 0
459 || (bufferInfo.offset + bufferInfo.size) > byteBuf.capacity()
462 " valid buffer offset, size and presentation time");
474 bufferInfo.offset, bufferInfo.size,
107 nativeWriteSampleData( long nativeObject, int trackIndex, @NonNull ByteBuffer byteBuf, int offset, int size, long presentationTimeUs, @MediaCodec.BufferFlag int flags) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaDataSource.h45 virtual ssize_t readAt(off64_t offset, size_t size);
H A Dandroid_media_MediaMuxer.cpp75 jobject byteBuf, jint offset, jint size, jlong timeUs, jint flags) {
108 if (dstSize < (offset + size)) {
109 ALOGE("writeSampleData saw wrong dstSize %lld, size %d, offset %d",
110 (long long)dstSize, size, offset);
119 sp<ABuffer> buffer = new ABuffer((char *)dst + offset, size);
73 android_media_MediaMuxer_writeSampleData( JNIEnv *env, jclass , jlong nativeObject, jint trackIndex, jobject byteBuf, jint offset, jint size, jlong timeUs, jint flags) argument
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java209 private int byteArrayToInt(byte[] valueBuf, int offset) { argument
212 return converter.getInt(offset);
215 private short byteArrayToShort(byte[] valueBuf, int offset) { argument
218 return converter.getShort(offset);
H A DVirtualizerTest.java206 private int byteArrayToInt(byte[] valueBuf, int offset) { argument
209 return converter.getInt(offset);
212 private short byteArrayToShort(byte[] valueBuf, int offset) { argument
215 return converter.getShort(offset);
/frameworks/base/rs/java/android/renderscript/
H A DByte3.java412 * @param offset
414 public void copyTo(byte[] data, int offset) { argument
415 data[offset] = x;
416 data[offset + 1] = y;
417 data[offset + 2] = z;
H A DDouble3.java410 * @param offset
412 public void copyTo(double[] data, int offset) { argument
413 data[offset] = x;
414 data[offset + 1] = y;
415 data[offset + 2] = z;
H A DFloat3.java410 * @param offset
412 public void copyTo(float[] data, int offset) { argument
413 data[offset] = x;
414 data[offset + 1] = y;
415 data[offset + 2] = z;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlControllerStub.java98 void sendVendorCommand(int portId, int offset, int length, byte[] data) { argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathOffsetActivity.java56 mPath.offset(1, 1);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java130 public void drawPoints(float[] pts, int offset, int count, Paint paint) { argument
146 public void drawLines(float[] pts, int offset, int count, Paint paint) { argument
225 public void drawBitmap(int[] colors, int offset, int stride, float x, float y, int width, argument
230 public void drawBitmap(int[] colors, int offset, int stride, int x, int y, int width, argument
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DTlvBufferUtils.java134 * @param offset Start copying from the array at the specified offset.
140 public TlvConstructor putByteArray(int type, byte[] array, int offset, int length) { argument
143 System.arraycopy(array, offset, mArray, mPosition, length);
304 * The offset to be used into {@link TlvElement#mRefArray} to access the
309 private TlvElement(int type, int length, byte[] refArray, int offset) { argument
313 mOffset = offset;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h37 /// @param pOffset - the offset, can be larger than the fragment, but can not
39 /// @return if the offset is legal, return the fragment reference. Otherwise,
58 /// @pNBytes - copies pNBytes from the fragment[offset()+pOffset]
59 /// @pOffset - additional offset.
60 /// the start address offset from fragment[offset()]
70 Offset offset() const { return m_Offset; } function in class:mcld::FragmentRef
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp69 region = pOutput.request(section->offset(), section->size());
319 shdr[sectIdx].sh_offset = ld_sect->offset();
354 phdr[index].p_offset = (*seg)->offset();
368 MemoryRegion region = pOutput.request(pShStrTab.offset(), pShStrTab.size());
406 // Patch FDE field (offset to CIE)
415 // Patch PLT offset
418 uint64_t plt_offset = plt_sect->offset();
420 uint64_t fde_offset = pFrame.getSection().offset() + fde.getOffset() +
422 int32_t offset = fde_offset - plt_offset; local
424 offset
439 int32_t offset = fde_cie_ptr_offset - cie_start_offset; local
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub.cpp62 if ((pFragRef.offset() + AArch64InsnHelpers::InsnSize * 3) >
/frameworks/native/include/media/hardware/
H A DHDCPAPI.h113 // at location "offset" are available in "buffer" (buffer handle). "size"
122 buffer_handle_t buffer, size_t offset, size_t size,
121 encryptNative( buffer_handle_t buffer, size_t offset, size_t size, uint32_t streamCTR, uint64_t *outInputCTR, void *outData) argument
/frameworks/support/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java192 static void offsetTopAndBottom(final View view, final int offset) { argument
206 // Now offset, invoking the API 11+ implementation (which contains it's own workarounds)
207 ViewCompatHC.offsetTopAndBottom(view, offset);
209 // The view has now been offset, so let's intersect the Rect and invalidate where
217 static void offsetLeftAndRight(final View view, final int offset) { argument
231 // Now offset, invoking the API 11+ implementation (which contains it's own workarounds)
232 ViewCompatHC.offsetLeftAndRight(view, offset);
234 // The view has now been offset, so let's intersect the Rect and invalidate where
/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java40 rect.offset(child.getScrollX(), child.getScrollY());
72 * @param rect (in/out) the rect to offset from descendant to this view's coordinate system
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java161 int offset = 0;
164 offset--;
167 offset++;
175 addOp.positionStart += offset;

Completed in 6346 milliseconds

<<11121314151617181920>>