HomeSort by relevance Sort by last modified time
    Searched full:tempsize (Results 1 - 6 of 6) sorted by null

  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 127 int32_t minSize = INT_MAX, tempSize;
129 tempSize = data[i] * data[i+1];
130 if (minSize > tempSize) {
131 minSize = tempSize;
145 int32_t maxSize = INT_MIN, tempSize;
147 tempSize = data[i] * data[i+1];
148 if (maxSize < tempSize) {
149 maxSize = tempSize;
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 53 INT32 tempsize = size; local
57 tempsize = (INT32)ALIGN_POOL(size);
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
69 p_cb->freeq[id].size = (UINT16) tempsize;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
1423 INT32 tempsize = size; local
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 53 INT32 tempsize = size; local
57 tempsize = (INT32)ALIGN_POOL(size);
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
69 p_cb->freeq[id].size = (UINT16) tempsize;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
1423 INT32 tempsize = size; local
    [all...]
  /external/lzma/C/Util/7z/
7zMain.c 293 size_t tempSize = 0;
371 if (len > tempSize)
374 tempSize = len;
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
  /external/jsoncpp/src/lib_json/
json_internalarray.inl 318 ArrayIndex tempSize = size_;
320 other.size_ = tempSize;
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 45 INT32 tempsize = size; local
49 tempsize = (INT32)ALIGN_POOL(size);
50 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
63 p_cb->freeq[id].size = (UINT16) tempsize;
79 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
    [all...]

Completed in 130 milliseconds