Searched defs:videoHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java477 int videoHeight,
490 this.videoFrameHeight = videoHeight;
470 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java260 public static int videoHeight(String filePath) throws Exception { method in class:CodecTest
261 Log.v(TAG, "videoHeight - " + filePath);
262 int videoHeight = 0;
285 videoHeight = mMediaPlayer.getVideoHeight();
291 return videoHeight;
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java72 int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight,
82 mVideoHeight = videoHeight;
411 * @param videoHeight The height of the video.
414 public final Builder setVideoHeight(int videoHeight) { argument
418 mVideoHeight = videoHeight;
71 TvTrackInfo(int type, String id, String language, CharSequence description, int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate, float videoPixelAspectRatio, byte videoActiveFormatDescription, Bundle extra) argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp248 uint32_t videoWidth, videoHeight; local
252 videoHeight = gVideoHeight;
255 videoHeight = gVideoWidth;
257 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) {
263 outHeight = videoHeight;
264 outWidth = (uint32_t)(videoHeight / displayAspect);
268 offY = (videoHeight - outHeight) / 2;
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp646 int32_t videoHeight = -1; local
675 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
712 sprintf(tmp, "%d", videoHeight);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h134 int videoWidth, videoHeight, videoFormat; member in struct:android::camera2::Parameters

Completed in 4864 milliseconds