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.cpp237 jint frameHeight,
1006 jint frameHeight,
1070 framesizeYuv = ((frameWidth)*(frameHeight)*1.5);
1085 frameHeight, &timeMs, 0);
1105 yuvPlane[0].u_height = frameHeight;
1110 yuvPlane[1].u_height = frameHeight/2;
1117 yuvPlane[2].u_height = frameHeight/2;
1140 frameStr.uiSurfaceHeight = frameHeight;
1142 frameStr.uiFrameHeight = frameHeight;
1001 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument

Completed in 292 milliseconds