Searched defs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
165 struct StreamInfo { struct177 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument184 bool matchFormat(uint32_t clientFormat) const { in matchFormat()209 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
40 struct StreamInfo { struct50 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument59 streamId(id), in streamId()
55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection56 int mRTPSocket;57 int mRTCPSocket;58 sp<ASessionDescription> mSessionDesc;59 size_t mIndex;60 sp<AMessage> mNotifyMsg;61 KeyedVector<uint32_t, sp<ARTPSource> > mSources;63 int64_t mNumRTCPPacketsReceived;64 int64_t mNumRTPPacketsReceived;65 struct sockaddr_in mRemoteRTCPAddr;[all …]
196 struct StreamInfo { struct197 unsigned mType;198 unsigned mTypeExt;199 unsigned mPID;200 CADescriptor mCADescriptor;201 AudioPresentationCollection mAudioPresentations;
117 } StreamInfo; typedef