/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 50 static struct data_storage_t ds; variable 56 memset(&ds, 0, sizeof(ds)); in inv_init_storage_manager() 57 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager() 75 for (kk=0; kk<ds.num; ++kk) { in inv_register_load_store() 76 if (key == ds.hd[kk].key) { in inv_register_load_store() 81 if (ds.num >= NUM_STORAGE_BOXES) { in inv_register_load_store() 85 ds.hd[ds.num].key = key; in inv_register_load_store() 86 ds.hd[ds.num].size = size; in inv_register_load_store() 87 ds.load[ds.num] = load_func; in inv_register_load_store() 88 ds.save[ds.num] = save_func; in inv_register_load_store() [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 50 static struct data_storage_t ds; variable 56 memset(&ds, 0, sizeof(ds)); in inv_init_storage_manager() 57 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager() 75 for (kk=0; kk<ds.num; ++kk) { in inv_register_load_store() 76 if (key == ds.hd[kk].key) { in inv_register_load_store() 81 if (ds.num >= NUM_STORAGE_BOXES) { in inv_register_load_store() 85 ds.hd[ds.num].key = key; in inv_register_load_store() 86 ds.hd[ds.num].size = size; in inv_register_load_store() 87 ds.load[ds.num] = load_func; in inv_register_load_store() 88 ds.save[ds.num] = save_func; in inv_register_load_store() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 807 vk_depth_stencil_state_init(struct vk_depth_stencil_state *ds, in vk_depth_stencil_state_init() argument 811 *ds = (struct vk_depth_stencil_state) { in vk_depth_stencil_state_init() 817 ds->depth.test_enable = ds_info->depthTestEnable; in vk_depth_stencil_state_init() 818 ds->depth.write_enable = ds_info->depthWriteEnable; in vk_depth_stencil_state_init() 819 ds->depth.compare_op = ds_info->depthCompareOp; in vk_depth_stencil_state_init() 820 ds->depth.bounds_test.enable = ds_info->depthBoundsTestEnable; in vk_depth_stencil_state_init() 821 ds->depth.bounds_test.min = ds_info->minDepthBounds; in vk_depth_stencil_state_init() 822 ds->depth.bounds_test.max = ds_info->maxDepthBounds; in vk_depth_stencil_state_init() 823 ds->stencil.test_enable = ds_info->stencilTestEnable; in vk_depth_stencil_state_init() 824 vk_stencil_test_face_state_init(&ds->stencil.front, &ds_info->front); in vk_depth_stencil_state_init() [all …]
|
D | vk_graphics_state.h | 560 void vk_optimize_depth_stencil_state(struct vk_depth_stencil_state *ds, 818 struct vk_depth_stencil_state ds; member 840 struct vk_depth_stencil_state ds; member 876 const struct vk_depth_stencil_state *ds; member
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdpRot.cpp | 52 void MdpRot::setDownscale(int ds) { in setDownscale() argument 54 if((utils::ROT_DS_HALF == ds) && (mRotImgInfo.src_rect.h &0x3)) in setDownscale() 56 else if(((utils::ROT_DS_FOURTH == ds) && (mRotImgInfo.src_rect.h &0x7))) in setDownscale() 58 else if(((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h &0xf))) in setDownscale() 60 } else if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) { in setDownscale() 67 mRotImgInfo.downscale_ratio = ds; in setDownscale()
|
D | overlayRotator.h | 90 virtual void setDownscale(int ds) = 0; 125 virtual void setDownscale(int ds); 184 virtual void setDownscale(int ds);
|
D | overlayMdssRot.cpp | 93 void MdssRot::setDownscale(int ds) {} in setDownscale() argument
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayRotator.h | 76 virtual void setDownscale(int ds) = 0; 111 virtual void setDownscale(int ds); 168 virtual void setDownscale(int ds);
|
D | overlayMdpRot.cpp | 52 void MdpRot::setDownscale(int ds) { in setDownscale() argument 53 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) { in setDownscale() 58 mRotImgInfo.downscale_ratio = ds; in setDownscale()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayRotator.h | 76 virtual void setDownscale(int ds) = 0; 116 virtual void setDownscale(int ds); 175 virtual void setDownscale(int ds);
|
D | overlayMdpRot.cpp | 71 void MdpRot::setDownscale(int ds) { in setDownscale() argument 72 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) { in setDownscale() 77 mRotImgInfo.downscale_ratio = ds; in setDownscale()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayRotator.h | 83 virtual void setDownscale(int ds) = 0; 141 virtual void setDownscale(int ds); 213 virtual void setDownscale(int ds);
|
D | overlayMdpRot.cpp | 80 void MdpRot::setDownscale(int ds) { in setDownscale() argument 81 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) { in setDownscale() 86 mRotImgInfo.downscale_ratio = ds; in setDownscale()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | MruCache.h | 35 EntryWithSize(const S&& d, const size_t ds) : data(std::move(d)), dataSize(ds) { in EntryWithSize()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 1878 int32_t ds = static_cast<int32_t>(stream.dataSpace); in isSupported() local 1896 if (ds != static_cast<int32_t>(Dataspace::V0_JFIF)) { in isSupported() 1897 ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds); in isSupported() 1912 if (!(ds & Dataspace::DEPTH)) { in isSupported()
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | README.md | 143 Decompress an image using the `-dl` \ `-ds` \ `-dh` \ `-dH` modes. For example:
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.cpp | 1304 Dataspace ds = stream.dataSpace; in isSupported() local 1322 if (ds != Dataspace::JFIF) { in isSupported() 1323 ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds); in isSupported() 1338 if (!(static_cast<int32_t>(ds) & static_cast<int32_t>(Dataspace::DEPTH))) { in isSupported()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 1190 struct goldfish_VkDescriptorSet* ds = as_goldfish_VkDescriptorSet(set); in unregister_VkDescriptorSet_locked() local 1191 delete ds->reified; in unregister_VkDescriptorSet_locked() 1214 struct goldfish_VkDescriptorSet* ds = as_goldfish_VkDescriptorSet(sets[i]); in freeDescriptorSetsIfHostAllocated() local 1215 if (ds->reified->allocationPending) { in freeDescriptorSetsIfHostAllocated() 1219 enc->vkFreeDescriptorSets(device, ds->reified->pool, 1, &sets[i], false /* no lock */); in freeDescriptorSetsIfHostAllocated() 6378 struct goldfish_VkDescriptorSet* ds = as_goldfish_VkDescriptorSet(descriptorSet); in on_vkUpdateDescriptorSetWithTemplate() local 6379 ReifiedDescriptorSet* reified = ds->reified; in on_vkUpdateDescriptorSetWithTemplate()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | 00-mesa-defaults.conf | 1165 <application name="DEATH STRANDING" executable="ds.exe">
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 1061 <<fragops-ds-state, depth or stencil operations>> or certain 1077 <<fragops-ds-state, depth or stencil operations>> or certain render pass 1391 to a <<renderpass, depth/stencil attachment>>, via <<fragops-ds-state, 1408 <<fragops-ds-state, depth or stencil operations>> or certain render pass
|
D | fragops.adoc | 1213 [[fragops-ds-state]]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7981 short ds = as - bs; in wenc14() local 7984 h = static_cast<unsigned short>(ds); in wenc14()
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.ts | 1985 u��#l ���a���3o;��s��6�Y��v���{�5U��aD�o�*��+守�>|��hM��ds����i�W�A�7�
|
D | tuner_frontend_input.es | 2041 �X��<B�k�#�b4���!Gk裷��G��5�AT��||��7w^�!?�ߩi1���dsʾ�����5%[�/��e,��}y�*�D�k��>tɟ^+��ד6… 2057 u��#l ���a���3o;��s��6�Y��v���{�5U��aD�o�*��+守�>|��hM��ds����i�W�A�7� 2157 �����;���lj�'!R��[�"�j���ԩ�_���v�D*;�(�;�D�z����A���C�[�/9ɯ֥-���ds���v�I�p�����{�����6s���… 2706 ۅ��ds�u{���Y}�0`��{^����=H�1n�c Z��R�=[�=��q`�����H�r�X��-������g ����FCO��>���…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10816 <<fragops-ds-state, Depth and Stencil Operations>> section (internal
|