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

/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorTools.h55 M4OSA_UInt32 videoWidth; member in struct:__anon1352
H A DVideoEditorPreviewController.cpp1370 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
1377 postProcessParams.videoWidth = videoWidth;
1400 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight);
1419 M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth,
1427 //frameSize = (videoWidth*videoHeight*3) >> 1;
1431 prepareYUV420ImagePlane(planeIn, videoWidth,
1432 videoHeight, (M4VIFI_UInt8 *)inBuffer, videoWidth, videoHeight);
1369 applyVideoEffect( M4OSA_Void * dataPtr, M4OSA_UInt32 colorFormat, M4OSA_UInt32 videoWidth, M4OSA_UInt32 videoHeight, M4OSA_UInt32 timeMs, M4OSA_Void* outPtr) argument
1418 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.java308 int videoWidth,
321 this.videoFrameWidth = videoWidth;
302 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/base/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp452 int32_t videoWidth = -1; local
480 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
509 sprintf(tmp, "%d", videoWidth);
/frameworks/base/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1450 int32_t videoWidth, int32_t videoHeight,
1448 setupMPEG4Recording( int outputFd, int32_t videoWidth, int32_t videoHeight, int32_t videoBitRate, int32_t *totalBitRate, sp<MediaWriter> *mediaWriter) argument

Completed in 81 milliseconds