Searched defs:StreamInfo (Results 1 – 5 of 5) sorted by relevance
227 struct StreamInfo { struct241 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument250 bool matchFormat(uint32_t clientFormat) const { in matchFormat()275 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
45 struct StreamInfo { struct56 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument66 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 …]
202 struct StreamInfo { struct203 unsigned mType;204 unsigned mTypeExt;205 unsigned mPID;206 CADescriptor mCADescriptor;207 AudioPresentationCollection mAudioPresentations;
117 } StreamInfo; typedef