Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h198 struct StreamInfo { struct
210 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument
217 bool matchFormat(uint32_t clientFormat) const { in matchFormat()
242 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h41 struct StreamInfo { struct
52 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument
62 streamId(id), in streamId()
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection
56 bool isIPv6;
57 int mRTPSocket;
58 int mRTCPSocket;
59 sp<ASessionDescription> mSessionDesc;
60 size_t mIndex;
61 sp<AMessage> mNotifyMsg;
62 KeyedVector<uint32_t, sp<ARTPSource> > mSources;
64 int64_t mNumRTCPPacketsReceived;
65 int64_t mNumRTPPacketsReceived;
[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