Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h165 struct StreamInfo { struct
177 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument
184 bool matchFormat(uint32_t clientFormat) const { in matchFormat()
209 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/av/media/libstagefright/mpeg2ts/
DATSParser.h196 struct StreamInfo { struct
197 unsigned mType;
198 unsigned mTypeExt;
199 unsigned mPID;
200 CADescriptor mCADescriptor;
201 AudioPresentationCollection mAudioPresentations;
/frameworks/wilhelm/src/
Ddata.h117 } StreamInfo; typedef