Searched defs:StreamInfo (Results 1 – 8 of 8) sorted by relevance
36 struct StreamInfo { struct38 StreamInfo() {} in StreamInfo() function46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name, argument59 SmallVectorImpl<StreamInfo> &Streams); argument
79 struct StreamInfo { struct80 StreamInfo(std::unique_ptr<VideoEncoder> encoder, in StreamInfo() argument93 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;
51 struct StreamInfo { struct56 const StreamInfo& GetStreamInfoFromTrackId(absl::string_view track_id) const; argument
28 StreamInfo; typedef
287 inline StreamInfo(const StreamInfo &object): Prototype(object) { } in StreamInfo() function288 inline StreamInfo(const ::FLAC__StreamMetadata &object): Prototype(object) { } in StreamInfo() function289 inline StreamInfo(const ::FLAC__StreamMetadata *object): Prototype(object) { } in StreamInfo() function295 inline StreamInfo(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in StreamInfo() function
15 message StreamInfo { message
1063 struct StreamInfo { struct in tensorflow::profiler::__anond046b8460111::CudaEventRecorder1064 uint32 stream_id = 0;1065 std::string name;1066 int index; // 0 is reserved for null stream.1067 const ContextInfo *ctx_info;
234 StreamInfo::StreamInfo(): in StreamInfo() function in FLAC::Metadata::StreamInfo