OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:camera_index
(Results
1 - 3
of
3
) 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
/external/ceres-solver/internal/ceres/
system_test.cc
336
const int*
camera_index
() const { return camera_index_; }
function in class:ceres::internal::BundleAdjustmentProblem
391
// which are identified by
camera_index
()[i] and
/hardware/ti/omap4xxx/test/CameraHal/
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
...]
Completed in 320 milliseconds