/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_header_extensions.h | 42 static size_t ValueSize(uint32_t time_24bits) { return kValueSizeBytes; } in ValueSize() function 83 static size_t ValueSize(bool voice_activity, uint8_t audio_level) { in ValueSize() function 116 static size_t ValueSize(int32_t rtp_time) { return kValueSizeBytes; } in ValueSize() function 131 static size_t ValueSize(uint16_t /*transport_sequence_number*/) { in ValueSize() function 151 static size_t ValueSize( in ValueSize() function 175 static size_t ValueSize(VideoRotation) { return kValueSizeBytes; } in ValueSize() function 178 static size_t ValueSize(uint8_t value) { return kValueSizeBytes; } in ValueSize() function 200 static size_t ValueSize(const VideoPlayoutDelay&) { return kValueSizeBytes; } in ValueSize() function 216 static size_t ValueSize(VideoContentType) { return kValueSizeBytes; } in ValueSize() function 242 static size_t ValueSize(const VideoSendTiming&) { return kValueSizeBytes; } in ValueSize() function [all …]
|
H A D | rtp_header_extensions.cc | 120 size_t AbsoluteCaptureTimeExtension::ValueSize( in ValueSize() function in webrtc::AbsoluteCaptureTimeExtension 224 size_t CsrcAudioLevel::ValueSize( in ValueSize() function in webrtc::CsrcAudioLevel
|
H A D | rtp_dependency_descriptor_extension.h | 38 static size_t ValueSize(const FrameDependencyStructure& structure, in ValueSize() function
|
H A D | rtp_dependency_descriptor_extension.cc | 36 size_t RtpDependencyDescriptorExtension::ValueSize( in ValueSize() function in webrtc::RtpDependencyDescriptorExtension
|
H A D | rtp_generic_frame_descriptor_extension.cc | 112 size_t RtpGenericFrameDescriptorExtension00::ValueSize( in ValueSize() function in webrtc::RtpGenericFrameDescriptorExtension00
|
H A D | rtp_video_layers_allocation_extension.cc | 338 size_t RtpVideoLayersAllocationExtension::ValueSize( in ValueSize() function in webrtc::RtpVideoLayersAllocationExtension
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 316 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local 571 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 587 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 651 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local 1410 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 327 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local 580 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 596 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 708 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local 1555 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 309 unsigned ValueSize = getAtomicOpSize(CASI); in runOnFunction() local 531 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 547 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 603 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 290 unsigned ValueSize; variable 319 uint8_t ValueSize; variable
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | registry.h | 217 DWORD ValueSize() const { return value_size_; } in ValueSize() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 307 unsigned ValueSize; variable 344 uint8_t ValueSize; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCFragment.h | 311 unsigned ValueSize; variable 348 uint8_t ValueSize; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCFragment.h | 311 unsigned ValueSize; variable 348 uint8_t ValueSize; variable
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | key_value_store.cc | 532 StatusWithSize KeyValueStore::ValueSize(std::string_view key) const { in ValueSize() function in pw::kvs::KeyValueStore 638 StatusWithSize KeyValueStore::ValueSize(const EntryMetadata& metadata) const { in ValueSize() function in pw::kvs::KeyValueStore
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCFragment.h | 311 unsigned ValueSize; variable 348 uint8_t ValueSize; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCFragment.h | 311 unsigned ValueSize; variable 348 uint8_t ValueSize; variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | wincred.h | 79 DWORD ValueSize; member 86 DWORD ValueSize; member
|
/aosp_15_r20/external/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 175 static std::string createJSONText(size_t MemoryMB, unsigned ValueSize) { in createJSONText()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCWasmStreamer.cpp | 157 unsigned ValueSize, in EmitValueToAlignment()
|
H A D | MCELFStreamer.cpp | 351 unsigned ValueSize, in EmitValueToAlignment()
|
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/ |
H A D | key_value_store.h | 326 StatusWithSize ValueSize() const { return kvs_.ValueSize(*iterator_); } in ValueSize() function
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 356 unsigned ValueSize, in EmitValueToAlignment()
|
H A D | MCObjectStreamer.cpp | 425 unsigned ValueSize, in EmitValueToAlignment()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 372 unsigned ValueSize, in emitValueToAlignment()
|