Home
last modified time | relevance | path

Searched defs:attr1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp180 auto attr1 = std::make_shared<Attribute>("DURATION", "3.5"); variable
192 auto attr1 = std::make_shared<Attribute>("METHOD", "AES-128"); variable
202 auto attr1 = std::make_shared<Attribute>("URI", "http://example.com/key.bin"); variable
212 auto attr1 = std::make_shared<Attribute>("IV", "0x12345678"); variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c91 struct rtattr *attr1 = attr; in ParseRtAttr() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp487 float attr1 {0.0}; in ShowCustomAttributes() local
530 float& attr1, std::string& attr2) const in ParseCustomAttributes()