Home
last modified time | relevance | path

Searched defs:StreamInfo (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.h36 struct StreamInfo { struct
38 StreamInfo() {} in StreamInfo() function
46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name, argument
59 SmallVectorImpl<StreamInfo> &Streams); argument
/external/webrtc/media/engine/
Dsimulcast_encoder_adapter.h79 struct StreamInfo { struct
80 StreamInfo(std::unique_ptr<VideoEncoder> encoder, in StreamInfo() argument
93 std::unique_ptr<VideoEncoder> encoder;
94 std::unique_ptr<EncodedImageCallback> callback;
95 std::unique_ptr<FramerateController> framerate_controller;
96 uint16_t width;
97 uint16_t height;
98 bool key_frame_request;
99 bool send_stream;
/external/webrtc/test/pc/e2e/
Danalyzer_helper.h51 struct StreamInfo { struct
56 const StreamInfo& GetStreamInfoFromTrackId(absl::string_view track_id) const; argument
/external/ImageMagick/MagickCore/
Dstream.h28 StreamInfo; typedef
/external/flac/include/FLAC++/
Dmetadata.h287 inline StreamInfo(const StreamInfo &object): Prototype(object) { } in StreamInfo() function
288 inline StreamInfo(const ::FLAC__StreamMetadata &object): Prototype(object) { } in StreamInfo() function
289 inline StreamInfo(const ::FLAC__StreamMetadata *object): Prototype(object) { } in StreamInfo() function
295 inline StreamInfo(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in StreamInfo() function
/external/puffin/src/
Dpuffin.proto15 message StreamInfo { message
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_tracer.cc1063 struct StreamInfo { struct in tensorflow::profiler::__anond046b8460111::CudaEventRecorder
1064 uint32 stream_id = 0;
1065 std::string name;
1066 int index; // 0 is reserved for null stream.
1067 const ContextInfo *ctx_info;
/external/flac/src/libFLAC++/
Dmetadata.cpp234 StreamInfo::StreamInfo(): in StreamInfo() function in FLAC::Metadata::StreamInfo