Searched defs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
198 struct StreamInfo { struct210 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument217 bool matchFormat(uint32_t clientFormat) const { in matchFormat()242 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
41 struct StreamInfo { struct52 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument62 streamId(id), in streamId()
55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection56 bool isIPv6;57 int mRTPSocket;58 int mRTCPSocket;59 sp<ASessionDescription> mSessionDesc;60 size_t mIndex;61 sp<AMessage> mNotifyMsg;62 KeyedVector<uint32_t, sp<ARTPSource> > mSources;64 int64_t mNumRTCPPacketsReceived;65 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