Searched refs:total_size (Results 1 - 20 of 20) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c41 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
53 ds.total_size = sizeof(struct data_header_t);
85 ds.total_size += size + sizeof(struct data_header_t);
97 *size = ds.total_size;
178 if (sz >= ds.total_size) {
195 ds.total_size - sizeof(struct data_header_t));
197 hd->size = ds.total_size;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c45 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
57 ds.total_size = sizeof(struct data_header_t);
89 ds.total_size += size + sizeof(struct data_header_t);
101 *size = ds.total_size;
184 if (sz >= ds.total_size) {
201 ds.total_size - sizeof(struct data_header_t));
203 hd->size = ds.total_size;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c45 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
57 ds.total_size = sizeof(struct data_header_t);
89 ds.total_size += size + sizeof(struct data_header_t);
101 *size = ds.total_size;
184 if (sz >= ds.total_size) {
201 ds.total_size - sizeof(struct data_header_t));
203 hd->size = ds.total_size;
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp231 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
251 if (slice_offset != total_size) {
257 total_size += slice_size;
261 if (pBufHdr->nFilledLen != total_size) {
263 "total slices size[%d]", pBufHdr->nFilledLen, total_size);
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp258 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
282 if (slice_offset != total_size) {
289 total_size += slice_size;
294 if (pBufHdr->nFilledLen != total_size) {
296 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size);
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_common.xdr674 rpc_uint32 total_size;
783 rpc_uint32 total_size;
H A Dloc_api_common_xdr.c1146 if (!xdr_rpc_uint32 (xdrs, &objp->total_size))
1387 if (!xdr_rpc_uint32 (xdrs, &objp->total_size))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c933 size_t total_size = 0; local
959 vp9_start_encode(&residual_bc, data_ptr + total_size + 4);
961 vp9_start_encode(&residual_bc, data_ptr + total_size);
968 mem_put_be32(data_ptr + total_size, residual_bc.pos);
969 total_size += 4;
972 total_size += residual_bc.pos;
976 return total_size;
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
H A Dloc_api_common.xdr738 rpc_uint32 total_size;
862 rpc_uint32 total_size;
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_common.xdr635 rpc_uint32 total_size;
H A Dloc_api_common_xdr.c1077 if (!xdr_rpc_uint32 (xdrs, &objp->total_size))
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
H A Dloc_api_common.h703 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
831 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
H A Dloc_api_rpcgen_common_rpc.h766 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
911 rpc_uint32 total_size; member in struct:rpc_loc_efs_data_s_type
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp8346 const long long total_size = stop - pos;
8348 if (total_size < size)
8351 const long long frame_size = total_size - size;
8373 const long long total_size = stop - pos;
8375 if ((total_size % m_frame_count) != 0)
8378 const long long frame_size = total_size / m_frame_count;
8499 const long long total_size = stop - pos;
8501 if (total_size < size)
8504 frame_size = total_size - size;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp9330 const long long total_size = stop - pos;
9332 if (total_size < size)
9335 const long long frame_size = total_size - size;
9357 const long long total_size = stop - pos;
9359 if ((total_size % m_frame_count) != 0)
9362 const long long frame_size = total_size / m_frame_count;
9487 const long long total_size = stop - pos;
9489 if (total_size < size)
9492 frame_size = total_size - size;
H A Dmkvmuxer.cpp1811 const uint64 total_size = local
1814 const int64 size_left = total_size - (writer->Position() - start_pos_);
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c2132 double psnr = 0, total_size = frame_width * frame_height * 1.5 * frame_count; local
2145 printf("PERFORMANCE: Compression ratio : %d:1\n", (unsigned int)(total_size / frame_size));
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
H A Dloc_api_rpcgen_common_xdr.c1172 if (!xdr_rpc_uint32 (xdrs, &objp->total_size))
1440 if (!xdr_rpc_uint32 (xdrs, &objp->total_size))
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
H A Dloc_api_common.h676 rpc_uint32 total_size; member in struct:rpc_loc_predicted_orbits_data_s_type
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp960 predicted_orbits_data_ptr->total_size = length;

Completed in 637 milliseconds