Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java58 int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, in TvTrackInfo()
315 public final Builder setVideoWidth(int videoWidth) { in setVideoWidth()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java68 String videoWidth = (String) icicle.get("video_width"); in onCreate() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java295 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest
297 int videoWidth = 0; in videoWidth() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java177 int videoWidth; in recordVideoAndPlayback() local
/frameworks/base/media/java/android/media/
DCamcorderProfile.java476 int videoWidth, in CamcorderProfile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java313 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth; in recordVideoWithPara() local
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp625 int32_t videoWidth = -1; in parseMetaData() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp248 uint32_t videoWidth, videoHeight; in setDisplayProjection() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h134 int videoWidth, videoHeight; member