Searched refs:size (Results 101 - 125 of 4916) sorted by relevance

1234567891011>>

/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
H A Djnidebugwaitattach.cpp30 static const int size = 8; local
39 tb.setX(size);
40 tb.setY(size);
49 uint32_t * output = new uint32_t[size*size];
50 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
H A Djniinfiniteloop.cpp31 static const int size = 64; local
40 tb.setX(size);
41 tb.setY(size);
58 uint32_t * output = new uint32_t[size*size];
59 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
H A Djnimultiplersfiles.cpp31 static const int size = 64; local
40 tb.setX(size);
41 tb.setY(size);
52 uint32_t * output = new uint32_t[size*size];
53 b->copy2DRangeTo(0, 0, size, size, output);
/frameworks/av/include/media/
H A DMidiIoWrapper.h29 MidiIoWrapper(int fd, off64_t offset, int64_t size);
34 int readAt(void *buffer, int offset, int size);
35 int size();
/frameworks/av/media/libaudioclient/
H A DAudioPolicy.cpp73 size_t size = (size_t)parcel->readInt32(); local
74 if (size > MAX_CRITERIA_PER_MIX) {
75 size = MAX_CRITERIA_PER_MIX;
77 for (size_t i = 0; i < size; i++) {
96 size_t size = mCriteria.size(); local
97 if (size > MAX_CRITERIA_PER_MIX) {
98 size = MAX_CRITERIA_PER_MIX;
101 parcel->writeInt32(size);
102 size_t finalSize = size;
[all...]
/frameworks/av/media/libmedia/include/media/
H A DMidiIoWrapper.h29 MidiIoWrapper(int fd, off64_t offset, int64_t size);
34 int readAt(void *buffer, int offset, int size);
35 int size();
/frameworks/base/core/java/android/app/backup/
H A DFullBackupDataOutput.java48 public void addSize(long size) { argument
49 if (size > 0) {
50 mSize += size;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_buffer.h24 * Given a Java NativeBuffer instance, get access to the underlying C pointer and its size. The
25 * size argument may be NULL, in which case the object is not queried for its size.
27 char* GetJBufferData(JNIEnv* env, jobject buffer, int* size);
30 * Attach a given C data buffer and its size to a given allocated Java NativeBuffer instance. After
35 bool AttachDataToJBuffer(JNIEnv* env, jobject buffer, char* data, int size);
43 Java_android_filterfw_core_NativeBuffer_allocate(JNIEnv* env, jobject thiz, jint size);
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.h30 explicit NativeFrame(int size);
34 // Set the frame data and size in bytes. The NativeFrame object takes ownership of the data.
36 bool SetData(uint8_t* data, int size);
38 // Write the specified data of the given size to the frame at the specified offset. The
40 bool WriteData(const uint8_t* data, int offset, int size);
52 // Resize the frame. You can only resize to a size that fits within the frame's capacity.
56 // Returns the size of the frame in bytes.
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Darray_wrapper.h32 ArrayWrapper(pointer buffer, size_type capacity, size_type size) argument
35 end_(capacity < size ? capacity : size) {}
37 ArrayWrapper(pointer buffer, size_type size) argument
38 : ArrayWrapper(buffer, size, size) {}
79 size_type size() const { return end_; } function in class:android::pdx::rpc::ArrayWrapper
83 // Moves the end marker to |size|, clamping the end marker to the max capacity
84 // of the underlying array. This method does not change the size of the
86 void resize(size_type size) { argument
103 WrapArray(T* buffer, SizeType size) argument
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DInfoStoreTrojan.java30 final int size = store.mLayoutHolderMap.size();
31 for (int i = 0; i < size; i ++) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp54 return mBufferQueue.size();
58 off64_t offset, void *data, size_t size) {
71 totalAvailable += buffer->size();
73 if (totalAvailable >= size) {
78 if (totalAvailable < size) {
82 return readAt_l(offset, data, size);
85 ssize_t LiveDataSource::readAt(off64_t offset, void *data, size_t size) { argument
87 return readAt_l(offset, data, size);
90 ssize_t LiveDataSource::readAt_l(off64_t offset, void *data, size_t size) { argument
98 while (sizeDone < size) {
57 readAtNonBlocking( off64_t offset, void *data, size_t size) argument
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java38 public Rectangle(Point origin, Point size) { argument
40 origin.plus(size.x, 0.0f),
41 origin.plus(0.0f, size.y),
42 origin.plus(size.x, size.y));
45 public static Rectangle fromRotatedRect(Point center, Point size, float rotation) { argument
46 Point p0 = new Point(center.x - size.x/2f, center.y - size.y/2f);
47 Point p1 = new Point(center.x + size.x/2f, center.y - size
60 fromCenterVerticalAxis(Point center, Point vAxis, Point size) argument
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DDirectedAcyclicGraph.java102 for (int i = 0, size = mGraph.size(); i < size; i++) {
115 for (int i = 0, size = mGraph.size(); i < size; i++) {
128 for (int i = 0, size = mGraph.size(); i < size; i++) {
151 for (int i = 0, size
184 int size() { method in class:DirectedAcyclicGraph
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h43 return (f_pNULLSection != NULL) && (f_pNULLSection->size() != 0);
46 bool hasGOT() const { return (f_pGOT != NULL) && (f_pGOT->size() != 0); }
48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); }
51 return (f_pRelDyn != NULL) && (f_pRelDyn->size() != 0);
55 return (f_pRelPlt != NULL) && (f_pRelPlt->size() != 0);
59 return (f_pRelaDyn != NULL) && (f_pRelaDyn->size() != 0);
63 return (f_pRelaPlt != NULL) && (f_pRelaPlt->size() != 0);
68 return (f_pComment != NULL) && (f_pComment->size() != 0);
72 return (f_pData1 != NULL) && (f_pData1->size() != 0);
76 return (f_pDebug != NULL) && (f_pDebug->size() !
[all...]
/frameworks/av/include/media/audiohal/
H A DEffectBufferHalInterface.h47 virtual void update(size_t size) = 0; // copies partial data from external buffer
48 virtual void commit(size_t size) = 0; // copies partial data to external buffer
50 static status_t allocate(size_t size, sp<EffectBufferHalInterface>* buffer);
51 static status_t mirror(void* external, size_t size, sp<EffectBufferHalInterface>* buffer);
/frameworks/av/include/media/stagefright/
H A DDataUriSource.h37 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
39 virtual status_t getSize(off64_t *size) { argument
44 *size = mData.size();
/frameworks/av/include/media/stagefright/foundation/
H A Dhexdump.h28 const void *_data, size_t size,
/frameworks/av/media/libaudiohal/
H A DEffectBufferHalLocal.h39 virtual void update(size_t size);
40 virtual void commit(size_t size);
51 explicit EffectBufferHalLocal(size_t size);
52 EffectBufferHalLocal(void* external, size_t size);
/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DEffectBufferHalInterface.h47 virtual void update(size_t size) = 0; // copies partial data from external buffer
48 virtual void commit(size_t size) = 0; // copies partial data to external buffer
50 static status_t allocate(size_t size, sp<EffectBufferHalInterface>* buffer);
51 static status_t mirror(void* external, size_t size, sp<EffectBufferHalInterface>* buffer);
/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp53 ssize_t CallbackDataSource::readAt(off64_t offset, void* data, size_t size) { argument
58 // IDataSource can only read up to mMemory->size() bytes at a time, but this
61 size_t numLeft = size;
62 const size_t bufferSize = mMemory->size();
88 status_t CallbackDataSource::getSize(off64_t *size) { argument
89 status_t err = mIDataSource->getSize(size);
93 if (*size < 0) {
94 // IDataSource will set size to -1 to indicate unknown size, but
129 ssize_t TinyCacheSource::readAt(off64_t offset, void* data, size_t size) { argument
181 getSize(off64_t *size) argument
[all...]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A Dhexdump.h28 const void *_data, size_t size,
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DDataUriSource.h37 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
39 virtual status_t getSize(off64_t *size) { argument
44 *size = mData.size();
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A Dhexdump.h28 const void *_data, size_t size,
/frameworks/base/cmds/bootanimation/
H A Daudioplay.h31 bool playClip(const uint8_t* buf, int size);

Completed in 2308 milliseconds

1234567891011>>