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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h40 struct StreamInfo { struct in namespace:android::camera3
50 explicit 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:__anon2105
/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.cpp111 struct StreamInfo { struct in struct:android::ATSParser::Program
130 bool switchPIDs(const Vector<StreamInfo> &infos);
354 bool ATSParser::Program::switchPIDs(const Vector<StreamInfo> &infos) {
500 Vector<StreamInfo> infos;
528 StreamInfo info;
545 StreamInfo &info = infos.editItemAt(i);
567 StreamInfo &info = infos.editItemAt(i);
584 StreamInfo &info = infos.editItemAt(i);

Completed in 276 milliseconds