Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h145 struct StreamInfo { struct
157 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument
164 bool matchFormat(uint32_t clientFormat) const { in matchFormat()
189 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h40 struct StreamInfo { struct
50 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument
59 streamId(id), in streamId()
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection
56 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 …]
/frameworks/wilhelm/src/
Ddata.h117 } StreamInfo; typedef
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp115 struct StreamInfo { struct
116 unsigned mType;
117 unsigned mPID;
118 int32_t mCASystemId;