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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.cpp39 const StreamInfo& streamInfo) {
42 int streamId = streamInfo.streamId;
43 int streamSetId = streamInfo.streamSetId;
50 if (streamInfo.totalBufferCount > kMaxBufferCount || streamInfo.totalBufferCount == 0) {
52 __FUNCTION__, streamId, streamSetId, streamInfo.totalBufferCount);
55 if (!streamInfo.isConfigured) {
78 mStreamSetMap[i].streamInfoMap[streamIdx].streamSetId != streamInfo.streamSetId) {
102 currentStreamSet.streamInfoMap.add(streamId, streamInfo);
109 if (streamInfo
38 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);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp495 OutputStreamInfo streamInfo; local
509 res = createSurfaceFromGbp(streamInfo, isStreamInfoValid, surface, bufferProducer);
517 if (isShared && streamInfo.format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
531 err = mDevice->createStream(surfaces, deferredConsumer, streamInfo.width,
532 streamInfo.height, streamInfo.format, streamInfo.dataSpace,
539 mCameraIdStr.string(), streamInfo.width, streamInfo.height, streamInfo
753 createSurfaceFromGbp( OutputStreamInfo& streamInfo, bool isStreamInfoValid, sp<Surface>& surface, const sp<IGraphicBufferProducer>& gbp) argument
[all...]

Completed in 97 milliseconds