Searched refs:STR (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_map_def.h | 53 #define STR(x) #x macro 54 #define MAP_NAME(x) STR(x)
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_adapter.h | 35 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 D | arg.py | 76 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 D | video-encoding-temporal-scalability.md | 34 - **短期参考帧(Short-Term Reference,简称STR):** 是不能长期驻留在DPB中的参考帧,更新方式是先进先出,如果DPB满,旧的短期参考帧会被移出DPB。 38 虽然STR个数大于1时,也能实现一定的跨帧参考结构,但受限于存在时效过短,时域分层结构支持的跨度有限。LTR则不存在上述问题,也能覆盖短期参考帧跨帧场景。优选使用LTR实现时域分层码流结构。
|
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | compare_tools.cpp | 28 #define STR(STRING) #STRING macro 29 #define STRPATH(STRING) STR(STRING)
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-encoding-temporal-scalability.md | 34 …STR): a reference frame that cannot reside in the DPB for a long period of time. It adopts the Fir… 38 …STR, 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 D | napi_hisysevent_util.cpp | 759 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 D | toybox.md | 164 | 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 D | dbm_kv_store.c | 113 STR, enumerator
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 164 …ers from the standard input device.<br>usage: xargs [-0prt] [-s NUM] [-n NUM] [-E STR] COMMAND... |
|