Home
last modified time | relevance | path

Searched refs:ext_ (Results 1 - 12 of 12) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_packet.cpp40 if (!ext_) { in GetExtSize()
53 if (!ext_) { in GetExtReserved()
66 if (!ext_) { in GetExtData()
76 return GetCsrcSize() + (ext_ ? (4 + GetExtSize(rtp_size)) : 0); // 4:byte offset in GetPayloadOffset()
H A Drtp_maker.cpp57 header->ext_ = 0; in MakeRtp()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h85 ext_ = std::move(extBuf); in TwoLevelsTlv()
104 if (ext_ != nullptr) { in Packetize()
147 ext_ = std::make_unique<char[]>(tl.length); in Depacketize()
148 int ret = memcpy_s(ext_.get(), tl.length, reinterpret_cast<void *>(tmp), tl.length); in Depacketize()
174 return std::move(ext_); in GetExtBuffer()
213 int ret = memcpy_s(extPos, AlignTo4Bytes(extLen_), ext_.get(), extLen_); in AddFrameExtData()
223 std::unique_ptr<char[]> ext_ = nullptr; member in Communication::SoftBus::TwoLevelsTlv
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_packet.h48 uint32_t ext_ : 1;
59 uint32_t ext_ : 1;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp319 head->ext_ = 1; in HWTEST_F()
375 head->ext_ = 1; in HWTEST_F()
403 head->ext_ = 1; in HWTEST_F()
637 head->ext_ = 1; in HWTEST_F()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp622 explicit SPIRExtension(Extension ext_) in SPIRExtension()
623 : ext(ext_) in SPIRExtension()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h672 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
H A Dmacro-assembler-mips64.cc1998 ext_(rt, rs, pos, size); in CallRecordWriteStub()
H A Dassembler-mips64.cc2575 void Assembler::ext_(Register rt, Register rs, uint16_t pos, uint16_t size) { in ext_() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h627 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
H A Dassembler-mips.cc2353 void Assembler::ext_(Register rt, Register rs, uint16_t pos, uint16_t size) { in ext_() function in v8::internal::Assembler
H A Dmacro-assembler-mips.cc1672 ext_(rt, rs, pos, size); in CallRecordWriteStub()

Completed in 54 milliseconds