Searched defs:data (Results 176 - 200 of 633) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
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:__anon813
71 u8 *data; member in struct:__anon814
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/colorconversion/
H A DSoftwareRenderer.cpp141 const void *data, size_t size, void *platformPrivate) {
160 data,
167 const uint8_t *src_y = (const uint8_t *)data;
168 const uint8_t *src_u = (const uint8_t *)data + mWidth * mHeight;
198 (const uint8_t *)data;
201 (const uint8_t *)data + mWidth * (mHeight - mCropTop / 2);
140 render( const void *data, size_t size, void *platformPrivate) argument
/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;
122 hexdump(buffer->data(), buffer->size());
137 const uint8_t *data = buffer->data(); local
145 ++data;
148 size_t nalSize = (data[0] << 8) | data[
178 const uint8_t *data = buffer->data(); local
225 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/av/media/libstagefright/wifi-display/
H A DParsedMessage.cpp27 const char *data, size_t size, bool noMoreData, size_t *length) {
29 ssize_t res = msg->parse(data, size, noMoreData);
84 ssize_t ParsedMessage::parse(const char *data, size_t size, bool noMoreData) { argument
95 && (data[lineEndOffset] != '\r'
96 || data[lineEndOffset + 1] != '\n')) {
104 AString line(&data[offset], lineEndOffset - offset);
166 mContent.setTo(&data[offset], contentLength);
26 Parse( const char *data, size_t size, bool noMoreData, size_t *length) argument
/frameworks/av/services/camera/libcameraservice/camera2/
H A DCallbackProcessor.cpp275 uint8_t *data = (uint8_t*)heap->getBase() + offset; local
276 memcpy(data, imgBuffer.data, bufferSize);
285 ALOGV("%s: Camera %d: Invoking client data callback",
/frameworks/base/cmds/service/
H A Dservice.cpp36 Parcel data, reply; local
37 status_t err = service->transact(IBinder::INTERFACE_TRANSACTION, data, &reply);
122 Parcel data, reply; local
125 data.writeInterfaceToken(ifName);
137 data.writeInt32(atoi(argv[optind++]));
146 data.writeString16(String16(argv[optind++]));
149 data.writeStrongBinder(NULL);
176 else if (strcmp(key, "data") == 0)
208 writeString16(data, action);
209 writeString16(data, dataAr
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbinder.h32 void *data; member in struct:binder_txn
38 char *data; /* pointer to read/write from */ member in struct:binder_io
40 uint32_t data_avail; /* bytes available in data buffer */
43 char *data0; /* start of data buffer */
82 * - call once any necessary data has been extracted from the
103 void bio_init(struct binder_io *bio, void *data,
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java42 * &lt;meta-data android:name="android.accounts.AccountAuthenticator"
281 String data, Exception e) throws RemoteException {
284 Log.v(TAG, method + "(" + data + ")", e);
289 Log.v(TAG, method + "(" + data + ")", e);
295 Log.v(TAG, method + "(" + data + ")", e);
300 Log.w(TAG, method + "(" + data + ")", e);
280 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 int data, FileDescriptor newState, String[] files, String[] keys);
121 performBackup_native(FileDescriptor oldState, int data, FileDescriptor newState, String[] files, String[] keys) argument
H A DFullBackup.java66 * Copy data from a socket to the given File location on permanent storage. The
71 * the socket parameter may be {@code null}; even if it is valid, no data will be
77 * @param data Socket supplying the data to be copied to the output file. If the
79 * @param size Number of bytes of data to copy from the socket to the file. At least
80 * this much data must be available through the {@code data} parameter.
81 * @param type Must be either {@link BackupAgent#TYPE_FILE} for ordinary file data
90 * @param outFile Location within the filesystem to place the data. This must point
94 static public void restoreFile(ParcelFileDescriptor data, argument
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java50 * @param <D> the data type to be loaded.
68 D data = AsyncTaskLoader.this.onLoadInBackground();
70 return data;
88 protected void onPostExecute(D data) { argument
91 AsyncTaskLoader.this.dispatchOnLoadComplete(this, data);
99 protected void onCancelled(D data) { argument
102 AsyncTaskLoader.this.dispatchOnCancelled(this, data);
201 * @param data The value that was returned by {@link #loadInBackground}, or null
204 public void onCanceled(D data) { argument
230 void dispatchOnCancelled(LoadTask task, D data) { argument
242 dispatchOnLoadComplete(LoadTask task, D data) argument
[all...]
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];
111 System.arraycopy(columnValues, 0, data, start, columnCount);
134 Object[] localData = data;
163 Object[] localData = data;
171 if (size > data.length) {
172 Object[] oldData = this.data;
173 int newSize = data.length * 2;
177 this.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/
H A DVpnService.java238 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { argument
/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()
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java30 * This class handles TXT record data for DNS based service discovery as specified at
37 * The DnsSdTxtRecord object stores the entire TXT data as a single byte array, traversing it
53 public DnsSdTxtRecord(byte[] data) { argument
54 mData = (byte[]) data.clone();
163 /* Gets the raw data in bytes */
/frameworks/base/core/java/android/os/
H A DIBinder.java41 * <p>The data sent through transact() is a {@link Parcel}, a generic buffer
42 * of data that also maintains some meta-data about its contents. The meta
43 * data is used to manage IBinder object references in the buffer, so that those
114 * object. The data in the parcel is intended to be delivered to
209 * @param data Marshalled data to send to the target. Must not be null.
210 * If you are not sending any data, you must create an empty Parcel
212 * @param reply Marshalled data to be received from the target. May be
217 public boolean transact(int code, Parcel data, Parce argument
[all...]
/frameworks/base/core/java/android/preference/
H A DRingtonePreference.java230 public boolean onActivityResult(int requestCode, int resultCode, Intent data) { argument
234 if (data != null) {
235 Uri uri = data.getParcelableExtra(RingtoneManager.EXTRA_RINGTONE_PICKED_URI);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java163 * @param data Any data to include with the command.
165 public void appPrivateCommand(String action, Bundle data); argument
/frameworks/base/core/java/android/webkit/
H A DWebHistoryItemClassic.java29 // A point to a native WebHistoryItem instance which contains the actual data
33 // The pre-flattened data used for saving the state.
41 // Custom client data that is not flattened or read by native code.
64 * Construct a new WebHistoryItem with initial flattened data.
65 * @param data The pre-flattened data coming from restoreState.
67 /*package*/ WebHistoryItemClassic(byte[] data) { argument
68 mFlattenedData = data;
142 * Return the custom data provided by the client.
150 * Set the custom data fiel
155 setCustomData(Object data) argument
212 inflate(int nativeFrame, byte[] data) argument
[all...]

Completed in 270 milliseconds

1234567891011>>