Lines Matching refs:streamInfo
910 OutputStreamInfo streamInfo; in createStream() local
926 res = SessionConfigurationUtils::createSurfaceFromGbp(streamInfo, in createStream()
959 err = compositeStream->createStream(surfaces, deferredConsumer, streamInfo.width, in createStream()
960 streamInfo.height, streamInfo.format, in createStream()
962 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
970 err = mDevice->createStream(surfaces, deferredConsumer, streamInfo.width, in createStream()
971 streamInfo.height, streamInfo.format, streamInfo.dataSpace, in createStream()
973 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
975 /*consumerUsage*/0, streamInfo.dynamicRangeProfile, streamInfo.streamUseCase, in createStream()
976 streamInfo.timestampBase, streamInfo.mirrorMode); in createStream()
982 mCameraIdStr.string(), streamInfo.width, streamInfo.height, streamInfo.format, in createStream()
983 streamInfo.dataSpace, strerror(-err), err); in createStream()
994 mStreamInfoMap[streamId] = streamInfo; in createStream()
998 __FUNCTION__, mCameraIdStr.string(), streamId, streamInfo.width, in createStream()
999 streamInfo.height, streamInfo.format); in createStream()
1002 res = setStreamTransformLocked(streamId, streamInfo.mirrorMode); in createStream()