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

/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:__anon68
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/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.h126 int32_t videoWidth, int32_t videoHeight,
H A DStagefrightRecorder.cpp1471 int32_t videoWidth, int32_t videoHeight,
1469 setupMPEG4Recording( int outputFd, int32_t videoWidth, int32_t videoHeight, int32_t videoBitRate, int32_t *totalBitRate, sp<MediaWriter> *mediaWriter) argument
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h117 int videoWidth, videoHeight; member in struct:android::camera2::Parameters
H A DParameters.cpp69 videoHeight = previewHeight;
72 params.setVideoSize(videoWidth, videoHeight);
1536 &validatedParams.videoHeight);
1538 validatedParams.videoHeight != videoHeight) {
1550 validatedParams.videoHeight)) break;
1555 validatedParams.videoHeight);
2351 { videoWidth, videoHeight },
H A DStreamingProcessor.cpp304 currentHeight != (uint32_t)params.videoHeight) {
320 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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java665 final int videoHeight = MediaProperties.HEIGHT_720;
698 videoHeight, mediaItem1.getHeight());
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp310 p.videoHeight);

Completed in 1897 milliseconds