OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputVideoFormat
(Results
1 - 6
of
6
) 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
...]
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c
473
pSettings->xVSS.
outputVideoFormat
= M4VIDEOEDITING_kH263;
478
pSettings->xVSS.
outputVideoFormat
= M4VIDEOEDITING_kH263;
483
pSettings->xVSS.
outputVideoFormat
= M4VIDEOEDITING_kH263;
488
pSettings->xVSS.
outputVideoFormat
=
495
pSettings->xVSS.
outputVideoFormat
=
502
pSettings->xVSS.
outputVideoFormat
=
509
pSettings->xVSS.
outputVideoFormat
=
516
pSettings->xVSS.
outputVideoFormat
=
523
pSettings->xVSS.
outputVideoFormat
=
667
|| xVSS_context->pSettings->xVSS.
outputVideoFormat
[
all
...]
M4VSS3GPP_Edit.c
[
all
...]
M4xVSS_internal.c
122
Params.
OutputVideoFormat
= xVSS_context->pMCScurrentParams->
OutputVideoFormat
;
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.cpp
[
all
...]
Completed in 63 milliseconds