HomeSort by relevance Sort by last modified time
    Searched defs:StreamInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/wilhelm/src/
data.h 114 } StreamInfo;
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.cpp 55 struct ARTPConnection::StreamInfo {
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 *s, const sp<ABuffer> &buffer)
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 94 struct StreamInfo {
109 bool switchPIDs(const Vector<StreamInfo> &infos);
283 bool ATSParser::Program::switchPIDs(const Vector<StreamInfo> &infos) {
391 Vector<StreamInfo> infos;
432 StreamInfo info;
447 StreamInfo &info = infos.editItemAt(i);
469 StreamInfo &info = infos.editItemAt(i);
485 StreamInfo &info = infos.editItemAt(i);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 138 HW_STREAM_INFORMATION StreamInfo;

Completed in 1921 milliseconds