Lines Matching defs:TrackInfo
104 struct TrackInfo { struct
107 bool mIsAudio;
108 int32_t mPayloadType;
109 String8 mMimeType;
110 String8 mCodecName;
111 int32_t mCodecProfile;
112 int32_t mCodecLevel;
113 int32_t mWidth;
114 int32_t mHeight;
115 String8 mLocalIp;
116 String8 mRemoteIp;
117 int32_t mLocalPort;
118 int32_t mRemotePort;
119 int64_t mSocketNetwork;
120 int32_t mTimeScale;
121 int32_t mAS;
124 uint32_t mJbTimeMs;
126 uint32_t mSelfID;
128 int32_t mCVOExtMap;
131 sp<AnotherPacketSource> mSource;
132 uint32_t mRTPTime;
133 int64_t mNormalPlaytimeUs;
134 bool mNPTMappingValid;
137 int mRTPSocket;
138 int mRTCPSocket;
139 uint32_t mFirstSeqNumInSegment;
140 bool mNewSegment;
141 int32_t mAllowedStaleAccessUnits;
142 uint32_t mRTPAnchor;
143 int64_t mNTPAnchorUs;
144 bool mEOSReceived;
145 uint32_t mNormalPlayTimeRTP;
146 int64_t mNormalPlayTimeUs;
147 sp<APacketSource> mPacketSource;
148 List<sp<ABuffer>> mPackets;