Searched defs:StreamInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
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
/frameworks/wilhelm/src/
H A Ddata.h117 } StreamInfo; typedef in typeref:struct:__anon1750
/frameworks/av/media/libstagefright/rtsp/
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/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);

Completed in 3011 milliseconds