Searched defs:videoHeight (Results 1 - 6 of 6) sorted by relevance
/frameworks/media/libvideoeditor/lvpp/ |
H A D | VideoEditorTools.h | 56 M4OSA_UInt32 videoHeight; member in struct:__anon1352
|
H A D | VideoEditorPreviewController.cpp | 1371 M4OSA_UInt32 videoHeight, M4OSA_UInt32 timeMs, M4OSA_Void* outPtr) { 1378 postProcessParams.videoHeight = videoHeight; 1400 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight); 1420 M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr) { 1427 //frameSize = (videoWidth*videoHeight*3) >> 1; 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 D | CamcorderProfile.java | 309 int videoHeight, 322 this.videoFrameHeight = videoHeight; 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 D | CodecTest.java | 259 public static int videoHeight(String filePath) throws Exception { method in class:CodecTest 260 Log.v(TAG, "videoHeight - " + filePath); 261 int videoHeight = 0; 284 videoHeight = mMediaPlayer.getVideoHeight(); 290 return videoHeight;
|
/frameworks/base/media/libstagefright/ |
H A D | StagefrightMetadataRetriever.cpp | 453 int32_t videoHeight = -1; local 481 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); 512 sprintf(tmp, "%d", videoHeight);
|
/frameworks/base/media/libmediaplayerservice/ |
H A D | StagefrightRecorder.cpp | 1450 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 30 milliseconds