Searched defs:data (Results 201 - 225 of 784) sorted by relevance

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp32 * @param data pointer to the compressed audio data
33 * @param offset offset in bytes relative to data of where the frame is supposed to start
34 * @param size the size in bytes of the data block starting at data
38 static size_t getAdtsFrameSize(const uint8_t *data, off64_t offset, size_t size) { argument
47 const uint8_t *syncword = data + offset;
53 const uint8_t protectionAbsent = data[offset+1] & 0x1;
55 const uint8_t* header = data + offset + 3;
76 * @param data pointe
83 validateBufferStartEndOnFrameBoundaries(void* data, size_t size) argument
[all...]
H A DBufferQueueSource.cpp35 SL_ANDROIDBUFFERQUEUEEVENT_PROCESSED // item data
57 ssize_t BufferQueueSource::readAt(off64_t offset, void *data, size_t size) { argument
58 SL_LOGD("BufferQueueSource::readAt(offset=%lld, data=%p, size=%d)", offset, data, size);
83 // (either because there was a command with no data, or all the data has been consumed)
86 // consume events when starting to read data from a buffer for the first time
90 // EOS has no associated data
122 // consume data: copy to given destination
124 memcpy(data, pSr
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h100 * Image data for strips or tiles must be written separately at the
123 * - BAD_TYPE - The type of the given data isn't compatible with the
139 * - BAD_TYPE - The type of the given data isn't compatible with the
144 status_t addEntry(uint16_t tag, uint32_t count, const T* data, uint32_t ifd);
157 * - BAD_TYPE - The type of the given data isn't compatible with the
161 status_t buildEntry(uint16_t tag, uint32_t count, const T* data,
240 * and data.
244 uint32_t count, Endianness end, const T* data);
272 status_t TiffWriter::buildEntry(uint16_t tag, uint32_t count, const T* data, argument
289 if (TiffEntry::forceValidType(fixedType, data)
301 addEntry(uint16_t tag, uint32_t count, const T* data, uint32_t ifd) argument
314 uncheckedBuildEntry(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data) argument
[all...]
/frameworks/av/media/libmedia/
H A DIEffect.cpp47 Parcel data, reply; local
48 data.writeInterfaceToken(IEffect::getInterfaceDescriptor());
49 remote()->transact(ENABLE, data, &reply);
56 Parcel data, reply; local
57 data.writeInterfaceToken(IEffect::getInterfaceDescriptor());
58 remote()->transact(DISABLE, data, &reply);
69 Parcel data, reply; local
70 data.writeInterfaceToken(IEffect::getInterfaceDescriptor());
71 data.writeInt32(cmdCode);
76 data
106 Parcel data, reply; local
114 Parcel data, reply; local
132 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DIMediaHTTPConnection.cpp46 Parcel data, reply; local
47 data.writeInterfaceToken(
51 data.writeString16(tmp);
65 data.writeString16(tmp);
67 remote()->transact(CONNECT, data, &reply);
82 Parcel data, reply; local
83 data.writeInterfaceToken(
86 remote()->transact(DISCONNECT, data, &reply);
90 Parcel data, reply; local
91 data
119 Parcel data, reply; local
137 Parcel data, reply; local
157 Parcel data, reply; local
[all...]
H A DIStreamSource.cpp56 Parcel data, reply; local
57 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
58 data.writeStrongBinder(listener->asBinder());
59 remote()->transact(SET_LISTENER, data, &reply);
63 Parcel data, reply; local
64 data.writeInterfaceToken(IStreamSource::getInterfaceDescriptor());
65 data.writeInt64(static_cast<int64_t>(buffers.size()));
67 data.writeStrongBinder(buffers.itemAt(i)->asBinder());
69 remote()->transact(SET_BUFFERS, data, &reply);
73 Parcel data, repl local
81 Parcel data, reply; local
91 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
146 Parcel data, reply; local
156 Parcel data, reply; local
174 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c22 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
35 data.
201 /* keep decoding until all data from input stream buffer consumed */
257 Write picture pointed by data to file pointed by fid. Size of the
261 void WriteOutput(FILE *fid, u8 *data, u32 picSize) argument
263 fwrite(data, 1, picSize, fid);
H A Dh264bsd_conceal.c56 u32 sliceType, u8 *data);
58 static void Transform(i32 *data);
176 H264SwDecMemset(currImage->data, 128, width*height*384);
178 H264SwDecMemcpy(currImage->data, refData, width*height*384);
264 u8 data[384]; local
293 mbPos = currImage->data + row * 16 * width * 16 + col * 16;
307 H264SwDecMemset(data, 0, sizeof(data));
314 refImage.data = refData;
315 if (refImage.data)
587 Transform(i32 *data) argument
[all...]
H A Dh264bsd_dpb.h57 u8 *data; /* 16-byte aligned pointer of pAllocatedData */ member in struct:__anon600
71 u8 *data; member in struct:__anon601
H A Dh264bsd_image.c69 data pointer to macroblock data to be written, 256 values for
80 void h264bsdWriteMacroblock(image_t *image, u8 *data) argument
94 ASSERT(data);
95 ASSERT(!((u32)data&0x3));
108 ptr = (u32*)data;
153 writing the data to the image
156 data pointer to macroblock prediction data, 256 values for
159 residual pointer to residual data, 1
171 h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data, i32 residual[][16]) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdWriteMacroblock.s26 data RN 1 label
78 ; data pointer to macroblock data to be written, 256 values for
100 VLD1 {qRow0, qRow1}, [data]!
102 VLD1 {qRow2, qRow3}, [data]!
105 VLD1 {qRow4, qRow5}, [data]!
107 VLD1 {qRow6, qRow7}, [data]!
109 VLD1 {qRow8, qRow9}, [data]!
111 VLD1 {qRow10, qRow11}, [data]!
113 VLD1 {qRow12, qRow13}, [data]!
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdWriteMacroblock.S28 #define data r1 define
80 data pointer to macroblock data to be written, 256 values for
102 VLD1 {qRow0, qRow1}, [data]!
104 VLD1 {qRow2, qRow3}, [data]!
107 VLD1 {qRow4, qRow5}, [data]!
109 VLD1 {qRow6, qRow7}, [data]!
111 VLD1 {qRow8, qRow9}, [data]!
113 VLD1 {qRow10, qRow11}, [data]!
115 VLD1 {qRow12, qRow13}, [data]!
[all...]
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp81 ssize_t MediaHTTP::readAt(off64_t offset, void *data, size_t size) { argument
99 offset + numBytesRead, (uint8_t *)data + numBytesRead, copy);
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp80 const uint8_t *data = buffer->data(); local
83 if (size < 1 || (data[0] & 0x80)) {
93 unsigned nalType = data[0] & 0x1f;
129 hexdump(buffer->data(), buffer->size());
144 const uint8_t *data = buffer->data(); local
152 ++data;
155 size_t nalSize = (data[0] << 8) | data[
185 const uint8_t *data = buffer->data(); local
232 const uint8_t *data = buffer->data(); local
[all...]
H A DARTPSource.cpp184 uint8_t *data = buffer->data() + buffer->size(); local
186 data[0] = 0x80 | 4;
187 data[1] = 206; // PSFB
188 data[2] = 0;
189 data[3] = 4;
190 data[4] = kSourceID >> 24;
191 data[5] = (kSourceID >> 16) & 0xff;
192 data[6] = (kSourceID >> 8) & 0xff;
193 data[
222 uint8_t *data = buffer->data() + buffer->size(); local
[all...]
/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp57 SRTDataSourceStub(const char *data, size_t size) : argument
58 mData(data), mSize(size) {}
65 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { argument
72 memcpy(data, mData + offset, avail);
103 const char* data = (const char*) parcel.readInplace(intval); local
107 EXPECT_TRUE(strncmp(data, content, content_len) == 0);
/frameworks/base/cmds/idmap/
H A Dcreate.cpp57 int write_idmap(int fd, const uint32_t *data, size_t size) argument
64 ssize_t w = TEMP_FAILURE_RETRY(write(fd, data + size - bytesLeft, bytesLeft));
152 uint32_t **data, size_t *size)
166 data, size);
180 uint32_t *data = NULL; local
183 if (create_idmap(target_apk_path, overlay_apk_path, &data, &size) == -1) {
187 if (write_idmap(fd, data, size) == -1) {
188 free(data);
192 free(data);
151 create_idmap(const char *target_apk_path, const char *overlay_apk_path, uint32_t **data, size_t *size) argument
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java42 * &lt;meta-data android:name="android.accounts.AccountAuthenticator"
313 String data, Exception e) throws RemoteException {
316 Log.v(TAG, method + "(" + data + ")", e);
321 Log.v(TAG, method + "(" + data + ")", e);
327 Log.v(TAG, method + "(" + data + ")", e);
332 Log.w(TAG, method + "(" + data + ")", e);
312 handleException(IAccountAuthenticatorResponse response, String method, String data, Exception e) argument
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelperBase.java53 static void performBackup_checked(ParcelFileDescriptor oldState, BackupDataOutput data, argument
76 int err = performBackup_native(oldStateFd, data.mBackupWriter, newStateFd, files, keys);
122 long data, FileDescriptor newState, String[] files, String[] keys);
121 performBackup_native(FileDescriptor oldState, long data, FileDescriptor newState, String[] files, String[] keys) argument
H A DFullBackup.java64 * Copy data from a socket to the given File location on permanent storage. The
69 * the socket parameter may be {@code null}; even if it is valid, no data will be
75 * @param data Socket supplying the data to be copied to the output file. If the
77 * @param size Number of bytes of data to copy from the socket to the file. At least
78 * this much data must be available through the {@code data} parameter.
79 * @param type Must be either {@link BackupAgent#TYPE_FILE} for ordinary file data
88 * @param outFile Location within the filesystem to place the data. This must point
92 static public void restoreFile(ParcelFileDescriptor data, argument
[all...]
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java31 * Inserts default data from InputStream, should be in XML format.
32 * If the provider syncs data to the server, the imported data will be synced to the server.
235 public void processingInstruction(String target, String data) argument
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java29 private Object[] data; field in class:MatrixCursor
48 this.data = new Object[columnCount * initialCapacity];
75 return data[mPos * columnCount + column];
110 System.arraycopy(columnValues, 0, data, start, columnCount);
133 Object[] localData = data;
162 Object[] localData = data;
170 if (size > data.length) {
171 Object[] oldData = this.data;
172 int newSize = data.length * 2;
176 this.data
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordListener.java60 * @param data timer status data. For more details, look at {@link TimerStatusData}.
62 public void onTimerRecordingResult(int recorderAddress, TimerStatusData data) { argument
83 TimerStatusData data = new TimerStatusData();
85 data.mOverlapped = ((result >> 31) & 0x1) != 0;
87 data.mMediaInfo = (result >> 29) & 0x3;
89 data.mProgrammed = ((result >> 28) & 0x1) != 0;
90 if (data.mProgrammed) {
91 data.mProgrammedInfo = (result >> 24) & 0xF;
92 data
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbRequest.java25 * This can be used for both reading and writing data to or from a
27 * UsbRequests can be used to transfer data on bulk and interrupt endpoints.
55 * Initializes the request so it can read or write data on the given endpoint.
97 * Returns the client data for the request.
103 * @return the client data for the request
110 * Sets the client data for the request.
116 * @param data the client data for the request
118 public void setClientData(Object data) { argument
119 mClientData = data;
[all...]
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java23 * then multiple data() then endData(). handleSslErrorRequest(), if
93 * @param data A byte array containing the content
94 * @param len The length of valid content in data
97 * android.net.http. Decoded data is passed through this
100 public void data(byte[] data, int len); argument
103 * Called when the document is completely read. No more data()

Completed in 1275 milliseconds

1234567891011>>