HomeSort by relevance Sort by last modified time
    Searched refs:data_size (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/webkit/glue/media/
audio_decoder.h 16 size_t data_size, double sample_rate);
audio_decoder.cc 24 const char* data, size_t data_size, double sample_rate) {
30 InMemoryDataReader data_reader(data, data_size);
50 << " data size: " << data_size
  /external/webp/src/dec/
webp.c 63 size_t* const data_size,
66 assert(data_size != NULL);
70 if (*data_size >= RIFF_HEADER_SIZE && !memcmp(*data, "RIFF", TAG_SIZE)) {
82 *data_size -= RIFF_HEADER_SIZE;
96 size_t* const data_size,
102 assert(data_size != NULL);
107 if (*data_size < CHUNK_HEADER_SIZE) {
120 if (*data_size < vp8x_size) {
135 *data_size -= vp8x_size;
149 size_t* const data_size,
    [all...]
decode_vp8.h 30 // io.data_size = size;
85 size_t data_size; member in struct:VP8Io
157 WEBP_EXTERN(int) VP8CheckSignature(const uint8_t* const data, size_t data_size);
164 size_t data_size, // data available so far
175 const uint8_t* data, size_t data_size, // data available so far
alpha.c 34 // Decodes the compressed data 'data' of size 'data_size' into the 'output'.
43 static int DecodeAlpha(const uint8_t* data, size_t data_size,
57 if (data_size <= ALPHA_HEADER_LEN) {
74 ok = (data_size >= decoded_size);
81 data_size - ALPHA_HEADER_LEN,
  /external/opencv/
WLNonFileByteStream.h 31 bool Open(int data_size);
41 void Allocate(int data_size);
WLNonFileByteStream.cpp 33 void WLNonFileByteStream::Allocate(int data_size)
36 m_start = new uchar[data_size];
38 m_end = m_start + data_size;
51 bool WLNonFileByteStream::Open(int data_size)
54 Allocate(data_size);
58 _size = data_size;
  /external/qemu/memcheck/
memcheck_api.h 66 * data_size - Size of the read.
74 uint32_t data_size,
80 * data_size - Size of the write.
90 uint32_t data_size,
memcheck.c 81 * data_size - Size of data accessed at the 'addr'.
93 uint32_t data_size,
162 is_read ? "read" : "write", data_size,
174 * data_size - Size of the accessed data.
189 uint32_t data_size,
204 desc = procdesc_find_malloc_for_range(proc, addr, data_size);
217 validating_range_end = addr + data_size;
246 if ((validating_range_end - user_range_end) < data_size) {
566 * data_size - Size of the read.
576 uint32_t data_size,
    [all...]
  /external/webp/include/webp/
decode.h 31 WEBP_EXTERN(int) WebPGetInfo(const uint8_t* data, size_t data_size,
39 WEBP_EXTERN(uint8_t*) WebPDecodeRGBA(const uint8_t* data, size_t data_size,
43 WEBP_EXTERN(uint8_t*) WebPDecodeARGB(const uint8_t* data, size_t data_size,
47 WEBP_EXTERN(uint8_t*) WebPDecodeBGRA(const uint8_t* data, size_t data_size,
52 WEBP_EXTERN(uint8_t*) WebPDecodeRGB(const uint8_t* data, size_t data_size,
56 WEBP_EXTERN(uint8_t*) WebPDecodeBGR(const uint8_t* data, size_t data_size,
69 WEBP_EXTERN(uint8_t*) WebPDecodeYUV(const uint8_t* data, size_t data_size,
83 const uint8_t* data, size_t data_size,
86 const uint8_t* data, size_t data_size,
89 const uint8_t* data, size_t data_size,
    [all...]
  /external/chromium/base/
resource_util.cc 24 DWORD data_size = SizeofResource(module, hres_info);
34 *length = static_cast<size_t>(data_size);
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 36 ParseableChunk(const char* data_start, size_t data_size) {
37 SetDataBuffer(data_start, data_size);
78 void SetDataBuffer(const char* data_start, size_t data_size) {
80 end_ = data_start + data_size;
117 void Init(const char* data_start, size_t data_size) {
120 parseable_chunk_->SetDataBuffer(data_start, data_size);
122 parseable_chunk_ = new ParseableChunk(data_start, data_size);
  /frameworks/av/media/libstagefright/
ESDS.cpp 71 uint8_t *tag, size_t *data_offset, size_t *data_size) const {
79 *data_size = 0;
89 *data_size = (*data_size << 7) | (x & 0x7f);
94 ALOGV("tag=0x%02x data_size=%d", *tag, *data_size);
96 if (*data_size > size) {
108 size_t data_size; local
110 skipDescriptorHeader(0, mSize, &tag, &data_offset, &data_size);
120 return parseESDescriptor(data_offset, data_size);
    [all...]
  /external/webp/examples/
dwebp.c 69 uint32_t data_size = 0; local
77 data_size = ftell(in);
79 data = malloc(data_size);
80 const int ok = (fread(data, data_size, 1, in) == 1);
88 out = WebPDecodeRGB(data, data_size, &width, &height);
90 out = WebPDecodeYUV(data, data_size, &width, &height,
  /frameworks/av/media/libstagefright/include/
SampleTable.h 41 uint32_t type, off64_t data_offset, size_t data_size);
43 status_t setSampleToChunkParams(off64_t data_offset, size_t data_size);
47 uint32_t type, off64_t data_offset, size_t data_size);
49 status_t setTimeToSampleParams(off64_t data_offset, size_t data_size);
52 off64_t data_offset, size_t data_size);
54 status_t setSyncSampleParams(off64_t data_offset, size_t data_size);
  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 131 inline uint32 ReplySize(uint32 data_size) {
134 return sizeof(ICMP_ECHO_REPLY) + talk_base::_max<uint32>(8, data_size);
187 uint32 ip, uint32 data_size, uint32 timeout, uint8 ttl,
198 uint32 reply_size = ReplySize(data_size);
200 if (data_size > dlen_) {
202 dlen_ = data_size;
214 data_, uint16(data_size), &ipopt,
223 << ", " << data_size << "): " << error;
  /external/qemu/android/protocol/
core-connection.h 162 core_connection_get_timeout(size_t data_size)
166 return 2000 + data_size * 10;
  /bionic/libc/kernel/common/linux/
rpmsg_omx.h 40 uint32_t data_size; member in struct:omx_packet
  /system/vold/
Devmapper.h 35 static void ioctlInit(struct dm_ioctl *io, size_t data_size,
  /frameworks/compile/slang/
slang-data.c 45 size_t data_size = 0; local
54 data_size += nread;
91 prefix, (unsigned long)data_size);
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 358 ** data_size - the size of the data
367 UINT16 data_size, UINT8 *p_data, UINT16 evt)
373 BTIF_TRACE_DEBUG4("%s app_id=%d mdl_handle=0x%x data_size=%d",
374 __FUNCTION__,app_id, mdl_handle, data_size);
380 if ((p_dcb->p_rx_pkt = (UINT8 *)btif_hl_get_buf(data_size)) != NULL)
382 memcpy(p_dcb->p_rx_pkt, p_data, data_size);
385 BTIF_TRACE_DEBUG4("app_idx=%d mcl_idx=0x%x mdl_idx=0x%x data_size=%d",
386 app_idx, mcl_idx, mdl_idx, data_size);
387 r = send(p_dcb->p_scb->socket_id[1], p_dcb->p_rx_pkt, data_size, 0);
389 if (r == data_size)
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_sock_thread.h 45 int data_size, uint32_t user_id);
  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 32 int data_size = data.length() * sizeof(wchar_t); local
36 memcpy(buffer.get(), data.c_str(), data_size);
38 RunInternal(reinterpret_cast<uint8 *>(buffer.get()), data_size); local
43 memset(buffer.get(), 0, data_size);
  /external/webp/src/utils/
quant_levels.c 35 const size_t data_size = height * width; local
38 const double err_threshold = ERROR_THRESHOLD * data_size;
55 for (n = 0; n < data_size; ++n) {
132 for (n = 0; n < data_size; ++n) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cycx_cfm.h 98 unsigned long data_size; member in struct:cycx_fw_header

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011>>