/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaRecorderStressTestRunner.java | 69 String videoHeight = (String) icicle.get("video_height"); in onCreate() local 89 if (videoHeight != null) { in onCreate() 90 mVideoHeight = Integer.parseInt(videoHeight); in onCreate()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvTrackInfo.java | 72 int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, in TvTrackInfo() argument 82 mVideoHeight = videoHeight; in TvTrackInfo() 414 public final Builder setVideoHeight(int videoHeight) { in setVideoHeight() argument 418 mVideoHeight = videoHeight; in setVideoHeight()
|
D | TvInputManager.java | 1983 int videoHeight = track.getVideoHeight(); 1984 if (mVideoWidth != videoWidth || mVideoHeight != videoHeight) { 1986 mVideoHeight = videoHeight;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 178 int videoHeight; in recordVideoAndPlayback() local 189 videoHeight = camcorderProfile.videoFrameHeight; in recordVideoAndPlayback() 196 videoHeight = MediaRecorderStressTestRunner.mVideoHeight; in recordVideoAndPlayback() 225 Log.v(TAG, "video height : " + videoHeight); in recordVideoAndPlayback() 235 mRecorder.setVideoSize(videoWidth, videoHeight); in recordVideoAndPlayback()
|
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 477 int videoHeight, in CamcorderProfile() argument 490 this.videoFrameHeight = videoHeight; in CamcorderProfile()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 248 uint32_t videoWidth, videoHeight; in setDisplayProjection() local 252 videoHeight = gVideoHeight; in setDisplayProjection() 255 videoHeight = gVideoWidth; in setDisplayProjection() 257 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) { in setDisplayProjection() 263 outHeight = videoHeight; in setDisplayProjection() 264 outWidth = (uint32_t)(videoHeight / displayAspect); in setDisplayProjection() 268 offY = (videoHeight - outHeight) / 2; in setDisplayProjection()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 118 videoHeight = previewHeight; in initialize() 121 params.setVideoSize(videoWidth, videoHeight); in initialize() 1857 &validatedParams.videoHeight); in set() 1859 validatedParams.videoHeight != videoHeight) { in set() 1863 __FUNCTION__, videoWidth, videoHeight, validatedParams.videoWidth, in set() 1864 validatedParams.videoHeight); in set() 1866 validatedParams.videoHeight = videoHeight; in set() 1867 newParams.setVideoSize(videoWidth, videoHeight); in set() 1873 validatedParams.videoHeight)) break; in set() 1878 validatedParams.videoHeight); in set() [all …]
|
D | StreamingProcessor.cpp | 333 currentHeight != (uint32_t)params.videoHeight || in recordingStreamNeedsUpdate() 369 currentHeight != (uint32_t)params.videoHeight || in updateRecordingStream() 392 params.videoWidth, params.videoHeight, in updateRecordingStream()
|
D | Parameters.h | 139 int videoWidth, videoHeight, videoFormat; member
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 314 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight; in recordVideoWithPara() local 340 Log.v(TAG, "videoHeight : " + videoHeight); in recordVideoWithPara() 353 mMediaRecorder.setVideoSize(videoWidth, videoHeight); in recordVideoWithPara() 366 recordSuccess = validateVideo(filename, videoWidth, videoHeight); in recordVideoWithPara()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | CodecTest.java | 260 public static int videoHeight(String filePath) throws Exception { in videoHeight() method in CodecTest 262 int videoHeight = 0; in videoHeight() local 285 videoHeight = mMediaPlayer.getVideoHeight(); in videoHeight() 291 return videoHeight; in videoHeight()
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 669 int32_t videoHeight = -1; in parseMetaData() local 698 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData() 735 sprintf(tmp, "%d", videoHeight); in parseMetaData()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/ |
D | MediaPlayerApiTest.java | 307 height = CodecTest.videoHeight(MediaNames.VIDEO_LARGE_SIZE_3GP); in testLargeVideoHeigth()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 313 p.videoHeight); in dumpClient()
|