Searched defs:StreamInfo (Results 1 – 6 of 6) sorted by relevance
209 struct StreamInfo { struct221 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument228 bool matchFormat(uint32_t clientFormat) const { in matchFormat()253 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
41 struct StreamInfo { struct52 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument
55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection56 bool isIPv6;57 int mRTPSocket;58 int mRTCPSocket;60 size_t mIndex;61 sp<AMessage> mNotifyMsg;64 int64_t mNumRTCPPacketsReceived;65 int64_t mNumRTPPacketsReceived;66 struct sockaddr_in mRemoteRTCPAddr;69 bool mIsInjected;[all …]
196 struct StreamInfo { struct197 unsigned mType;198 unsigned mTypeExt;199 unsigned mPID;200 CADescriptor mCADescriptor;201 AudioPresentationCollection mAudioPresentations;
22 public interface StreamInfo { interface
117 } StreamInfo; typedef