Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h209 struct StreamInfo { struct
221 StreamInfo() : width(0), height(0), format(0), formatOverridden(false), originalFormat(0), in StreamInfo() argument
228 bool matchFormat(uint32_t clientFormat) const { in matchFormat()
253 virtual status_t getStreamInfo(int id, StreamInfo *streamInfo) = 0; argument
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h41 struct StreamInfo { struct
52 explicit StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, argument
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp55 struct ARTPConnection::StreamInfo { struct in android::ARTPConnection
56 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 …]
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h196 struct StreamInfo { struct
197 unsigned mType;
198 unsigned mTypeExt;
199 unsigned mPID;
200 CADescriptor mCADescriptor;
201 AudioPresentationCollection mAudioPresentations;
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DStreamInfo.java22 public interface StreamInfo { interface
/aosp12/frameworks/wilhelm/src/
H A Ddata.h117 } StreamInfo; typedef