Home
last modified time | relevance | path

Searched refs:cameraId (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/net/mediastreamer/mediastreamer-2.16.1/java/src/org/linphone/mediastream/video/capture/
H A DAndroidVideoApi9JniWrapper.java50 …static public int[] selectNearestResolutionAvailable(int cameraId, int requestedW, int requestedH)… in selectNearestResolutionAvailable() argument
51 Log.d("selectNearestResolutionAvailable: " + cameraId + ", " + requestedW + "x" + requestedH); in selectNearestResolutionAvailable()
52 …return AndroidVideoApi5JniWrapper.selectNearestResolutionAvailableForCamera(cameraId, requestedW, … in selectNearestResolutionAvailable()
55 …public static Object startRecording(int cameraId, int width, int height, int fps, int rotation, fi… in startRecording() argument
56 …Log.d("startRecording(" + cameraId + ", " + width + ", " + height + ", " + fps + ", " + rotation +… in startRecording()
58 Camera camera = Camera.open(cameraId); in startRecording()
87 setCameraDisplayOrientation(rotation, cameraId, camera); in startRecording()
107 private static void setCameraDisplayOrientation(int rotationDegrees, int cameraId, Camera camera) { in setCameraDisplayOrientation() argument
109 android.hardware.Camera.getCameraInfo(cameraId, info); in setCameraDisplayOrientation()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dscenefx.cpp201 TStageObjectId cameraId = in getPlacement() local
315 TStageObjectId cameraId; in getColumnPlacement() local
340 TStageObjectId cameraId; in getColumnPlacement() local
367 TStageObjectId cameraId; in getStageObjectPlacement() local
420 TStageObjectId cameraId; in getColumnSpeed() local
451 TStageObjectId cameraId; in getColumnMotionPoints() local
582 TStageObjectId cameraId; in FxBuilder() local
1139 TStageObjectId cameraId; in buildSceneFx() local
1210 TStageObjectId cameraId; in buildPartialSceneFx() local
1242 TStageObjectId cameraId; in buildPartialSceneFx() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/cablev2_authenticator/java/src/org/chromium/chrome/browser/webauth/authenticator/
H A DCameraView.java129 int cameraId; in openCamera() local
130 for (cameraId = 0; cameraId < numCameras; cameraId++) { in openCamera()
131 Camera.getCameraInfo(cameraId, info); in openCamera()
140 cameraId = 0; in openCamera()
141 Camera.getCameraInfo(cameraId, info); in openCamera()
146 camera = Camera.open(cameraId); in openCamera()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java87 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
94 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
97 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
98 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
103 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
104 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
107 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
131 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
135 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
H A DCamera2Enumerator.java169 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() argument
171 (CameraManager) context.getSystemService(Context.CAMERA_SERVICE), cameraId); in getSupportedFormats()
174 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() argument
176 if (cachedSupportedFormats.containsKey(cameraId)) { in getSupportedFormats()
177 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
180 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in getSupportedFormats()
185 cameraCharacteristics = cameraManager.getCameraCharacteristics(cameraId); in getSupportedFormats()
221 cachedSupportedFormats.put(cameraId, formatList); in getSupportedFormats()
223 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in getSupportedFormats()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxCameraExporter.cpp127 String cameraId = getCameraId(*exportNode); in exportCamera() local
168 …mAnimationExporter->addAnimatedParameter(parameters, MaxCamera::FOV, cameraId, XMAG_SID, 0, true, … in exportCamera()
181 …mAnimationExporter->addAnimatedParameter(parameters, MaxCamera::FOV, cameraId, XFOV_SID, 0, true, … in exportCamera()
189 …imationExporter->addAnimatedParameter(parameters, MaxCamera::NEAR_CLIP, cameraId, optics->getZNear… in exportCamera()
192 …nimationExporter->addAnimatedParameter(parameters, MaxCamera::FAR_CLIP, cameraId, optics->getZFarD… in exportCamera()
198 …COLLADASW::Camera colladaCamera(COLLADASW::LibraryCameras::mSW, optics, cameraId, COLLADASW::Utils… in exportCamera()
200 …COLLADASW::Camera colladaCamera(COLLADASW::LibraryCameras::mSW, optics, cameraId, COLLADASW::Utils… in exportCamera()
225 …rs(MOTION_BLUR_ELEMENT, MOTION_BLUR_PARAMETERS, MOTION_BLUR_PARAMETER_COUNT, parameters, cameraId); in exportCamera()
233 …OF_FIELD_ELEMENT, DEPTH_OF_FIELD_PARAMETERS, DEPTH_OF_FIELD_PARAMETER_COUNT, parameters, cameraId); in exportCamera()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/src/java/org/webrtc/
H A DCamera1Session.java41 private final int cameraId; field in Camera1Session
55 final SurfaceTextureHelper surfaceTextureHelper, final int cameraId, final int width, in create() argument
58 Logging.d(TAG, "Open camera " + cameraId); in create()
63 camera = android.hardware.Camera.open(cameraId); in create()
71 "android.hardware.Camera.open returned null for camera id = " + cameraId); in create()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
110 surfaceTextureHelper, cameraId, camera, info, captureFormat, constructionTimeNs)); in create()
158 SurfaceTextureHelper surfaceTextureHelper, int cameraId, android.hardware.Camera camera, in Camera1Session() argument
161 Logging.d(TAG, "Create new camera1 session on camera " + cameraId); in Camera1Session()
168 this.cameraId = cameraId; in Camera1Session()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java88 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
95 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
98 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
99 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
104 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
105 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
108 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
132 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
136 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
H A DCamera2Enumerator.java170 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() argument
172 (CameraManager) context.getSystemService(Context.CAMERA_SERVICE), cameraId); in getSupportedFormats()
176 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() argument
178 if (cachedSupportedFormats.containsKey(cameraId)) { in getSupportedFormats()
179 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
182 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in getSupportedFormats()
187 cameraCharacteristics = cameraManager.getCameraCharacteristics(cameraId); in getSupportedFormats()
223 cachedSupportedFormats.put(cameraId, formatList); in getSupportedFormats()
225 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in getSupportedFormats()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java88 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
95 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
98 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
99 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
104 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
105 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
108 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
132 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
136 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
H A DCamera2Enumerator.java170 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() argument
172 (CameraManager) context.getSystemService(Context.CAMERA_SERVICE), cameraId); in getSupportedFormats()
176 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() argument
178 if (cachedSupportedFormats.containsKey(cameraId)) { in getSupportedFormats()
179 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
182 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in getSupportedFormats()
187 cameraCharacteristics = cameraManager.getCameraCharacteristics(cameraId); in getSupportedFormats()
223 cachedSupportedFormats.put(cameraId, formatList); in getSupportedFormats()
225 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in getSupportedFormats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java88 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
95 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
98 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
99 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
104 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
105 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
108 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
132 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
136 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
H A DCamera2Enumerator.java170 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() argument
172 (CameraManager) context.getSystemService(Context.CAMERA_SERVICE), cameraId); in getSupportedFormats()
176 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() argument
178 if (cachedSupportedFormats.containsKey(cameraId)) { in getSupportedFormats()
179 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
182 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in getSupportedFormats()
187 cameraCharacteristics = cameraManager.getCameraCharacteristics(cameraId); in getSupportedFormats()
223 cachedSupportedFormats.put(cameraId, formatList); in getSupportedFormats()
225 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in getSupportedFormats()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java93 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
100 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
103 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
104 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
109 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
110 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
113 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
137 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
141 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java93 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
100 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
103 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
104 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
109 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
110 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
113 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
137 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
141 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java93 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
100 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
103 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
104 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
109 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
110 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
113 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
137 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
141 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DCamera1Enumerator.java88 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() argument
95 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
98 private static List<CaptureFormat> enumerateFormats(int cameraId) { in enumerateFormats() argument
99 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in enumerateFormats()
104 Logging.d(TAG, "Opening camera with index " + cameraId); in enumerateFormats()
105 camera = android.hardware.Camera.open(cameraId); in enumerateFormats()
108 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e); in enumerateFormats()
132 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e); in enumerateFormats()
136 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in enumerateFormats()
H A DCamera2Enumerator.java170 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() argument
172 (CameraManager) context.getSystemService(Context.CAMERA_SERVICE), cameraId); in getSupportedFormats()
176 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() argument
178 if (cachedSupportedFormats.containsKey(cameraId)) { in getSupportedFormats()
179 return cachedSupportedFormats.get(cameraId); in getSupportedFormats()
182 Logging.d(TAG, "Get supported formats for camera index " + cameraId + "."); in getSupportedFormats()
187 cameraCharacteristics = cameraManager.getCameraCharacteristics(cameraId); in getSupportedFormats()
223 cachedSupportedFormats.put(cameraId, formatList); in getSupportedFormats()
225 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done." in getSupportedFormats()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MACameraImporter.cpp50 const COLLADAFW::UniqueId& cameraId = camera->getUniqueId (); in importCamera() local
51 if ( findMayaCameraNode ( cameraId ) != 0 ) return; in importCamera()
55 … const UniqueIdVec* transformNodeIds = visualSceneImporter->findCameraTransformIds ( cameraId ); in importCamera()
88 MayaNode* mayaCameraNode = findMayaCameraNode ( cameraId ); in importCamera()
106 const COLLADAFW::UniqueId& cameraId = camera->getUniqueId (); in createCamera() local
113 …String originalMayaId = getOriginalMayaId ( callbackHandler, cameraId, COLLADASaxFWL15::HASH_ELEME… in createCamera()
118 MayaNode* mayaCameraNode = new MayaNode ( cameraId, cameraName, mayaTransformNode ); in createCamera()
119 mMayaCameraNodesMap [ cameraId ] = mayaCameraNode; in createCamera()
315 MayaNode* CameraImporter::findMayaCameraNode ( const COLLADAFW::UniqueId& cameraId ) in findMayaCameraNode() argument
317 UniqueIdMayaNodeMap::iterator it = mMayaCameraNodesMap.find ( cameraId ); in findMayaCameraNode()

1234567