/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
ivfdec.c | 72 int ivf_read_frame(FILE *infile, uint8_t **buffer, 89 uint8_t *new_buffer = realloc(*buffer, 2 * frame_size); 92 *buffer = new_buffer; 95 warn("Failed to allocate compressed data buffer\n"); 102 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
|
video_reader.c | 24 uint8_t *buffer; member in struct:VpxVideoReaderStruct 62 free(reader->buffer); 68 return !ivf_read_frame(reader->file, &reader->buffer, &reader->frame_size, 77 return reader->buffer;
|
video_writer.h | 40 const uint8_t *buffer, size_t size,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvreader.hpp | 29 virtual int Read(long long position, long length, unsigned char* buffer);
|
/hardware/intel/img/hwcomposer/include/ |
BufferManager.h | 28 // Gralloc Buffer Manager 44 void unlockDataBuffer(DataBuffer *buffer); 49 void put(DataBuffer *buffer); 51 // map/unmap a data buffer into/from display memory 52 BufferMapper* map(DataBuffer& buffer); 55 // frame buffer management 68 DataBuffer& buffer) = 0; 73 // make the buffer pool large enough
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlFIFOHW.h | 37 uint_fast16_t inv_get_fifo(uint_fast16_t length, unsigned char *buffer);
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
OMXDCC.h | 33 size_t readDCCdir(OMX_PTR buffer, const android::Vector<android::String8 *> &dirPaths);
|
/libcore/luni/src/main/java/java/io/ |
Reader.java | 134 * {@code buffer} starting at offset 0. Returns the number of characters 140 public int read(char[] buffer) throws IOException { 141 return read(buffer, 0, buffer.length); 146 * at {@code offset} in the character array {@code buffer}. Returns the number 153 public abstract int read(char[] buffer, int offset, int count) throws IOException; 229 * Reads characters and puts them into the {@code target} character buffer. 232 * the destination character buffer.
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldErrorManagerTest.java | 55 public void write(byte[] buffer) { 56 linesWritten.append(new String(buffer)); 60 public synchronized void write(byte[] buffer, int offset, int len) { 61 linesWritten.append(new String(buffer, offset, len));
|
/packages/apps/Nfc/nci/jni/ |
DataQueue.cpp | 116 ** buffer: array to store the data. 117 ** bufferMaxLen: maximum size of the buffer. 123 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen) 130 if (header && buffer && (bufferMaxLen>0)) 134 //caller's buffer is big enough to store all data 137 memcpy (buffer, src, actualLen); 144 //caller's buffer is too small 147 memcpy (buffer, src, actualLen);
|
DataQueue.h | 74 ** buffer: array to store the data. 75 ** bufferMaxLen: maximum size of the buffer. 81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/ |
vstusb.h | 51 void *buffer; member in struct:vstusb_args::__anon46229::__anon46230
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
vstusb.h | 51 void *buffer; member in struct:vstusb_args::__anon47965::__anon47966
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
md5.h | 94 char buffer[128] ATTRIBUTE_ALIGNED_ALIGNOF(md5_uint32); 108 starting at BUFFER. 110 extern void md5_process_block (const void *buffer, size_t len, 115 starting at BUFFER. 117 extern void md5_process_bytes (const void *buffer, size_t len, 120 /* Process the remaining bytes in the buffer and put result from CTX 144 /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The 148 extern void *md5_buffer (const char *buffer, size_t len, void *resblock);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon51447
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon51801
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon52155
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon52580
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon52939
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon53369
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon53723
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon54342
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon54679
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon55479
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/ |
sha1.h | 21 u_char buffer[64]; member in struct:__anon55926
|