Home
last modified time | relevance | path

Searched refs:StreamInfo (Results 1 – 19 of 19) sorted by relevance

/external/ImageMagick/MagickCore/
Dstream.h28 StreamInfo; typedef
35 *StreamImage(const ImageInfo *,StreamInfo *,ExceptionInfo *);
38 OpenStream(const ImageInfo *,StreamInfo *,const char *,ExceptionInfo *),
41 extern MagickExport StreamInfo
43 *DestroyStreamInfo(StreamInfo *);
46 SetStreamInfoMap(StreamInfo *,const char *),
47 SetStreamInfoStorageType(StreamInfo *,const StorageType);
Dstream-private.h26 *GetStreamInfoClientData(StreamInfo *);
30 SetStreamInfoClientData(StreamInfo *,const void *);
Dstream.c120 StreamImagePixels(const StreamInfo *,const Image *,ExceptionInfo *),
159 MagickExport StreamInfo *AcquireStreamInfo(const ImageInfo *image_info, in AcquireStreamInfo()
162 StreamInfo in AcquireStreamInfo()
165 stream_info=(StreamInfo *) AcquireCriticalMemory(sizeof(*stream_info)); in AcquireStreamInfo()
273 MagickExport StreamInfo *DestroyStreamInfo(StreamInfo *stream_info) in DestroyStreamInfo()
276 assert(stream_info != (StreamInfo *) NULL); in DestroyStreamInfo()
291 stream_info=(StreamInfo *) RelinquishMagickMemory(stream_info); in DestroyStreamInfo()
564 MagickPrivate const void *GetStreamInfoClientData(StreamInfo *stream_info) in GetStreamInfoClientData()
566 assert(stream_info != (StreamInfo *) NULL); in GetStreamInfoClientData()
842 StreamInfo *stream_info,const char *filename,ExceptionInfo *exception) in OpenStream()
[all …]
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp24 std::string StreamInfo::getLongName() const { in getLongName()
32 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, in createStream()
34 StreamInfo Result; in createStream()
41 StreamInfo StreamInfo::createModuleStream(StringRef Module, in createModuleStream()
43 StreamInfo Result; in createModuleStream()
51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream()
53 return StreamInfo::createStream(Purpose, Label, Idx); in stream()
56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream()
58 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream()
67 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
DStreamUtil.h36 struct StreamInfo { struct
38 StreamInfo() {} in StreamInfo() function
46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name, argument
48 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex,
59 SmallVectorImpl<StreamInfo> &Streams); argument
DBytesOutputStyle.h63 SmallVector<StreamInfo, 8> StreamPurposes;
DDumpOutputStyle.h117 SmallVector<StreamInfo, 32> StreamPurposes;
DExplainOutputStyle.cpp243 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset()
247 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
/external/flac/src/libFLAC++/
Dmetadata.cpp64 ret = new StreamInfo(object, /*copy=*/false); in construct_block()
97 const StreamInfo *streaminfo = dynamic_cast<const StreamInfo *>(object); in clone()
107 return new StreamInfo(*streaminfo); in clone()
234 StreamInfo::StreamInfo(): in StreamInfo() function in FLAC::Metadata::StreamInfo
238 StreamInfo::~StreamInfo() in ~StreamInfo()
241 uint32_t StreamInfo::get_min_blocksize() const in get_min_blocksize()
247 uint32_t StreamInfo::get_max_blocksize() const in get_max_blocksize()
253 uint32_t StreamInfo::get_min_framesize() const in get_min_framesize()
259 uint32_t StreamInfo::get_max_framesize() const in get_max_framesize()
265 uint32_t StreamInfo::get_sample_rate() const in get_sample_rate()
[all …]
/external/webrtc/test/pc/e2e/
Danalyzer_helper.h51 struct StreamInfo { struct
56 const StreamInfo& GetStreamInfoFromTrackId(absl::string_view track_id) const; argument
59 std::map<std::string, StreamInfo> track_to_stream_map_
Danalyzer_helper.cc26 {std::move(track_id), StreamInfo{stream_label, stream_label}}); in AddTrackToStreamMapping()
35 StreamInfo{std::move(stream_label), std::move(sync_group)}}); in AddTrackToStreamMapping()
38 const AnalyzerHelper::StreamInfo& AnalyzerHelper::GetStreamInfoFromTrackId( in GetStreamInfoFromTrackId()
/external/puffin/src/
Dpuffin.proto15 message StreamInfo { message
23 StreamInfo src = 2;
24 StreamInfo dst = 3;
/external/flac/include/FLAC++/
Dmetadata.h279 class FLACPP_API StreamInfo : public Prototype {
281 StreamInfo();
287 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
297 ~StreamInfo();
301 …inline StreamInfo &operator=(const StreamInfo &object) { Prototype::operator=(object); return *thi…
302 …inline StreamInfo &operator=(const ::FLAC__StreamMetadata &object) { Prototype::operator=(object);…
303 …inline StreamInfo &operator=(const ::FLAC__StreamMetadata *object) { Prototype::operator=(object);…
[all …]
/external/webrtc/media/engine/
Dsimulcast_encoder_adapter.h79 struct StreamInfo { struct
80 StreamInfo(std::unique_ptr<VideoEncoder> encoder, in StreamInfo() function
124 std::vector<StreamInfo> streaminfos_;
Dsimulcast_encoder_adapter.cc539 for (StreamInfo& info : streaminfos_) { in OnPacketLossRateUpdate()
545 for (StreamInfo& info : streaminfos_) { in OnRttUpdate()
552 for (StreamInfo& info : streaminfos_) { in OnLossNotification()
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp257 FLAC::Metadata::StreamInfo block; in test_metadata_object_streaminfo()
270 FLAC::Metadata::StreamInfo blockcopy(block); in test_metadata_object_streaminfo()
284 FLAC::Metadata::StreamInfo blockcopy(streaminfo_); in test_metadata_object_streaminfo()
295 FLAC::Metadata::StreamInfo blockcopy(&streaminfo_); in test_metadata_object_streaminfo()
306 FLAC::Metadata::StreamInfo blockcopy(&streaminfo_, /*copy=*/true); in test_metadata_object_streaminfo()
318 FLAC::Metadata::StreamInfo blockcopy(copy, /*copy=*/false); in test_metadata_object_streaminfo()
329 FLAC::Metadata::StreamInfo blockcopy; in test_metadata_object_streaminfo()
342 FLAC::Metadata::StreamInfo blockcopy; in test_metadata_object_streaminfo()
354 FLAC::Metadata::StreamInfo blockcopy = block; in test_metadata_object_streaminfo()
365 FLAC::Metadata::StreamInfo blockcopy = streaminfo_; in test_metadata_object_streaminfo()
[all …]
Dmetadata_manip.cpp593 FLAC::Metadata::StreamInfo s(&streaminfo); in generate_file_()
676 FLAC::Metadata::StreamInfo streaminfo; in test_level_0_()
810 FLAC::Metadata::StreamInfo *streaminfo; in test_level_1_()
859 streaminfo = dynamic_cast<FLAC::Metadata::StreamInfo *>(block); in test_level_1_()
1093 streaminfo = dynamic_cast<FLAC::Metadata::StreamInfo *>(block); in test_level_1_()
1494 FLAC::Metadata::StreamInfo *streaminfo; in test_level_2_()
1555 streaminfo = dynamic_cast<FLAC::Metadata::StreamInfo *>(block); in test_level_2_()
/external/ImageMagick/MagickWand/
Dstream.c204 StreamInfo in StreamImageCommand()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_tracer.cc1063 struct StreamInfo { struct in tensorflow::profiler::__anond046b8460111::CudaEventRecorder
1121 StreamInfo stream_info = {stream_id, static_cast<std::string>(name), index, in AddStreamInfo()
1214 absl::flat_hash_map<StreamKey, StreamInfo> stream_infos_;