Searched defs:frameHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/
H A DMediaProfiles.h217 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) argument
221 mFrameHeight(frameHeight),
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3583 uint32_t frameWidth, frameHeight; local
3597 frameHeight = 96;
3602 frameHeight = 120;
3607 frameHeight = 144;
3612 frameHeight = 240;
3617 frameHeight = 288;
3622 frameHeight = 480;
3627 frameHeight = 480;
3632 frameHeight = 480;
3637 frameHeight
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp239 jint frameHeight,
987 jint frameHeight,
1039 framesizeYuv = ((frameWidth)*(frameHeight)*1.5);
1054 frameHeight, &timeMs, 0);
1074 yuvPlane[0].u_height = frameHeight;
1079 yuvPlane[1].u_height = frameHeight/2;
1086 yuvPlane[2].u_height = frameHeight/2;
1109 frameStr.uiSurfaceHeight = frameHeight;
1111 frameStr.uiFrameHeight = frameHeight;
982 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument

Completed in 78 milliseconds