Searched defs:videoHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.h56 M4OSA_UInt32 videoHeight; member in struct:__anon68
H A DVideoEditorPreviewController.cpp1379 M4OSA_UInt32 videoHeight, M4OSA_UInt32 timeMs, M4OSA_Void* outPtr) {
1386 postProcessParams.videoHeight = videoHeight;
1408 err = applyEffectsAndRenderingMode(&postProcessParams, videoWidth, videoHeight);
1428 M4OSA_UInt32 videoHeight, M4OSA_Void* outPtr) {
1435 //frameSize = (videoWidth*videoHeight*3) >> 1;
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.java314 int videoHeight,
327 this.videoFrameHeight = videoHeight;
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.java259 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/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp498 int32_t videoHeight = -1; local
527 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
561 sprintf(tmp, "%d", videoHeight);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h117 int videoWidth, videoHeight; member in struct:android::camera2::Parameters
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1471 int32_t videoWidth, int32_t videoHeight,
1469 setupMPEG4Recording( int outputFd, int32_t videoWidth, int32_t videoHeight, int32_t videoBitRate, int32_t *totalBitRate, sp<MediaWriter> *mediaWriter) argument

Completed in 352 milliseconds