OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStartCapture
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp
38
mStartCapture
(false),
71
if (!
mStartCapture
) {
73
mStartCapture
= true;
228
while (!
mStartCapture
) {
233
if (
mStartCapture
) {
234
mStartCapture
= false;
CaptureSequencer.h
78
bool
mStartCapture
;
/hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h
180
struct timeval
mStartCapture
;
BaseCameraAdapter.h
197
struct timeval
mStartCapture
;
CameraHal.h
[
all
...]
/hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp
157
mStartCapture
.tv_sec = 0;
158
mStartCapture
.tv_usec = 0;
346
memcpy(&
mStartCapture
, refTime, sizeof(struct timeval));
1123
CameraHal::PPM("Shot to snapshot: ", &
mStartCapture
);
1128
CameraHal::PPM("Shot to shot: ", &
mStartCapture
);
[
all
...]
BaseCameraAdapter.cpp
57
mStartCapture
.tv_sec = 0;
58
mStartCapture
.tv_usec = 0;
694
memcpy( &
mStartCapture
, refTimestamp, sizeof( struct timeval ));
756
memcpy( &
mStartCapture
, refTimestamp, sizeof( struct timeval ));
1158
CameraHal::PPM("Shot to Jpeg: ", &
mStartCapture
);
[
all
...]
CameraHal.cpp
57
struct timeval CameraHal::
mStartCapture
;
[
all
...]
Completed in 237 milliseconds