/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 313 int videoWidth, in CamcorderProfile() argument 326 this.videoFrameWidth = videoWidth; in CamcorderProfile()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorPreviewController.h | 141 M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight, 146 M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
|
D | VideoEditorPreviewController.cpp | 1378 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()
|
D | VideoEditorTools.h | 55 M4OSA_UInt32 videoWidth; member
|
D | VideoEditorTools.cpp | 3284 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/ |
D | MediaRecorderTest.java | 113 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/ |
D | StagefrightMetadataRetriever.cpp | 462 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/ |
D | CodecTest.java | 294 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/ |
D | StagefrightRecorder.h | 126 int32_t videoWidth, int32_t videoHeight,
|
D | StagefrightRecorder.cpp | 1472 int32_t videoWidth, int32_t videoHeight, in setupMPEG4Recording() argument
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/ |
D | MediaPlayerApiTest.java | 315 width = CodecTest.videoWidth(MediaNames.VIDEO_LARGE_SIZE_3GP); in testLargeVideoWidth()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | VideoEditorStressTest.java | 666 final int videoWidth = 1080; in testStressMediaProperties() local 700 videoWidth, mediaItem1.getWidth()); in testStressMediaProperties()
|