Home
last modified time | relevance | path

Searched refs:videoFile (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp863 char videoFile[256],vbit_string[50]; in configureRecorder() local
911 …sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX… in configureRecorder()
913 videoFd = open(videoFile, O_CREAT | O_RDWR); in configureRecorder()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp1016 char videoFile[384],vbit_string[50]; in configureRecorder() local
1064 …sprintf(videoFile, "%s/video%d.%s", videos_dir_path, recording_counter, outputFormat[outputFormatI… in configureRecorder()
1066 videoFd = open(videoFile, O_CREAT | O_RDWR); in configureRecorder()