Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp861 char videoFile[256],vbit_string[50]; in configureRecorder() local
909 …sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX… in configureRecorder()
911 videoFd = open(videoFile, O_CREAT | O_RDWR); in configureRecorder()