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

  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.h 69 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);
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...]
  /external/chromium_org/media/base/
audio_video_metadata_extractor.h 27 struct StreamInfo {
28 StreamInfo();
29 ~StreamInfo();
34 typedef std::vector<StreamInfo> StreamInfoVector;
audio_video_metadata_extractor.cc 55 AudioVideoMetadataExtractor::StreamInfo::StreamInfo() {}
57 AudioVideoMetadataExtractor::StreamInfo::~StreamInfo() {}
96 stream_infos_.push_back(StreamInfo());
97 StreamInfo& container_info = stream_infos_.back();
102 stream_infos_.push_back(StreamInfo());
103 StreamInfo& info = stream_infos_.back();
222 const std::vector<AudioVideoMetadataExtractor::StreamInfo>&
  /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);
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
117 switch (streamInfo.domain) {
119 *(XAMediaContainerInformation *)info = streamInfo.containerInfo;
122 *(XAAudioStreamInformation *)info = streamInfo.audioInfo;
125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;
128 *(XAImageStreamInformation *)info = streamInfo.imageInfo;
131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo;
134 *(XAMIDIStreamInformation *)info = streamInfo.midiInfo;
137 *(XAVendorStreamInformation *)info = streamInfo.vendorInfo
    [all...]
  /frameworks/av/camera/
ProCamera.cpp 219 StreamInfo s(*streamId);
318 StreamInfo& stream = getStreamInfo(streamId);
336 StreamInfo& si = getStreamInfo(streamId);
365 StreamInfo& si = getStreamInfo(streamId);
432 ProCamera::StreamInfo& ProCamera::getStreamInfo(int streamId) {
  /frameworks/wilhelm/src/
data.h 114 } StreamInfo;
itfstruct.h 611 android::Vector<StreamInfo> mStreamInfoTable;
  /external/chromium_org/chrome/utility/media_galleries/
media_metadata_parser.cc 87 linked_ptr<MediaGalleries::StreamInfo> stream_info(
88 new MediaGalleries::StreamInfo);
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_api.cc 67 streams_private::StreamInfo info;
streams_private_apitest.cc 176 streams_private::StreamInfo info;
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 240 struct StreamInfo {
286 Vector<StreamInfo> infos;
331 StreamInfo info;
344 StreamInfo &info = infos.editItemAt(i);
366 StreamInfo &info = infos.editItemAt(i);
378 const StreamInfo &info1 = infos.itemAt(0);
379 const StreamInfo &info2 = infos.itemAt(1);
413 StreamInfo &info = infos.editItemAt(i);
    [all...]
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 115 StreamInfo streamInfo;
116 streamInfo.domain = XA_DOMAINTYPE_VIDEO;
117 streamInfo.videoInfo.codecId = 0;// unknown, we don't have that info FIXME
118 streamInfo.videoInfo.width = (XAuint32)data1;
119 streamInfo.videoInfo.height = (XAuint32)data2;
120 streamInfo.videoInfo.bitRate = 0;// unknown, we don't have that info FIXME
121 streamInfo.videoInfo.frameRate = 0;
122 streamInfo.videoInfo.duration = XA_TIME_UNKNOWN;
123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0)
    [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 884 milliseconds