Home
last modified time | relevance | path

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 Dsbc_encoder.cpp99 …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 Dsbc_frame.cpp573 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 Dgltf2_loader.cpp2312 …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 Dgltf2_importer.cpp756 const GLTF2::GLTFLoadDataResult& joint, const GLTF2::GLTFLoadDataResult& weight) in GatherErrorStrings()
791 GLTF2::GLTFLoadDataResult position, normal, tangent, color, joint, weight; in ProcessPrimitives() local
H A Dgltf2_exporter.cpp2019 for (auto const joint : skin->joints) { in ExportSkins() local