Searched defs:joint (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_encoder.cpp | 99 …uint8_t joint = (codecParam.channelMode == SBC_CHANNEL_MODE_STEREO) ? JOINT_STEREO : NOT_JOINT_STE… in CalculateFrameLength() local 644 int &joint) in CalculateScalefactorsJointForTheRestSubband() 697 int joint = VALUE_0; in CalculateScalefactorsJoint() local
|
H A D | sbc_frame.cpp | 573 int subbands, int channels, int joint) in PackFrameInternal() 623 ssize_t Frame::Pack(uint8_t* bufStream, const Frame& frame, int joint) in Pack()
|
/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() 2368 auto joint = loadResult.data->nodes[joints[i]].get(); in PrimitiveAttributes() local
|
H A D | gltf2_importer.cpp | 756 const GLTF2::GLTFLoadDataResult& joint, const GLTF2::GLTFLoadDataResult& weight) in GatherErrorStrings() 791 GLTF2::GLTFLoadDataResult position, normal, tangent, color, joint, weight; in ProcessPrimitives() local
|
H A D | gltf2_exporter.cpp | 2019 for (auto const joint : skin->joints) { in ExportSkins() local
|