/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_path.cpp | 36 d_ = value; in ParseAndSetSpecializedAttr() 47 SkParsePath::FromSVGString(d_.c_str(), &out); in AsPath() 58 if (!d_.empty()) { in AsPath() 59 out.BuildFromSVGString(d_); in AsPath()
|
H A D | svg_path.h | 39 std::string d_;
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | offscreen_context_helper.cpp | 31 d_ = eglGetCurrentDisplay(); in AutoRestore() 32 if (d_ == EGL_NO_DISPLAY) { in AutoRestore() 33 d_ = eglGetDisplay(EGL_DEFAULT_DISPLAY); in AutoRestore() 35 if (!eglMakeCurrent(d_, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)) { in AutoRestore() 42 if (!eglMakeCurrent(d_, ws_, rs_, c_)) { in ~AutoRestore()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_path.cpp | 29 if (d_.empty()) { in Paint() 67 if (d_.empty()) { in PaintDirectly() 127 SkParsePath::FromSVGString(d_.c_str(), &out); in GetPath() 147 SkParsePath::FromSVGString(d_.c_str(), &out); in GetPath() 158 out.BuildFromSVGString(d_); in GetPath() 178 out.BuildFromSVGString(d_); in GetPath()
|
H A D | render_svg_path.h | 42 return d_; in GetD() 46 std::string d_;
|
H A D | render_svg_path.cpp | 34 d_ = pathComponent->GetD(); in Update() 65 PrepareWeightAnimate(svgAnimate, paths_, d_, isBy_); in PrepareSelfAnimation()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | offscreen_context_helper.h | 31 EGLDisplay d_ = EGL_NO_DISPLAY; variable
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 78 value->valueUnion.d_ = other.valueUnion.d_; in InitValueByBaseType() 213 return GetValueStr(value.valueUnion.d_); in GetDoubleParamValueStr() 452 appEventParam.value.valueUnion.d_ = d; in AddParam()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_mpd_def.h | 51 uint64_t d_{0};
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.cpp | 1574 unsigned int segDuration = ((*it)->d_ * S_2_MS) / timeScale; in GetSegmentsWithTmpltTimelineStatic() 1633 startTime += timeline->d_; in GetSegmentsInOneTimeline() 1660 if (segCount < 0 && (*it)->d_) { in GetSegCountFromTimeline() 1673 segCount = (int)((nextStartTime - startTime) / (*it)->d_); in GetSegCountFromTimeline() 1684 segCount = (int)((scaleDuration - startTime) / (*it)->d_); in GetSegCountFromTimeline() 1796 unsigned int segDuration = ((*it)->d_ * 1000) / timeScale; in GetSegDurationFromTimeline() 1799 startTime += (*it)->d_; in GetSegDurationFromTimeline()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 89 double d_; member
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/audio/ |
H A D | amr_wb_16000_1.amr | 79 ~�ȷ�I����n�NH��3�r���hѲu���ķ���J��N�P�,ja�}��U�ҐAk�d_�h¯�8j��jM^L���� 333 …蟽����R�4>bc�xH���8�ƥ�Ͷ\~m�1��nahԟ���P��1�F���f��/%�OK[ܪ\P����o����צ�jS�d_+��"���:p���"
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/audio/ |
H A D | amr_wb_16000_1.amr | 79 ~�ȷ�I����n�NH��3�r���hѲu���ķ���J��N�P�,ja�}��U�ҐAk�d_�h¯�8j��jM^L���� 333 …蟽����R�4>bc�xH���8�ƥ�Ͷ\~m�1��nahԟ���P��1�F���f��/%�OK[ܪ\P����o����צ�jS�d_+��"���:p���"
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_testtwo_ng.cpp | 375 auto pathDeclaration = svgPath->d_; in ParsePath()
|
H A D | parse_test_ng.cpp | 405 auto pathDeclaration = svgPath->d_; in ParsePath()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_parser.cpp | 912 node->GetAttr("d", segTimeLine->d_); in ParseSegmentTimeline()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 639 …着axis维展平,对于输入维度为(d_0, d_1, ..., d_n)的张量, 输出的维度应为(d_0\*\d_1\*...\*d_(axis-1), d_axis\*d_(axis+1)\*.…
|
H A D | _neural_nework_runtime.md | 639 …着axis维展平,对于输入维度为(d_0, d_1, ..., d_n)的张量, 输出的维度应为(d_0\*\d_1\*...\*d_(axis-1), d_axis\*d_(axis+1)\*.…
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 822 * then the output will have shape (d_0 X d_1 … d_(axis-1), d_axis X d_(axis+1) … X dn).
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/720_1M/ |
H A D | video_3.ts | 947 c�a��Gu�w�;�Xb˶NS���KɗKt�g� �>�d_�뉩�-vG��c�Y��vb+K�O�V�!/"7-Ob��q� �t3Q�Y^�>:��}U�d�����G… 1061 …�wF��s�1[f5�l�h�]�Ifoge�9+�+hEF�4�2~J4����������@��$bF5������6p>1�d_�BU��㿯�V�������a4… 2596 …]G�q��YS�x�3�d�[�~;�����g)9�s�$D��s�}�U����g;M��b�g�\�8G�R#":R�d_"��mL��������s�����…
|
H A D | video_1.ts | 47 ���"�'_�R���wأ�9kJ��GT�d_�ɖ�Z��ո�M�s�X��pl�ƾIu�I��ɧ� �9s�H�Y(�2�-��/fE̍���#H7�5&�'&�… 193 WL%n۬�]z��na���(������a�$Gx��nH�K*\k_�B�m��Q&i���s/o�#/6y��Ϡ��H�Yd_���ٿ�"Y�⣛㷧 R�X��N&… 776 …!%����L�-��!Ic����� �`F6���Y�=�[%2`%%%f�-J<HJ��t�_k�0=�����$��������m:��S��Y�d_
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/ |
H A D | hevc_aac_1920x1080_g30_30fps.ts | 3235 �(�B���*��!��8N�n�bp�3@�/�d_«!��o/M~�Oh�)P�w��lB�G�Y_��S�U̧�I<m�|M�"7���[^�UNi�uM… 6498 …+ҳ��[iÍAC���9�r��61AS�W �t-�x�+ڛ�Թ�[�Od{�z�E���Ь.ܘ��/�ߎ���P����wND�܅>�������d_+;0��^�� 8200 _��~-5[ͺ��3���Ԑ/��5���F2&����̰*���d_-�� ��z��<*G]�F8�Z^6n/��B���hҀ�\�+�uǙj���G����\��0… 8898 �\c�-S�?������ۥ�[ۥ��)��~��1+<�쌾[� �]��oz<���8WlX㖤�]��]u�5P��V�"����Gĩ�P��_7S�����=�\d_?�� 9287 L^�=�)����ہ}g�QA���d_��֔ 11610 �*kӾ~SY#�^�A6"���v����8d_��d����G]�,2��(ޕ��ټ%��(�N��`��S�1$�4Lt�Is�P� 15706 O��)�f ���/���d_�Q�W�+�>6}c��G'�+�D(i��.�X�K-��:|���K�E9(�*���Ϥ+A�:��`ǧ�}'5F'�?�g:UYW���L… 16357 N���.��U��/��h�s�y�q�ӳA���>QK6d�w���P����Oow���S�d_?a=b�_�6d�&���")U z%��((����+�D�"…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/ |
H A D | h264_aac_640.ts | 594 ?���.��d��8���ad_��cJ����f�P����M~v��E;z|@��1�{���We�-�]����]�Ū~������# \sw�i�5$.�%A�>… 1629 …3)���<(]"��5iTi���Vs/_h-���9��&ב��7� td�c�_8|��S���K��ܐ�"����o��i%���d_?������~�����f(< �7…
|
H A D | h265_mp3_1920.ts | 2027 `o�6�҉Gm��wG�l�D��k��W�E��!�?�5�hDϰ|��v�1�L����n�d_�M�[��FN�ݴ�Om�w�� e�(i!��L�*S��… 6972 �U�w�d_�ʢ��^�閚�2��D�t�bӧ4@�UΖ՜�O�+�u�}���NG��貈�.���s�"�uH�yz���aہEk��_F����bAJ��<<0�ɚH�… 9914 �r|���dvR&����=,�,�K�8���/Knס�E�/��<k��K�V����d_~�W��B�����PE0Mw������$���z��$�r�ad~�~^.… 10253 …L9Cr��KPKaaQ.k)������t�c���s'6c�G���R����Jx�Q �e�{o����ci���.a���)d_+�4��;.���i�c�J!_wB�Z…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/720_2M/ |
H A D | video_7202.ts | 8 �3d_�W�`OkA��oh��r��IC�l��Z^�:/�n��%��NnEЛ ?љ�y�P;Z��H��~���9̆1���0G�p~�f�E�>���ATz�… 3770 …ʞ<V��AT��D���]=�|̀�-���Ȕ�2��bݱLe��S�z�t3?����t!G�"�ۏ�d_�����/~ U�Z�>So��o�Em߅��… 7795 …���/J��!���P���q����E��`.8��ѡ�7�w��ȯ@�O�E����MO�2�ůMgp`1�@lcU�bF��d_���i��D���&������|��… 9160 …k �K�m�����-Wl�s�N��rE�?�8��>�"���%�v�C- �KWx&u��;#�g�9�l1����>E�d_�U�����G��C���8�w… 9177 {�z�j�1*�T���X�8��w�����$_O��X�Ym³��/�:�^r�i5��X�t{��Q� :ꖨ�j d_���m{�Xb 10036 ��Z�jOړ�����i(���G ��z����OH����@{���u�RF���P�s�)�d%��w�@Ej*��y[t*0��=��d_�!W��|5���…
|