/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/ |
D | inv_self_test.c | 541 int offsets[3] = {0}; in main() local 546 offsets[0] = -accel_bias[0].l / 1000 / 2 / scale_ratio; in main() 547 if (write_sysfs_int(mpu.accel_x_offset, offsets[0]) < 0) { in main() 550 offsets[1] = -accel_bias[1].l / 1000 / 2 / scale_ratio; in main() 551 if (write_sysfs_int(mpu.accel_y_offset, offsets[1]) < 0) { in main() 554 offsets[2] = -accel_bias[2].l / 1000 / 2 / scale_ratio; in main() 555 if (write_sysfs_int(mpu.accel_z_offset, offsets[2]) < 0) { in main() 559 offsets[0], offsets[1], offsets[2]); in main() 567 int offsets[3] = {0}; in main() local 570 offsets[0] = -gyro_bias[0].l / 1000 / scale_ratio; in main() [all …]
|
/hardware/google/gchips/gralloc4/src/core/ |
D | align_structs.py | 112 for offsets in offsets_list: 114 if offsets == None: 116 if len(offsets) != len(offsets_list[reference_index]): 121 for offsets in offsets_list: 122 if offsets == None: 125 max_offsets = offsets 128 if max_offsets[index] < offsets[index]: 129 max_offsets[index] = offsets[index]
|
/hardware/ti/am57x/libhwcomposer/ |
D | drmfb.cpp | 29 bo(), pitches(), offsets() in DRMFramebuffer() 47 this->offsets[0] = 0; in DRMFramebuffer() 58 this->offsets[1] = this->pitches[0] * img_hnd->iHeight; in DRMFramebuffer() 72 this->pitches, this->offsets, in DRMFramebuffer()
|
D | drmfb.h | 32 uint32_t offsets[4]; variable
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | ucode_download.c | 124 actual_data_len = ROUNDUP(trx->offsets[0], 4) + ROUNDUP(trx->offsets[1], 4); in check_ucode_file() 157 fw_size = main_trx_hdr.offsets[0]; in proc_ucode_download() 158 second_offset = main_trx_hdr.offsets[2]; in proc_ucode_download() 196 ucode_len = ucode_trx_hdr->offsets[0]; in proc_ucode_download() 198 ROUNDUP(ucode_trx_hdr->offsets[0], 4); in proc_ucode_download() 199 initvals_len = ucode_trx_hdr->offsets[1]; in proc_ucode_download()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_fragment_density_map_offset.adoc | 19 This extension allows an application to specify offsets to a fragment 31 pname:minFragmentDensityTexelSize, then offsets may be applied with 68 If minFragmentDensityTexelSize is 32x32, then offsets can be at most 86 .pFragmentDensityOffsets = offsets, // aligned to fragmentDensityOffsetGranularity 91 // Only offsets given to the last subpass are used for the whole render pass
|
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/ |
D | u_gralloc_fallback.c | 215 out->offsets[0] = (size_t)ycbcr.y; in fallback_gralloc_get_yuv_info() 218 out->offsets[1] = (size_t)ycbcr.cr; in fallback_gralloc_get_yuv_info() 219 out->offsets[2] = (size_t)ycbcr.cb; in fallback_gralloc_get_yuv_info() 221 out->offsets[1] = (size_t)ycbcr.cb; in fallback_gralloc_get_yuv_info() 222 out->offsets[2] = (size_t)ycbcr.cr; in fallback_gralloc_get_yuv_info()
|
D | u_gralloc.h | 39 int offsets[4]; member
|
D | u_gralloc_cros_api.c | 64 out->offsets[i] = info.offset[i]; in cros_get_buffer_info()
|
D | u_gralloc_imapper4_api.cpp | 144 out->offsets[i] = layouts[i].offsetInBytes; in mapper4_get_buffer_basic_info() 147 if (out->offsets[i] == 0 && i > 0) in mapper4_get_buffer_basic_info()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | trxhdr.h | 57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member 59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | print_gfx_logs_test.py | 116 offsets = [] 123 offsets.append(len(dump)) 133 self.assertEqual(actual_stream.pos_in_file, offsets[i])
|
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 30 if (colorMatrix.offsets.size() != dimension) { in convertDqeMatrixDataToDrmMatrix() 32 colorMatrix.offsets.size()); in convertDqeMatrixDataToDrmMatrix() 40 mat.offsets[i] = colorMatrix.offsets[i]; in convertDqeMatrixDataToDrmMatrix()
|
/hardware/google/gfxstream/guest/fuchsia/include/ |
D | cros_gralloc_handle.h | 27 uint32_t offsets[DRV_MAX_PLANES]; member
|
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/ |
D | DisplayColorModule.cpp | 30 if (colorMatrix.offsets.size() != dimension) { in convertDqeMatrixDataToDrmMatrix() 31 ALOGE("Invalid offset size(%zu)", colorMatrix.offsets.size()); in convertDqeMatrixDataToDrmMatrix() 40 mat.offsets[i] = colorMatrix.offsets[i]; in convertDqeMatrixDataToDrmMatrix()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_weight_align.cpp | 97 float* offsets in compute_angular_offsets() argument 130 storea(ofs, offsets + i); in compute_angular_offsets() 157 const float* offsets, in compute_lowest_and_highest_weight() argument 177 vfloat offset = loada(offsets + sp); in compute_lowest_and_highest_weight()
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 313 std::vector<uint32_t> offsets(9, 0); in TEST_P() local 314 offsets[0] = 128; in TEST_P() 315 offsets[1] = 128; in TEST_P() 317 _offsets.setToExternal(offsets.data(), offsets.size()); in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/include/GL/internal/ |
D | dri_interface.h | 1476 int *strides, int *offsets, 1517 int *strides, int *offsets, 1530 int *strides, int *offsets, 1622 int *strides, int *offsets, 1716 int *strides, int *offsets, 1758 int *strides, int *offsets,
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_meta.cpp | 345 offsets[0] = gralloc_hnd->plane_info[0].offset; in init() 346 offsets[1] = gralloc_hnd->plane_info[1].offset; in init() 347 offsets[2] = gralloc_hnd->plane_info[2].offset; in init()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/ |
D | vendor_graphicbuffer_meta.cpp | 354 offsets[0] = gralloc_hnd->plane_info[0].offset; in init() 355 offsets[1] = gralloc_hnd->plane_info[1].offset; in init() 356 offsets[2] = gralloc_hnd->plane_info[2].offset; in init()
|
/hardware/google/gfxstream/codegen/magma/ |
D | magma.attrib | 147 dir offsets in 148 len offsets offsets_count * sizeof(magma_buffer_offset_t)
|
/hardware/google/gchips/libvendorgraphicbuffer/include/ |
D | VendorGraphicBuffer.h | 92 uint32_t offsets[3]; member
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_master.cpp | 113 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_master.cpp | 112 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_master.cpp | 112 copy(begin(drm_buffer.offset), end(drm_buffer.offset), begin(cmd2.offsets)); in CreateFbId()
|