Home
last modified time | relevance | path

Searched refs:IndexLength (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/ietf/
H A Drtp_packetizer.c240 builder->slMap.IndexLength = builder->slMap.IndexDeltaLength = 2; in gf_rtp_builder_init()
246 builder->slMap.IndexLength = builder->slMap.IndexDeltaLength = 3; in gf_rtp_builder_init()
263 builder->slMap.IndexLength = builder->slMap.IndexDeltaLength = 2; in gf_rtp_builder_init()
293 builder->slMap.IndexLength = builder->sl_config.AUSeqNumLength; in gf_rtp_builder_init()
295 builder->slMap.IndexLength = 0; in gf_rtp_builder_init()
361 builder->slMap.IndexLength = builder->sl_config.AUSeqNumLength; in gf_rtp_builder_init()
404 && !builder->slMap.IndexLength in gf_rtp_builder_init()
603 if (builder->slMap.IndexLength) SDP_ADD_INT("indexLength", builder->slMap.IndexLength); in gf_rtp_builder_format_sdp()
H A Drtp_pck_mpeg4.c54 nbBits += builder->first_sl_in_rtp ? builder->slMap.IndexLength : builder->slMap.IndexDeltaLength; in gf_rtp_build_au_hdr_size()
71 if (builder->slMap.IndexLength) nbBits += builder->slMap.IndexLength; in gf_rtp_build_au_hdr_size()
150 if (builder->slMap.IndexLength) { in gf_rtp_build_au_hdr_write()
151 …f_bs_write_int(builder->pck_hdr, builder->sl_header.AU_sequenceNumber, builder->slMap.IndexLength); in gf_rtp_build_au_hdr_write()
152 nbBits += builder->slMap.IndexLength; in gf_rtp_build_au_hdr_write()
H A Drtp_depacketizer.c149 au_idx = first_idx = gf_bs_read_int(hdr_bs, rtp->sl_map.IndexLength); in gf_rtp_parse_mpeg4()
150 au_hdr_size -= rtp->sl_map.IndexLength; in gf_rtp_parse_mpeg4()
1173 else if (!stricmp(param_name, "IndexLength")) rtp->sl_map.IndexLength = atoi(param_val); in payt_set_param()
1317 rtp->sl_map.auh_first_min_len += rtp->sl_map.IndexLength; in gf_rtp_payt_setup()
1666 rtp->sl_map.IndexLength = 3; in gf_rtp_payt_setup()
1870 slc->AUSeqNumLength = rtp->sl_map.IndexLength;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/ietf/
H A Drtp_packetizer.c240 builder->slMap.IndexLength = builder->slMap.IndexDeltaLength = 2; in gf_rtp_builder_init()
246 builder->slMap.IndexLength = builder->slMap.IndexDeltaLength = 3; in gf_rtp_builder_init()
263 builder->slMap.IndexLength = builder->slMap.IndexDeltaLength = 2; in gf_rtp_builder_init()
293 builder->slMap.IndexLength = builder->sl_config.AUSeqNumLength; in gf_rtp_builder_init()
295 builder->slMap.IndexLength = 0; in gf_rtp_builder_init()
361 builder->slMap.IndexLength = builder->sl_config.AUSeqNumLength; in gf_rtp_builder_init()
404 && !builder->slMap.IndexLength in gf_rtp_builder_init()
603 if (builder->slMap.IndexLength) SDP_ADD_INT("indexLength", builder->slMap.IndexLength); in gf_rtp_builder_format_sdp()
H A Drtp_pck_mpeg4.c54 nbBits += builder->first_sl_in_rtp ? builder->slMap.IndexLength : builder->slMap.IndexDeltaLength; in gf_rtp_build_au_hdr_size()
71 if (builder->slMap.IndexLength) nbBits += builder->slMap.IndexLength; in gf_rtp_build_au_hdr_size()
150 if (builder->slMap.IndexLength) { in gf_rtp_build_au_hdr_write()
151 …f_bs_write_int(builder->pck_hdr, builder->sl_header.AU_sequenceNumber, builder->slMap.IndexLength); in gf_rtp_build_au_hdr_write()
152 nbBits += builder->slMap.IndexLength; in gf_rtp_build_au_hdr_write()
H A Drtp_depacketizer.c149 au_idx = first_idx = gf_bs_read_int(hdr_bs, rtp->sl_map.IndexLength); in gf_rtp_parse_mpeg4()
150 au_hdr_size -= rtp->sl_map.IndexLength; in gf_rtp_parse_mpeg4()
1173 else if (!stricmp(param_name, "IndexLength")) rtp->sl_map.IndexLength = atoi(param_val); in payt_set_param()
1317 rtp->sl_map.auh_first_min_len += rtp->sl_map.IndexLength; in gf_rtp_payt_setup()
1666 rtp->sl_map.IndexLength = 3; in gf_rtp_payt_setup()
1870 slc->AUSeqNumLength = rtp->sl_map.IndexLength;
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArtsCflowdCustomData.cc77 uint8_t ArtsCflowdCustomDataKey::IndexLength() const in IndexLength() function in ArtsCflowdCustomDataKey
108 for (uint32_t bit = 0; bit <= this->IndexLength(); bit++) { in operator <()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DIndexLength.pm22 use IndexLength;
46 my $il = new IndexLength(Quoter => $q);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp114 NonLoc IndexLength = in checkVLA() local
117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA()
124 if (const llvm::APSInt *IndexLVal = SVB.getKnownValue(State, IndexLength)) { in checkVLA()
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/include/
H A DArtsCflowdCustomData.hh115 uint8_t IndexLength() const;
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DIndexLength.pm24 package IndexLength; package
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dietf.h1246 u32 IndexLength; member
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dietf.h1246 u32 IndexLength; member
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/gpac/
H A Dietf.h987 u32 IndexLength; member
/dports/security/vault/vault-1.8.2/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dbbrain/v20191016/
H A Dmodels.go2183 IndexLength *float64 `json:"IndexLength,omitempty" name:"IndexLength"` member
2386 IndexLength *float64 `json:"IndexLength,omitempty" name:"IndexLength"` member

12