OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoFormat
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaRecorderTest.java
71
int
videoFormat
, int outFormat, String outFile, boolean videoOnly) {
85
mRecorder.setVideoEncoder(
videoFormat
);
165
int
videoFormat
, int outFormat, String outFile, boolean videoOnly) {
178
mRecorder.setVideoEncoder(
videoFormat
);
/hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp
95
int
videoFormat
= OVERLAY_FORMAT_CbYCrY_422_I;
110
ref = mSurface->createOverlay(displayWidth, displayHeight,
videoFormat
, 0);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java
276
private void stressVideoRecord(int frameRate, int width, int height, int
videoFormat
,
293
mRecorder.setVideoEncoder(
videoFormat
);
Completed in 152 milliseconds