Searched defs:videoHeight (Results 1 - 9 of 9) 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.java267 public static int videoHeight(String filePath) throws Exception { method in class:CodecTest
268 Log.v(TAG, "videoHeight - " + filePath);
269 int videoHeight = 0;
292 videoHeight = mMediaPlayer.getVideoHeight();
298 return videoHeight;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlaybackGlueHost.java93 * @param videoHeight
95 public void onVideoSizeChanged(int videoWidth, int videoHeight) { argument
/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.cpp249 uint32_t videoWidth, videoHeight; local
253 videoHeight = gVideoHeight;
256 videoHeight = gVideoWidth;
258 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) {
264 outHeight = videoHeight;
265 outWidth = (uint32_t)(videoHeight / displayAspect);
269 offY = (videoHeight - outHeight) / 2;
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp804 int32_t videoHeight = -1; local
833 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
870 sprintf(tmp, "%d", videoHeight);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackFragment.java1134 * @param videoHeight Intrinsic height of video
1136 protected void onVideoSizeChanged(int videoWidth, int videoHeight) { argument
H A DPlaybackSupportFragment.java1131 * @param videoHeight Intrinsic height of video
1133 protected void onVideoSizeChanged(int videoWidth, int videoHeight) { argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h142 int videoWidth, videoHeight, videoFormat; member in struct:android::camera2::Parameters

Completed in 258 milliseconds