Searched defs:videoWidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.h55 M4OSA_UInt32 videoWidth; member in struct:__anon81
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
/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/
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/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/cmds/screenrecord/
H A Dscreenrecord.cpp236 uint32_t videoWidth, videoHeight; local
239 videoWidth = gVideoWidth;
242 videoWidth = gVideoHeight;
245 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) {
247 outWidth = videoWidth;
248 outHeight = (uint32_t)(videoWidth * displayAspect);
255 offX = (videoWidth - outWidth) / 2;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h120 int videoWidth, videoHeight; member in struct:android::camera2::Parameters
/frameworks/av/media/libmediaplayerservice/
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

Completed in 223 milliseconds