Searched defs:streamInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.cpp47 const StreamInfo& streamInfo) {
50 int streamId = streamInfo.streamId;
51 int streamSetId = streamInfo.streamSetId;
58 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) {
60 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount);
63 if (!streamInfo.isConfigured) {
90 mStreamSetMap[i].streamInfoMap[streamIdx].streamSetId != streamInfo.streamSetId) {
114 currentStreamSet.streamInfoMap.add(streamId, streamInfo);
121 if (streamInfo
46 registerStream(wp<Camera3OutputStream>& stream, const StreamInfo& streamInfo) argument
[all...]
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp115 StreamInfo streamInfo; local
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;
125 ssize_t index = mp->mStreamInfo.mStreamInfoTable.add(streamInfo);

Completed in 99 milliseconds