HomeSort by relevance Sort by last modified time
    Searched defs:StreamInfo (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
stream.h 28 StreamInfo;
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);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h 65 struct StreamInfo {
66 StreamInfo()
73 StreamInfo(VideoEncoder* encoder,
115 std::vector<StreamInfo> streaminfos_;
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 165 struct StreamInfo {
177 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0),
209 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
StreamUtil.h 37 struct StreamInfo {
39 StreamInfo() {}
47 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name,
49 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex,
60 SmallVectorImpl<StreamInfo> &Streams);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 40 struct StreamInfo {
50 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID,
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.h 196 struct StreamInfo {
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.cpp 55 struct ARTPConnection::StreamInfo {
183 mStreams.push_back(StreamInfo());
184 StreamInfo *info = &*--mStreams.end();
218 List<StreamInfo>::iterator it = mStreams.begin();
257 for (List<StreamInfo>::iterator it = mStreams.begin();
281 List<StreamInfo>::iterator it = mStreams.begin();
312 List<StreamInfo>::iterator it = mStreams.begin();
314 StreamInfo *s = &*it;
373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) {
413 status_t ARTPConnection::parseRTP(StreamInfo *s, const sp<ABuffer> &buffer)
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 470 struct StreamInfo {
533 StreamInfo stream_info = {static_cast<std::string>(name), index, ctx_info};
578 const StreamInfo& stream_info) const {
704 absl::flat_hash_map<StreamKey, StreamInfo, hash<StreamKey>> stream_infos_;

Completed in 175 milliseconds