Home
last modified time | relevance | path

Searched refs:videoWidth (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/
DCamcorderProfile.java313 int videoWidth, in CamcorderProfile() argument
326 this.videoFrameWidth = videoWidth; in CamcorderProfile()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.h141 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight,
146 M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
DVideoEditorPreviewController.cpp1378 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth, in applyVideoEffect() argument
1385 postProcessParams.videoWidth = videoWidth; in applyVideoEffect()
1408 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight); in applyVideoEffect()
1427 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth, in doImageRenderingMode() argument
1439 prepareYUV420ImagePlane(planeIn, videoWidth, in doImageRenderingMode()
1440 videoHeight, (M4VIFI_UInt8 *)inBuffer, videoWidth, videoHeight); in doImageRenderingMode()
DVideoEditorTools.h55 M4OSA_UInt32 videoWidth; member
DVideoEditorTools.cpp3284 frameSize = (params->videoWidth*params->videoHeight*3) >> 1; in applyEffectsAndRenderingMode()
3296 ((params->videoHeight*params->videoWidth*3)>>1), M4VS, (M4OSA_Char*)("lvpp colorBuffer")); in applyEffectsAndRenderingMode()
3308 prepareYUV420ImagePlane(planeIn, params->videoWidth, params->videoHeight, in applyEffectsAndRenderingMode()
3312 prepareYUV420ImagePlane(planeOut, params->videoWidth, params->videoHeight, in applyEffectsAndRenderingMode()
3313 (M4VIFI_UInt8 *)tempOutputBuffer, params->videoWidth, params->videoHeight); in applyEffectsAndRenderingMode()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java113 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth; in recordVideoWithPara() local
139 Log.v(TAG, "videoWidth : " + videoWidth); in recordVideoWithPara()
153 mMediaRecorder.setVideoSize(videoWidth, videoHeight); in recordVideoWithPara()
166 recordSuccess = validateVideo(filename, videoWidth, videoHeight); in recordVideoWithPara()
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp462 int32_t videoWidth = -1; in parseMetaData() local
490 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth)); in parseMetaData()
519 sprintf(tmp, "%d", videoWidth); in parseMetaData()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java294 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest
296 int videoWidth = 0; in videoWidth() local
320 videoWidth = mMediaPlayer.getVideoWidth(); in videoWidth()
325 return videoWidth; in videoWidth()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h126 int32_t videoWidth, int32_t videoHeight,
DStagefrightRecorder.cpp1472 int32_t videoWidth, int32_t videoHeight, in setupMPEG4Recording() argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
DMediaPlayerApiTest.java315 width = CodecTest.videoWidth(MediaNames.VIDEO_LARGE_SIZE_3GP); in testLargeVideoWidth()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DVideoEditorStressTest.java666 final int videoWidth = 1080; in testStressMediaProperties() local
700 videoWidth, mediaItem1.getWidth()); in testStressMediaProperties()