Searched refs:videoHeight (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java69 String videoHeight = (String) icicle.get("video_height");
89 if (videoHeight != null) {
90 mVideoHeight = Integer.parseInt(videoHeight);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h141 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight,
147 M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr);
H A DVideoEditorTools.h56 M4OSA_UInt32 videoHeight; member in struct:__anon81
H A DVideoEditorPreviewController.cpp1379 M4OSA_UInt32 videoHeight, M4OSA_UInt32 timeMs, M4OSA_Void* outPtr) {
1386 postProcessParams.videoHeight = videoHeight;
1408 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight);
1428 M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr) {
1435 //frameSize = (videoWidth*videoHeight*3) >> 1;
1440 videoHeight, (M4VIFI_UInt8 *)inBuffer, videoWidth, videoHeight);
1377 applyVideoEffect( M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight, M4OSA_UInt32 timeMs, M4OSA_Void* outPtr) argument
1426 doImageRenderingMode( M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr) argument
H A DVideoEditorTools.cpp3284 frameSize = (params->videoWidth*params->videoHeight*3) >> 1;
3296 ((params->videoHeight*params->videoWidth*3)>>1), M4VS, (M4OSA_Char*)("lvpp colorBuffer"));
3308 prepareYUV420ImagePlane(planeIn, params->videoWidth, params->videoHeight,
3312 prepareYUV420ImagePlane(planeOut, params->videoWidth, params->videoHeight,
3313 (M4VIFI_UInt8 *)tempOutputBuffer, params->videoWidth, params->videoHeight);
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java314 int videoHeight,
327 this.videoFrameHeight = videoHeight;
307 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/stress/
H A DMediaRecorderStressTest.java178 int videoHeight;
189 videoHeight = camcorderProfile.videoFrameHeight;
196 videoHeight = MediaRecorderStressTestRunner.mVideoHeight;
225 Log.v(TAG, "video height : " + videoHeight);
235 mRecorder.setVideoSize(videoWidth, videoHeight);
H A DVideoEditorStressTest.java665 final int videoHeight = MediaProperties.HEIGHT_720;
698 videoHeight, mediaItem1.getHeight());
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp236 uint32_t videoWidth, videoHeight; local
240 videoHeight = gVideoHeight;
243 videoHeight = gVideoWidth;
245 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) {
251 outHeight = videoHeight;
252 outWidth = (uint32_t)(videoHeight / displayAspect);
256 offY = (videoHeight - outHeight) / 2;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java114 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight;
140 Log.v(TAG, "videoHeight : " + videoHeight);
153 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
166 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp498 int32_t videoHeight = -1; local
527 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
561 sprintf(tmp, "%d", videoHeight);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h129 int32_t videoWidth, int32_t videoHeight,
H A DStagefrightRecorder.cpp1500 int32_t videoWidth, int32_t videoHeight,
1498 setupMPEG4Recording( int outputFd, int32_t videoWidth, int32_t videoHeight, int32_t videoBitRate, int32_t *totalBitRate, sp<MediaWriter> *mediaWriter) argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h121 int videoWidth, videoHeight; member in struct:android::camera2::Parameters
H A DParameters.cpp69 videoHeight = previewHeight;
72 params.setVideoSize(videoWidth, videoHeight);
1727 &validatedParams.videoHeight);
1729 validatedParams.videoHeight != videoHeight) {
1739 validatedParams.videoHeight)) break;
1744 validatedParams.videoHeight);
2672 static_cast<float>(videoHeight) },
2767 float videoAspect = static_cast<float>(videoWidth) / videoHeight;
H A DStreamingProcessor.cpp345 currentHeight != (uint32_t)params.videoHeight || newConsumer) {
367 params.videoWidth, params.videoHeight,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java259 public static int videoHeight(String filePath) throws Exception { method in class:CodecTest
260 Log.v(TAG, "videoHeight - " + filePath);
261 int videoHeight = 0;
284 videoHeight = mMediaPlayer.getVideoHeight();
290 return videoHeight;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
H A DMediaPlayerApiTest.java307 height = CodecTest.videoHeight(MediaNames.VIDEO_LARGE_SIZE_3GP);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp325 p.videoHeight);

Completed in 3048 milliseconds