Searched defs:frameWidth (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
220 mFrameWidth(frameWidth),
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3583 uint32_t frameWidth, frameHeight; local
3596 frameWidth = 128;
3601 frameWidth = 160;
3606 frameWidth = 176;
3611 frameWidth = 320;
3616 frameWidth = 352;
3621 frameWidth = 640;
3626 frameWidth = 800;
3631 frameWidth = 720;
3636 frameWidth
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp238 jint frameWidth,
986 jint frameWidth,
1039 framesizeYuv = ((frameWidth)*(frameHeight)*1.5);
1053 frameWidth,
1075 yuvPlane[0].u_width = frameWidth;
1080 yuvPlane[1].u_width = frameWidth/2;
1087 yuvPlane[2].u_width = frameWidth/2;
1108 frameStr.uiSurfaceWidth = frameWidth;
1110 frameStr.uiFrameWidth = frameWidth;
982 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument

Completed in 109 milliseconds