OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoFile
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java
78
File
videoFile
= new File(externalVideoPath);
79
FileUtils.createFile(
videoFile
, numBytes);
103
long dateModified =
videoFile
.lastModified() / 1000;
202
File
videofile
= new File(Environment.getExternalStorageDirectory(), "testVideo.3gp");
local
203
assertTrue(
videofile
.exists());
205
assertFalse(
videofile
.exists());
209
assertTrue(
videofile
.exists());
213
assertTrue(
videofile
.exists());
214
videofile
.delete();
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
863
char
videoFile
[256],vbit_string[50];
911
sprintf(
videoFile
, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX].desc);
913
videoFd = open(
videoFile
, O_CREAT | O_RDWR);
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
1016
char
videoFile
[384],vbit_string[50];
1064
sprintf(
videoFile
, "%s/video%d.%s", videos_dir_path, recording_counter, outputFormat[outputFormatIDX].desc);
1066
videoFd = open(
videoFile
, O_CREAT | O_RDWR);
[
all
...]
Completed in 3445 milliseconds