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

  /frameworks/av/include/camera/
ProCamera.h 281 struct StreamInfo
283 StreamInfo(int streamId) {
289 StreamInfo() {
306 KeyedVector<int, StreamInfo> mStreams;
312 StreamInfo& getStreamInfo(int streamId);
  /external/chromium_org/net/http/
http_pipelined_connection_impl.cc 122 stream_info_map_.insert(std::make_pair(pipeline_id, StreamInfo()));
831 HttpPipelinedConnectionImpl::StreamInfo::StreamInfo()
835 HttpPipelinedConnectionImpl::StreamInfo::~StreamInfo() {
http_pipelined_connection_impl.h 182 struct StreamInfo {
183 StreamInfo();
184 ~StreamInfo();
193 typedef std::map<int, StreamInfo> StreamInfoMap;
  /frameworks/wilhelm/src/
data.h 112 } 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 237 struct StreamInfo {
278 Vector<StreamInfo> infos;
323 StreamInfo info;
336 StreamInfo &info = infos.editItemAt(i);
358 StreamInfo &info = infos.editItemAt(i);
370 const StreamInfo &info1 = infos.itemAt(0);
371 const StreamInfo &info2 = infos.itemAt(1);
405 StreamInfo &info = infos.editItemAt(i);
    [all...]

Completed in 88 milliseconds