/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 41 size_t total_size; /**< Size in bytes to store non volatile data */ member 53 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager() 85 ds.total_size += size + sizeof(struct data_header_t); in inv_register_load_store() 97 *size = ds.total_size; in inv_get_mpl_state_size() 178 if (sz >= ds.total_size) { in inv_save_mpl_states() 195 ds.total_size - sizeof(struct data_header_t)); in inv_save_mpl_states() 197 hd->size = ds.total_size; in inv_save_mpl_states()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 45 size_t total_size; /**< Size in bytes to store non volatile data */ member 57 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager() 89 ds.total_size += size + sizeof(struct data_header_t); in inv_register_load_store() 101 *size = ds.total_size; in inv_get_mpl_state_size() 184 if (sz >= ds.total_size) { in inv_save_mpl_states() 201 ds.total_size - sizeof(struct data_header_t)); in inv_save_mpl_states() 203 hd->size = ds.total_size; in inv_save_mpl_states()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 45 size_t total_size; /**< Size in bytes to store non volatile data */ member 57 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager() 89 ds.total_size += size + sizeof(struct data_header_t); in inv_register_load_store() 101 *size = ds.total_size; in inv_get_mpl_state_size() 184 if (sz >= ds.total_size) { in inv_save_mpl_states() 201 ds.total_size - sizeof(struct data_header_t)); in inv_save_mpl_states() 203 hd->size = ds.total_size; in inv_save_mpl_states()
|
/hardware/qcom/media/mm-video-legacy/vidc/common/src/ |
D | extra_data_handler.cpp | 231 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; in parse_sliceinfo() local 251 if (slice_offset != total_size) { in parse_sliceinfo() 257 total_size += slice_size; in parse_sliceinfo() 261 if (pBufHdr->nFilledLen != total_size) { in parse_sliceinfo() 263 "total slices size[%d]", pBufHdr->nFilledLen, total_size); in parse_sliceinfo()
|
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/ |
D | extra_data_handler.cpp | 258 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; in parse_sliceinfo() local 282 if (slice_offset != total_size) { in parse_sliceinfo() 289 total_size += slice_size; in parse_sliceinfo() 294 if (pBufHdr->nFilledLen != total_size) { in parse_sliceinfo() 296 … "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size); in parse_sliceinfo()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 933 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/gen-1240/ |
D | loc_api_common.xdr | 674 rpc_uint32 total_size; 783 rpc_uint32 total_size;
|
D | loc_api_common_xdr.c | 1146 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type() 1387 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_efs_data_s_type()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/ |
D | loc_api_common.h | 703 rpc_uint32 total_size; member 831 rpc_uint32 total_size; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_common.xdr | 738 rpc_uint32 total_size; 862 rpc_uint32 total_size;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/ |
D | loc_api_rpcgen_common_rpc.h | 766 rpc_uint32 total_size; member 911 rpc_uint32 total_size; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
D | mkvparser.cpp | 8346 const long long total_size = stop - pos; in Parse() local 8348 if (total_size < size) in Parse() 8351 const long long frame_size = total_size - size; in Parse() 8373 const long long total_size = stop - pos; in Parse() local 8375 if ((total_size % m_frame_count) != 0) in Parse() 8378 const long long frame_size = total_size / m_frame_count; in Parse() 8499 const long long total_size = stop - pos; in Parse() local 8501 if (total_size < size) in Parse() 8504 frame_size = total_size - size; in Parse()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 9330 const long long total_size = stop - pos; in Parse() local 9332 if (total_size < size) in Parse() 9335 const long long frame_size = total_size - size; in Parse() 9357 const long long total_size = stop - pos; in Parse() local 9359 if ((total_size % m_frame_count) != 0) in Parse() 9362 const long long frame_size = total_size / m_frame_count; in Parse() 9487 const long long total_size = stop - pos; in Parse() local 9489 if (total_size < size) in Parse() 9492 frame_size = total_size - size; in Parse()
|
D | mkvmuxer.cpp | 1811 const uint64 total_size = in Finalize() local 1814 const int64 size_left = total_size - (writer->Position() - start_pos_); in Finalize()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/ |
D | loc_api_rpcgen_common_xdr.c | 1172 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type() 1440 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_efs_data_s_type()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_common.xdr | 635 rpc_uint32 total_size;
|
D | loc_api_common_xdr.c | 1077 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/ |
D | loc_api_common.h | 676 rpc_uint32 total_size; member
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 2132 double psnr = 0, total_size = frame_width * frame_height * 1.5 * frame_count; in print_performance() local 2145 printf("PERFORMANCE: Compression ratio : %d:1\n", (unsigned int)(total_size / frame_size)); in print_performance()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | LocApiRpc.cpp | 960 predicted_orbits_data_ptr->total_size = length; in setXtraData()
|