OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mOutputFile
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
IvfWriter.java
30
private RandomAccessFile
mOutputFile
;
53
mOutputFile
= new RandomAccessFile(filename, "rw");
59
mOutputFile
.seek(HEADER_END); // Skip the header for now, as framecount is unknown
81
mOutputFile
.seek(0);
82
mOutputFile
.write(makeIvfHeader(mFrameCount, mWidth, mHeight, mScale, mRate));
83
mOutputFile
.close();
93
mOutputFile
.write(makeIvfFrameHeader(frame.length, timeStamp));
94
mOutputFile
.write(frame);
ExtractDecodeEditEncodeMuxTest.java
107
private String
mOutputFile
;
238
mOutputFile
= sb.toString();
532
return new MediaMuxer(
mOutputFile
, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
[
all
...]
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java
95
private File
mOutputFile
;
124
if (
mOutputFile
== null) {
128
mSinks.add(new FileSink(
mOutputFile
));
135
if (
mOutputFile
== null) {
139
mSinks.add(new FileSink(
mOutputFile
));
163
mOutputFile
= new File(filename);
/sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java
65
String
mOutputFile
= null;
120
mOutputFile
= argument;
134
File outputParent = new File(
mOutputFile
).getParentFile();
136
printAndExit(String.format("%1$s is not a valid ouput file",
mOutputFile
),
320
* Analyze the data and writes it to {@link #
mOutputFile
}
327
if (
mOutputFile
.toLowerCase().endsWith(CVS_EXT) == false) {
328
mOutputFile
=
mOutputFile
+ CVS_EXT;
331
writer = new BufferedWriter(new FileWriter(
mOutputFile
));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java
65
private String
mOutputFile
= new String("/sdcard/MediaEncoderOut.mp4");
265
mMediaRecorder.setOutputFile(
mOutputFile
);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
356
private String
mOutputFile
;
385
mOutputFile
= outputFile;
387
if (
mOutputFile
== null) {
392
Environment.getExternalStorageDirectory(),
mOutputFile
), true));
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java
90
private String
mOutputFile
;
181
mOutputFile
= outputFile;
195
mOutputFile
= null;
654
if ((
mOutputFile
== null) && (mFd == null)) {
666
recorder.setInputValue("outputFile",
mOutputFile
);
[
all
...]
/packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java
148
private String
mOutputFile
;
353
mOutputFile
= outputFile;
367
mOutputFile
= null;
[
all
...]
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
[
all
...]
/prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar
Completed in 560 milliseconds