Searched refs:StreamInfo (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.h69 struct StreamInfo;
70 List<StreamInfo> mStreams;
81 status_t receive(StreamInfo *info, bool receiveRTP);
83 status_t parseRTP(StreamInfo *info, const sp<ABuffer> &buffer);
84 status_t parseRTCP(StreamInfo *info, const sp<ABuffer> &buffer);
85 status_t parseSR(StreamInfo *info, const uint8_t *data, size_t size);
86 status_t parseBYE(StreamInfo *info, const uint8_t *data, size_t size);
88 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
H A DARTPConnection.cpp55 struct ARTPConnection::StreamInfo { struct in class:android::ARTPConnection
183 mStreams.push_back(StreamInfo());
184 StreamInfo *info = &*--mStreams.end();
218 List<StreamInfo>::iterator it = mStreams.begin();
257 for (List<StreamInfo>::iterator it = mStreams.begin();
281 List<StreamInfo>::iterator it = mStreams.begin();
312 List<StreamInfo>::iterator it = mStreams.begin();
314 StreamInfo *s = &*it;
373 status_t ARTPConnection::receive(StreamInfo *s, bool receiveRTP) {
413 status_t ARTPConnection::parseRTP(StreamInfo *
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.h31 struct StreamInfo;
85 status_t registerStream(wp<Camera3OutputStream>& stream, const StreamInfo &streamInfo);
219 typedef KeyedVector<StreamId, StreamInfo> InfoMap;
H A DCamera3OutputStream.h39 struct StreamInfo { struct in namespace:android::camera3
49 StreamInfo(int id = CAMERA3_STREAM_ID_INVALID, function in struct:android::camera3::StreamInfo
H A DCamera3BufferManager.cpp47 const StreamInfo& streamInfo) {
220 const StreamInfo& info = streamSet.streamInfoMap.valueFor(streamId);
H A DCamera3OutputStream.cpp449 StreamInfo streamInfo(
/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
301 (void) new (&thiz->mStreamInfoTable) android::Vector<StreamInfo>();
303 StreamInfo contInf;
319 thiz->mStreamInfoTable.~Vector<StreamInfo>();
/frameworks/wilhelm/src/
H A Ddata.h117 } StreamInfo; typedef in typeref:struct:__anon1750
H A Ditfstruct.h615 android::Vector<StreamInfo> mStreamInfoTable;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp94 struct StreamInfo { struct in struct:android::ATSParser::Program
109 bool switchPIDs(const Vector<StreamInfo> &infos);
286 bool ATSParser::Program::switchPIDs(const Vector<StreamInfo> &infos) {
394 Vector<StreamInfo> infos;
435 StreamInfo info;
450 StreamInfo &info = infos.editItemAt(i);
472 StreamInfo &info = infos.editItemAt(i);
488 StreamInfo &info = infos.editItemAt(i);
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp115 StreamInfo streamInfo;
123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0);

Completed in 156 milliseconds