Home
last modified time | relevance | path

Searched refs:dat (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_cameras.cpp156 auto dat = in ExecuteFrame() local
161 dat->view = currCamera.matrices.view; in ExecuteFrame()
162 dat->proj = jp.proj; in ExecuteFrame()
163 dat->viewProj = viewProj; in ExecuteFrame()
166 dat->projInv = Math::Inverse(jp.proj); in ExecuteFrame()
172 dat->projPrevFrame = jpPrevFrame.proj; in ExecuteFrame()
178 dat->shadowViewProj = shadowViewProj; in ExecuteFrame()
182 dat->jitter = jp.jitter; in ExecuteFrame()
200 dat->pad0 = { 0U, 0U, 0U, 0U }; in ExecuteFrame()
201 dat->matPad0 = ZERO_MATRIX_4X4; in ExecuteFrame()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp139 if ((dat.size_bytes() > 0) && gpuResourceMgr_.IsGpuBuffer(dstHandle)) { in CopyDataToBuffer()
143 GpuResourceManager::GetStagingBufferDesc(static_cast<uint32_t>(dat.size_bytes())); in CopyDataToBuffer()
152 … staging.bufferCopies.push_back(BufferCopy { 0, 0, static_cast<uint32_t>(dat.size_bytes()) }); in CopyDataToBuffer()
154 vector<uint8_t> copiedData(dat.cbegin().ptr(), dat.cend().ptr()); in CopyDataToBuffer()
163 if ((dat.size_bytes() > 0) && gpuResourceMgr_.IsGpuBuffer(dstHandle)) { in CopyDataToBufferOnCpu()
167 PLUGIN_ASSERT(bufferCopy.size <= static_cast<uint32_t>(dat.size())); in CopyDataToBufferOnCpu()
171 vector<uint8_t> copiedData(dat.cbegin().ptr(), dat.cend().ptr()); in CopyDataToBufferOnCpu()
180 void RenderDataStoreDefaultStaging::CopyDataToImage(const array_view<const uint8_t>& dat, in CopyDataToImage() argument
183 if ((dat.size_bytes() > 0) && gpuResourceMgr_.IsGpuImage(dstHandle)) { in CopyDataToImage()
187 GpuResourceManager::GetStagingBufferDesc(static_cast<uint32_t>(dat.size_bytes())); in CopyDataToImage()
[all …]
/ohos5.0/base/global/i18n_lite/frameworks/i18n/
H A DBUILD.gn48 sources = [ "i18n.dat" ]
49 outputs = [ "$root_out_dir/data/i18n.dat" ]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/drivers/peripheral/intelligent_voice/vendor/
H A Dintell_voice_host.te88 …1_25919" path="/vendor/etc/audio/intell_voice/wakeup/vpr/vpr_domainDict_03.dat" dev="sdd72" ino=61…
91 … path="/vendor/etc/audio/intell_voice/wakeup/ap/condict/kws2_domainDict_01.dat" dev="sdd72" ino=62…
94 # avc: denied { create } for pid=25908 comm="IPC_1_25919" name="vpr_history_info.dat" scontext=u…
95 # avc: denied { write } for pid=4535 comm="IPC_1_4551" name="vpr_history_info.dat" dev="sdd78" i…
99 # avc: denied { read } for pid=22108 comm="IPC_0_22126" name="vpr_history_info.dat" dev="sdd78" …
119 …rod/variant/region_comm/china/etc/intellvoice/wakeup/vpr/vpr_domainDict_03.dat" dev="sdd73" ino=17…
121 …rod/variant/region_comm/china/etc/intellvoice/wakeup/vpr/vpr_domainDict_03.dat" dev="sdd73" ino=17…
122 …ant/region_comm/china/etc/intellvoice/wakeup/ap/condict/kws2_domainDict_01.dat" dev="sdd73" ino=12…
/ohos5.0/base/global/i18n/ta/
H A DBUILD.gn21 source = "./timezone/tz_2023001-000360.dat"
/ohos5.0/base/global/i18n_lite/interfaces/kits/
H A DBUILD.gn17 source = "//base/global/i18n_lite/frameworks/i18n/i18n.dat"
/ohos5.0/foundation/multimedia/image_framework/
H A D.gitattributes16 *.dat filter=lfs diff=lfs merge=lfs -text
/ohos5.0/base/hiviewdfx/hidumper/
H A D.gitattributes16 *.dat filter=lfs diff=lfs merge=lfs -text
/ohos5.0/foundation/multimedia/camera_framework/
H A D.gitattributes16 *.dat filter=lfs diff=lfs merge=lfs -text
/ohos5.0/base/powermgr/battery_statistics/
H A D.gitattributes16 *.dat filter=lfs diff=lfs merge=lfs -text
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/multimedia/player/system/
H A Dsystem_core_hap.te18 …ti" path="/data/service/el2/100/hmdfs/account/files/Documents/Dynamic01/01.dat" dev="mmcblk0p11" i…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_patch2.patch393 …vector<uint8_t> dat(data.cbegin() + k, data.cbegin() + (k + shortBlockLen - blockEccLen + (i < num…
394 k += static_cast<int>(dat.size());
395 const vector<uint8_t> ecc = reedSolomonComputeRemainder(dat, rsDiv);
400 dat.push_back(0);
401 dat.insert(dat.end(), ecc.cbegin(), ecc.cend());
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v1.1.2-LTS.md82 …(https://gitee.com/openharmony/global_i18n_lite/pulls/24) | 代码重构,优化全球化i18n.dat资源加载 …
/ohos5.0/base/global/i18n_lite/
H A DREADME_zh.md15 …*为数据打包工具。数据打包工具的输入为文本数据文件,输出为二进制数据文件i18n.dat,i18n.dat中包含了国际化接口所依赖的国际化数据。数据打包工具位于tools/i18n-dat-too…
16 数据打包工具的使用方法:执行tools/i18n-dat-tool/src/main/java/ohos/global/i18n/Fetcher.java中的main方法。
18 - **source data**文本格式的国际化数据,位于tools/i18n-dat-tool/resource目录下。
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/
H A DBUILD.gn144 "//third_party/icu/ohos_icu4j/data/icudt72l.dat",
/ohos5.0/build/config/
H A Dpython.gni31 # data = [ "foo.dat" ]
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1286 uint8_t dat[10] = {0}; variable
1287 blob->ReadBytes(dat, 10);
1290 ASSERT_EQ(dat[i], i);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A DBUILD.gn276 "//third_party/icu/ohos_icu4j/data/icudt72l.dat",
/ohos5.0/foundation/resourceschedule/ffrt/src/dm/
H A Dsdependence_manager.cpp264 FFRT_BLOCK_TRACER(task->gid, dat); in onWait()
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v1.1.2-LTS.md81 …ee.com/openharmony/global_i18n_lite/pulls/24) | Resource loading of **i18n.dat** is defective. …
/ohos5.0/base/startup/init/services/etc/
H A Dinit.without_two_stages.cfg138 "copy /data/system/entropy.dat /dev/urandom",
/ohos5.0/foundation/graphic/graphic_2d/rosen/build/icu/
H A DBUILD.gn88 inputs = [ "$skia_root/third_party/externals/icu/common/icudtl.dat" ]
90 inputs = [ "$skia_root/third_party/externals/icu/flutter/icudtl.dat" ]
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/distributedhardware/distributed_screen/system/
H A Ddscreen.te86 #avc: denied { map } for pid=2127 comm="dscreen" path="/system/usr/ohos_icu/icudt67l.dat" dev="m…
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/web/webview/system/
H A Dnormal_hap.te66 #avc: denied { map } for pid=2827 comm="nweb_test" path="/system/usr/ohos_icu/icudt67l.dat" dev=…
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/720_2M/
H A Dvideo_72011.ts113 …�*�a��%˰-_7���f�>���G�oN7࿦���дn�Мfۆ͘:=N���X�Ծ8����.�2O���)��dat�T�/De��:a]�}8�х�7��…