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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h141 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight,
146 M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
H A DVideoEditorTools.h55 M4OSA_UInt32 videoWidth; member in struct:__anon68
H A DVideoEditorPreviewController.cpp1378 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
1385 postProcessParams.videoWidth = videoWidth;
1408 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight);
1427 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
1435 //frameSize = (videoWidth*videoHeight*3) >> 1;
1439 prepareYUV420ImagePlane(planeIn, videoWidth,
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.java313 int videoWidth,
326 this.videoFrameWidth = videoWidth;
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.java113 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth;
139 Log.v(TAG, "videoWidth : " + videoWidth);
153 mMediaRecorder.setVideoSize(videoWidth, videoHeight);
166 recordSuccess = validateVideo(filename, videoWidth, videoHeight);
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp497 int32_t videoWidth = -1; local
526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
558 sprintf(tmp, "%d", videoWidth);
/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.cpp68 videoWidth = previewWidth;
72 params.setVideoSize(videoWidth, videoHeight);
1535 newParams.getVideoSize(&validatedParams.videoWidth,
1537 if (validatedParams.videoWidth != videoWidth ||
1548 validatedParams.videoWidth) &&
1554 __FUNCTION__, validatedParams.videoWidth,
2351 { videoWidth, videoHeight },
H A DStreamingProcessor.cpp303 if (currentWidth != (uint32_t)params.videoWidth ||
320 params.videoWidth, params.videoHeight,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java294 public static int videoWidth(String filePath) throws Exception { method in class:CodecTest
295 Log.v(TAG, "videoWidth - " + filePath);
296 int videoWidth = 0;
320 videoWidth = mMediaPlayer.getVideoWidth();
325 return videoWidth;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
H A DMediaPlayerApiTest.java315 width = CodecTest.videoWidth(MediaNames.VIDEO_LARGE_SIZE_3GP);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DVideoEditorStressTest.java666 final int videoWidth = 1080;
700 videoWidth, mediaItem1.getWidth());
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp309 result.appendFormat(" Video size: %d x %d\n", p.videoWidth,

Completed in 199 milliseconds