HomeSort by relevance Sort by last modified time
    Searched refs:extra_size (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
bit_writer.c 27 static int BitWriterResize(VP8BitWriter* const bw, size_t extra_size) {
30 const uint64_t needed_size_64b = (uint64_t)bw->pos_ + extra_size;
199 static int VP8LBitWriterResize(VP8LBitWriter* const bw, size_t extra_size) {
203 const uint64_t size_required_64b = (uint64_t)current_size + extra_size;
273 const uint64_t extra_size = 32768ULL + bw->max_bytes_; local
274 if (extra_size != (size_t)extra_size ||
275 !VP8LBitWriterResize(bw, (size_t)extra_size)) {
  /external/webp/src/utils/
bit_writer.c 27 static int BitWriterResize(VP8BitWriter* const bw, size_t extra_size) {
30 const uint64_t needed_size_64b = (uint64_t)bw->pos_ + extra_size;
199 static int VP8LBitWriterResize(VP8LBitWriter* const bw, size_t extra_size) {
203 const uint64_t size_required_64b = (uint64_t)current_size + extra_size;
273 const uint64_t extra_size = 32768ULL + bw->max_bytes_; local
274 if (extra_size != (size_t)extra_size ||
275 !VP8LBitWriterResize(bw, (size_t)extra_size)) {
  /external/e2fsprogs/e2fsck/
pass4.c 33 int extra_size = 0; local
38 extra_size = ((struct ext2_inode_large *)inode)->i_extra_isize;
46 if (EXT2_INODE_SIZE(fs->super) -EXT2_GOOD_OLD_INODE_SIZE -extra_size >0)
48 extra_size);
  /external/qemu/android/camera/
camera-service.c 405 * extra_size - Extra data size.
411 size_t extra_size)
416 /* Make sure extra_size is 0 if extra is NULL. */
417 if (extra == NULL && extra_size != 0) {
418 W("%s: 'extra' = NULL, while 'extra_size' = %d",
419 __FUNCTION__, (int)extra_size);
420 extra_size = 0;
424 if (extra_size) {
426 payload_size = extra_size + 3;
442 qemud_client_send(qc, (const uint8_t*)extra, extra_size);
    [all...]
  /external/qemu/hw/
goldfish_nand.c 62 uint32_t extra_size; member in struct:__anon27225
600 return dev->extra_size;
671 uint32_t extra_size = 0; local
730 extra_size = strtoul(value, &ep, 0);
819 dev->extra_size = extra_size;
820 dev->erase_size = erase_pages * (page_size + extra_size);
  /external/valgrind/main/coregrind/
m_errormgr.c 660 UInt extra_size; local
788 // extra_size = <something>
792 extra_size = VG_TDICT_CALL(tool_update_extra, p);
797 if (NULL != p->extra && 0 != extra_size) {
798 void* new_extra = VG_(malloc)("errormgr.mre.2", extra_size);
799 VG_(memcpy)(new_extra, p->extra, extra_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 291 struct module *module, int extra_size);
vx_core.h 220 struct snd_vx_ops *ops, int extra_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 291 struct module *module, int extra_size);
vx_core.h 220 struct snd_vx_ops *ops, int extra_size);
  /external/chromium_org/third_party/libwebp/dec/
idec.c 173 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1); local
175 (uint8_t*)WebPSafeMalloc(extra_size, sizeof(*new_buf));
180 mem->buf_size_ = (size_t)extra_size;
  /external/webp/src/dec/
idec.c 173 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1); local
175 (uint8_t*)WebPSafeMalloc(extra_size, sizeof(*new_buf));
180 mem->buf_size_ = (size_t)extra_size;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 1388 uint extra_size = 0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 1388 uint extra_size = 0; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4122 unsigned extra_size = seq->header_size - initial_header_size; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 3815 OMX_U32 extra_size; local
    [all...]
omx_vdec_copper.cpp 3541 OMX_U32 extra_size; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 3626 OMX_U32 extra_size; local
    [all...]
omx_vdec_hevc.cpp 3358 OMX_U32 extra_size; local
    [all...]
omx_vdec_msm8974.cpp 3519 OMX_U32 extra_size; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 1441 const int extra_size = (request->u.servicereg.txtlen > sizeof(RDataBody)) ? (request->u.servicereg.txtlen - sizeof(RDataBody)) : 0; local
    [all...]

Completed in 839 milliseconds