/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/ |
H A D | sbc_frame.h | 51 ssize_t Pack(uint8_t* bufStream, const Frame& frame, int joint); 54 …t PackFrameInternal(const Frame& frame, uint8_t* bufStream, int subbands, int channels, int joint);
|
H A D | sbc_encoder.h | 66 int32_t &tmp1, int &joint);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_frame.cpp | 573 int subbands, int channels, int joint) in PackFrameInternal() argument 588 PUT_BITS(data, bitsCache, bitsCount, joint, subbands); in PackFrameInternal() 589 crc[crcpos >> MOVE_BIT3] = joint; in PackFrameInternal() 623 ssize_t Frame::Pack(uint8_t* bufStream, const Frame& frame, int joint) in Pack() argument 655 return PackFrameInternal(frame, bufStream, subbands, channels, joint); in Pack()
|
H A D | sbc_encoder.cpp | 99 …uint8_t joint = (codecParam.channelMode == SBC_CHANNEL_MODE_STEREO) ? JOINT_STEREO : NOT_JOINT_STE… in CalculateFrameLength() local 107 size += (((joint ? subbands : VALUE_0) + blocks * bitpool) + VALUE_7) / VALUE_8; in CalculateFrameLength() 644 int &joint) in CalculateScalefactorsJointForTheRestSubband() argument 683 joint |= VALUE_1 << (frame_.subbands_ - VALUE_1 - sb); in CalculateScalefactorsJointForTheRestSubband() 697 int joint = VALUE_0; in CalculateScalefactorsJoint() local 706 CalculateScalefactorsJointForTheRestSubband(x, y, tmp0, tmp1, joint); in CalculateScalefactorsJoint() 707 return joint; in CalculateScalefactorsJoint()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-distributedobject.md | 144 Represents the information about the joint asset in the RDB store to bind. Currently, only the RDB … 637 Binds joint assets. Currently, only the binding between an asset in a distributed data object and a… 639 …e same, a conflict occurs. Such assets are called joint assets. To resolve the conflict, bind the … 647 …| assetKey | string | Yes | Key of the joint asset in the distributed data obj… 648 …| bindInfo | [BindInfo](#bindinfo11) | Yes | Information about the joint asset in the RDB store… 719 Binds joint assets. Currently, only the binding between an asset in a distributed data object and a… 721 …e same, a conflict occurs. Such assets are called joint assets. To resolve the conflict, bind the … 729 …| assetKey | string | Yes | Key of the joint asset in the distributed data objec… 730 …| bindInfo | [BindInfo](#bindinfo11) | Yes | Information about the joint asset in the RDB store, …
|
/ohos5.0/docs/en/readme/ |
H A D | Security.md | 48 …stributed application permission management (which uses the stub mode for joint debugging of distr… 49 …he authentication of devices with the same account uses the stub mode for joint debugging of distr…
|
H A D | ARK-Runtime-Subsystem.md | 5 ArkCompiler is a unified compilation and runtime platform that supports joint compilation and runni…
|
/ohos5.0/docs/en/application-dev/graphics3d/ |
H A D | arkgraphics3D-animation.md | 2 …n walks, it is difficult to calculate and set the rotation angle of every joint of the person in e…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | app-configuration-file.md | 67 …joint development of multiple projects.<br>- **true**: The application supports joint development …
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | restool.md | 22 | -m | Yes| Yes| Module name. During joint module compilation, multiple module names can be specifi…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 2312 …eturn std::all_of(skin.joints.begin(), skin.joints.end(), [&loadResult, &scene](auto const joint) { in PrimitiveAttributes() argument 2313 Node const* hierarchyRoot = joint; in PrimitiveAttributes() 2368 auto joint = loadResult.data->nodes[joints[i]].get(); in PrimitiveAttributes() local 2369 joint->isJoint = true; in PrimitiveAttributes() 2370 skin->joints[i] = joint; in PrimitiveAttributes()
|
H A D | gltf2_exporter.cpp | 619 for (Node* joint : joints) { in FindSkeletonRoot() 621 for (Node* parent = joint->parent; parent; parent = parent->parent) { in FindSkeletonRoot() 624 depths.push_back({ depth, joint }); in FindSkeletonRoot() 2019 for (auto const joint : skin->joints) { in ExportSkins() local 2020 jsonJoints.array_.push_back(FindObjectIndex(data.nodes, *joint)); in ExportSkins()
|
H A D | gltf2_importer.cpp | 756 const GLTF2::GLTFLoadDataResult& joint, const GLTF2::GLTFLoadDataResult& weight) in GatherErrorStrings() argument 762 error += tangent.error + color.error + joint.error + weight.error + '\n'; in GatherErrorStrings() 791 GLTF2::GLTFLoadDataResult position, normal, tangent, color, joint, weight; in ProcessPrimitives() local 793 …if (!LoadPrimitiveAttributeData(primitive, position, normal, texcoords, tangent, joint, weight, co… in ProcessPrimitives() 795 … GatherErrorStrings(primitiveIndex, position, normal, texcoords, tangent, color, joint, weight); in ProcessPrimitives() 840 if (!joint.data.empty() && (flags & CORE_GLTF_IMPORT_RESOURCE_SKIN)) { in ProcessPrimitives() 841 const IMeshBuilder::DataBuffer joints = fillDataBuffer(joint); in ProcessPrimitives()
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 25239 an agency, partnership, joint venture or any other form of legal association
|