OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:camera_index
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/examples/
bal_problem.h
74
const int*
camera_index
() const { return camera_index_; }
function in class:ceres::examples::BALProblem
bundle_adjuster.cc
273
// which are identified by
camera_index
()[i] and point_index()[i]
276
cameras + camera_block_size * bal_problem->
camera_index
()[i];
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp
31
extern int
camera_index
;
241
camera = Camera::connect(
camera_index
,
246
camera = Camera::connect(
camera_index
,
436
camera_index
=atoi(cmd+1);
437
//
camera_index
%= ARRAY_SIZE(cameras);
438
camera_index
%= length_cam;
439
if (
camera_index
== 2)
444
printf("%s selected.\n", cameras[
camera_index
]);
455
if (
camera_index
== 0) params.setPreviewFrameRate(30);
795
if (
camera_index
== 0)
[
all
...]
camera_test_menu.cpp
34
int
camera_index
= 0;
variable
929
if (
camera_index
== 0) {
1016
printf("openCamera(
camera_index
=%d)\n",
camera_index
);
1017
camera = Camera::connect(
camera_index
,
1025
camera = Camera::connect(
camera_index
,
1116
camera_index
= 0;
[
all
...]
/external/ceres-solver/internal/ceres/
system_test.cc
328
const int*
camera_index
() const { return camera_index_; }
function in class:ceres::internal::BundleAdjustmentProblem
383
// which are identified by
camera_index
()[i] and
Completed in 1170 milliseconds