OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoFile
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java
77
File
videoFile
= new File(externalVideoPath);
78
FileUtils.createFile(
videoFile
, numBytes);
102
long dateModified =
videoFile
.lastModified() / 1000;
201
File
videofile
= new File(Environment.getExternalStorageDirectory(), "testVideo.3gp");
local
202
assertTrue(
videofile
.exists());
204
assertFalse(
videofile
.exists());
208
assertTrue(
videofile
.exists());
212
assertTrue(
videofile
.exists());
213
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
...]
Completed in 211 milliseconds