Searched defs:total_size (Results 1 - 22 of 22) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp120 uint32_t total_size = sizeof(wifi_radio_stat) + channel_size; local
121 external_stat_ptr = (wifi_radio_stat *)malloc(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/msm8974/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/msm8974/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp260 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
284 if (slice_offset != total_size) {
291 total_size += slice_size;
296 if (pBufHdr->nFilledLen != total_size) {
298 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp260 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; local
284 if (slice_offset != total_size) {
291 total_size += slice_size;
296 if (pBufHdr->nFilledLen != total_size) {
298 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)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/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp2665 size_t total_size = metadata->tuning_params.tuning_sensor_data_size; local
2667 written_len += write(file_fd, data, total_size);
2668 total_size = metadata->tuning_params.tuning_vfe_data_size;
2670 written_len += write(file_fd, data, total_size);
2671 total_size = metadata->tuning_params.tuning_cpp_data_size;
2673 written_len += write(file_fd, data, total_size);
2674 total_size = metadata->tuning_params.tuning_cac_data_size;
2676 written_len += write(file_fd, data, total_size);
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1811 const uint64 total_size = local
1814 const int64 size_left = total_size - (writer->Position() - start_pos_);
/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/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-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/qcom/gps/msm8084/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/msm8084/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/msm8084/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/qcom/gps/msm8909/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/qcom/gps/msm8994/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/msm8994/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/msm8994/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/qcom/gps/msm8996/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/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp5605 size_t total_size = meta.tuning_sensor_data_size; local
5607 written_len += write(file_fd, data, total_size);
5608 total_size = meta.tuning_vfe_data_size;
5610 written_len += write(file_fd, data, total_size);
5611 total_size = meta.tuning_cpp_data_size;
5613 written_len += write(file_fd, data, total_size);
5614 total_size = meta.tuning_cac_data_size;
5616 written_len += write(file_fd, data, total_size);

Completed in 2421 milliseconds