Home
last modified time | relevance | path

Searched defs:FrameId (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/openscreen/cast/streaming/
H A Dframe_id.h18 class FrameId; variable
42 constexpr FrameId() : FrameId(std::numeric_limits<int64_t>::min()) {} in FrameId() function
111 constexpr explicit FrameId(int64_t value) : ExpandedValueBase(value) {} in FrameId() function
H A Dsender_unittest.cc416 const std::map<FrameId, EncodedFrameWithBuffer> received_frames) { in ExpectFramesReceivedCorrectly()
/aosp_15_r20/platform_testing/libraries/motion/src/platform/test/motion/golden/
H A DTimeSeries.kt45 sealed interface FrameId { interface
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_generic_frame_descriptor.cc71 uint16_t RtpGenericFrameDescriptor::FrameId() const { in FrameId() function in webrtc::RtpGenericFrameDescriptor
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DRawMemProfReader.h86 llvm::DenseMap<FrameId, Frame> FrameIdMap, in MemProfReader()
DMemProf.h137 using FrameId = uint64_t; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DRawMemProfReader.h86 llvm::DenseMap<FrameId, Frame> FrameIdMap, in MemProfReader()
DMemProf.h137 using FrameId = uint64_t; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DRawMemProfReader.h86 llvm::DenseMap<FrameId, Frame> FrameIdMap, in MemProfReader()
DMemProf.h137 using FrameId = uint64_t; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DMemProfReader.h106 llvm::DenseMap<FrameId, Frame> FrameIdMap, in MemProfReader()
DMemProf.h188 using FrameId = uint64_t; variable
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/vp/hal/
H A Dvp_common_tools.h215 uint32_t FrameId; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DMemProf.h138 using FrameId = uint64_t; variable
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h96 using FrameId = tables::StackProfileFrameTable::Id; variable