Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map_def.h53 #define STR(x) #x macro
54 #define MAP_NAME(x) STR(x)
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
H A Dnapi_hisysevent_adapter.h35 enum ParamType { BL = 0, DOU, I64, U64, STR, BOOL_ARR, DOUBLE_ARR, I64_ARR, U64_ARR, STR_ARR }; enumerator
86 (void)HiSysEvent::InnerWrite(eventBase, key, std::get<STR>(param)); in AppendParams()
/ohos5.0/build/hb/containers/
H A Darg.py76 STR = 3 variable in ArgType
88 return ArgType.STR
209 elif arg_type == ArgType.STR:
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding-temporal-scalability.md34 - **短期参考帧(Short-Term Reference,简称STR):** 是不能长期驻留在DPB中的参考帧,更新方式是先进先出,如果DPB满,旧的短期参考帧会被移出DPB。
38 虽然STR个数大于1时,也能实现一定的跨帧参考结构,但受限于存在时效过短,时域分层结构支持的跨度有限。LTR则不存在上述问题,也能覆盖短期参考帧跨帧场景。优选使用LTR实现时域分层码流结构。
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp28 #define STR(STRING) #STRING macro
29 #define STRPATH(STRING) STR(STRING)
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding-temporal-scalability.md34STR): a reference frame that cannot reside in the DPB for a long period of time. It adopts the Fir…
38STR, the span supported by temporal scalability is limited due to an excessively short validity pe…
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp759 if (item.second.index() != STR && item.second.index() != STR_ARR) { in HasStrParamLenOverLimit()
762 if (item.second.index() == STR) { in HasStrParamLenOverLimit()
763 return std::get<STR>(item.second).size() > JS_STR_PARM_LEN_LIMIT; in HasStrParamLenOverLimit()
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dtoybox.md164 | xargs | 运行命令行一次或多次,附加标准输入设备中的参数。<br />usage: xargs [-0prt] [-s NUM] [-n NUM] [-E STR] COMMAND..…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c113 STR, enumerator
/ohos5.0/docs/en/application-dev/tools/
H A Dtoybox.md164 …ers from the standard input device.<br>usage: xargs [-0prt] [-s NUM] [-n NUM] [-E STR] COMMAND... |