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.cpp236 jint frameWidth,
1005 jint frameWidth,
1070 framesizeYuv = ((frameWidth)*(frameHeight)*1.5);
1084 frameWidth,
1106 yuvPlane[0].u_width = frameWidth;
1111 yuvPlane[1].u_width = frameWidth/2;
1118 yuvPlane[2].u_width = frameWidth/2;
1139 frameStr.uiSurfaceWidth = frameWidth;
1141 frameStr.uiFrameWidth = frameWidth;
1001 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument

Completed in 269 milliseconds