Searched refs:ext_ (Results 1 - 12 of 12) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_packet.cpp | 40 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 D | rtp_maker.cpp | 57 header->ext_ = 0; in MakeRtp()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | stream_packet_header.h | 85 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 D | rtp_packet.h | 48 uint32_t ext_ : 1; 59 uint32_t ext_ : 1;
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 319 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 D | spirv_common.hpp | 622 explicit SPIRExtension(Extension ext_) in SPIRExtension() 623 : ext(ext_) in SPIRExtension()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 672 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
|
H A D | macro-assembler-mips64.cc | 1998 ext_(rt, rs, pos, size); in CallRecordWriteStub()
|
H A D | assembler-mips64.cc | 2575 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 D | assembler-mips.h | 627 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
|
H A D | assembler-mips.cc | 2353 void Assembler::ext_(Register rt, Register rs, uint16_t pos, uint16_t size) { in ext_() function in v8::internal::Assembler
|
H A D | macro-assembler-mips.cc | 1672 ext_(rt, rs, pos, size); in CallRecordWriteStub()
|
Completed in 54 milliseconds