Home
last modified time | relevance | path

Searched defs:StreamInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h227 struct StreamInfo { struct
241 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() function
250 bool matchFormat(uint32_t clientFormat) const { in matchFormat()
275 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h45 struct StreamInfo { struct
56 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument
66 streamId(id), in streamId()
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp67 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection
68 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 …]
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/
DATSParser.h202 struct StreamInfo { struct
203 unsigned mType;
204 unsigned mTypeExt;
205 unsigned mPID;
206 CADescriptor mCADescriptor;
207 AudioPresentationCollection mAudioPresentations;
/frameworks/wilhelm/src/
Ddata.h117 } StreamInfo; typedef