Searched refs:data_sz (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/misc/ |
D | showsizes.sh | 22 data_sz=$(($data_end-$data_start)) 36 printf " DATA SIZE: %6d bytes\n" $data_sz 41 flash_use=$(($code_sz+$data_sz)) 42 ram_use=$(($heap_sz+$bss_sz+$data_sz+$stack_sz))
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 145 unsigned int data_sz, in vpx_codec_decode() argument 148 DDD("%s %d data size %d userpriv %p", __func__, __LINE__, (int)data_sz, in vpx_codec_decode() 151 memcpy(ctx->data, data, data_sz); in vpx_codec_decode() 157 transport->writeParam((__u64)data_sz, 2, ctx->address_offset); in vpx_codec_decode()
|
D | goldfish_vpx_defs.h | 62 unsigned int data_sz, void *user_priv,
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | cf_bpttool.py | 365 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 368 if data_sz != (chunk_sz * self.block_size): 371 format(data_sz, chunk_sz*self.block_size)) 378 self._image.read(data_sz) 381 if data_sz != 4: 383 'has {}'.format(data_sz)) 392 if data_sz != 0: 394 format(data_sz)) 402 if data_sz != 4: 404 'this has {}'.format(data_sz)) [all …]
|