OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recording_counter
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
417
static unsigned int
recording_counter
= 1;
variable
911
sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s",
recording_counter
,outputFormat[outputFormatIDX].desc);
927
recording_counter
++;
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
507
static unsigned int
recording_counter
= 1;
variable
1064
sprintf(videoFile, "%s/video%d.%s", videos_dir_path,
recording_counter
, outputFormat[outputFormatIDX].desc);
1080
recording_counter
++;
[
all
...]
Completed in 602 milliseconds