Home
last modified time | relevance | path

Searched defs:videoHeight (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java69 String videoHeight = (String) icicle.get("video_height"); in onCreate() local
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java81 int videoHeight, float videoFrameRate, float videoPixelAspectRatio, in TvTrackInfo()
633 public final Builder setVideoHeight(int videoHeight) { in setVideoHeight()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java178 int videoHeight; in recordVideoAndPlayback() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java267 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest
269 int videoHeight = 0; in videoHeight() local
/frameworks/base/media/java/android/media/
DCamcorderProfile.java546 int videoHeight, in CamcorderProfile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java314 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight; in recordVideoWithPara() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp290 uint32_t videoWidth, videoHeight; in setDisplayProjection() local
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp530 int32_t videoHeight = -1; in parseMetaData() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h145 int videoWidth, videoHeight, videoFormat; member