OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outputVideoFormat
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_Extended_API.h
278
M4VIDEOEDITING_VideoFormat
outputVideoFormat
;
/cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java
287
MediaFormat
outputVideoFormat
=
292
outputVideoFormat
.setInteger(
294
outputVideoFormat
.setInteger(MediaFormat.KEY_BIT_RATE, OUTPUT_VIDEO_BIT_RATE);
295
outputVideoFormat
.setInteger(MediaFormat.KEY_FRAME_RATE, OUTPUT_VIDEO_FRAME_RATE);
296
outputVideoFormat
.setInteger(
298
if (VERBOSE) Log.d(TAG, "video format: " +
outputVideoFormat
);
304
videoCodecInfo,
outputVideoFormat
, inputSurfaceReference);
[
all
...]
Completed in 38 milliseconds