/external/ImageMagick/MagickCore/ |
D | stream.h | 28 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);
|
D | stream-private.h | 26 *GetStreamInfoClientData(StreamInfo *); 30 SetStreamInfoClientData(StreamInfo *,const void *);
|
D | stream.c | 120 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() 270 MagickExport StreamInfo *DestroyStreamInfo(StreamInfo *stream_info) in DestroyStreamInfo() 273 assert(stream_info != (StreamInfo *) NULL); in DestroyStreamInfo() 288 stream_info=(StreamInfo *) RelinquishMagickMemory(stream_info); in DestroyStreamInfo() 561 MagickPrivate const void *GetStreamInfoClientData(StreamInfo *stream_info) in GetStreamInfoClientData() 563 assert(stream_info != (StreamInfo *) NULL); in GetStreamInfoClientData() 839 StreamInfo *stream_info,const char *filename,ExceptionInfo *exception) in OpenStream() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | StreamUtil.cpp | 25 std::string StreamInfo::getLongName() const { in getLongName() 33 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, in createStream() 35 StreamInfo Result; in createStream() 42 StreamInfo StreamInfo::createModuleStream(StringRef Module, in createModuleStream() 44 StreamInfo Result; in createModuleStream() 52 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream() 54 return StreamInfo::createStream(Purpose, Label, Idx); in stream() 57 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream() 59 return StreamInfo::createModuleStream(Label, StreamIdx, Modi); in moduleStream() 68 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
|
D | StreamUtil.h | 37 struct StreamInfo { struct 39 StreamInfo() {} in StreamInfo() argument 47 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name, argument 49 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex, 60 SmallVectorImpl<StreamInfo> &Streams); argument
|
D | BytesOutputStyle.h | 64 SmallVector<StreamInfo, 8> StreamPurposes;
|
D | DumpOutputStyle.h | 103 SmallVector<StreamInfo, 32> StreamPurposes;
|
D | ExplainOutputStyle.cpp | 244 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() 248 const StreamInfo &S = Streams[Stream]; in explainPdbStreamOffset()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter.h | 65 struct StreamInfo { struct 66 StreamInfo() in StreamInfo() argument 73 StreamInfo(VideoEncoder* encoder, in StreamInfo() argument 115 std::vector<StreamInfo> streaminfos_;
|
D | simulcast_encoder_adapter.cc | 225 streaminfos_.push_back(StreamInfo(encoder, callback, stream_codec.width, in InitEncode()
|
/external/puffin/src/ |
D | puffin.proto | 15 message StreamInfo { message 23 StreamInfo src = 2; 24 StreamInfo dst = 3;
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | device_tracer.cc | 470 struct StreamInfo { struct in tensorflow::__anonee34c7620211::CudaEventCollector 533 StreamInfo stream_info = {static_cast<std::string>(name), index, ctx_info}; in AddStreamInfo() 578 const StreamInfo& stream_info) const { in SaveStats() 704 absl::flat_hash_map<StreamKey, StreamInfo, hash<StreamKey>> stream_infos_;
|
/external/ImageMagick/MagickWand/ |
D | stream.c | 215 StreamInfo in StreamImageCommand()
|