Searched defs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
226 struct StreamInfo { struct239 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument247 bool matchFormat(uint32_t clientFormat) const { in matchFormat()272 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
44 struct StreamInfo { struct55 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument65 streamId(id), in streamId()
67 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection68 bool isIPv6;69 int mRTPSocket;70 int mRTCPSocket;71 sp<ASessionDescription> mSessionDesc;72 size_t mIndex;73 sp<AMessage> mNotifyMsg;74 KeyedVector<uint32_t, sp<ARTPSource> > mSources;76 int64_t mNumRTCPPacketsReceived;77 int64_t mNumRTPPacketsReceived;[all …]
196 struct StreamInfo { struct197 unsigned mType;198 unsigned mTypeExt;199 unsigned mPID;200 CADescriptor mCADescriptor;201 AudioPresentationCollection mAudioPresentations;
117 } StreamInfo; typedef