Searched refs:rgbPlane (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c1884 M4VIFI_ImagePlane rgbPlane; local
1958 rgbPlane.u_height = framingCtx->height;
1959 rgbPlane.u_width = framingCtx->width;
1960 rgbPlane.u_stride = rgbPlane.u_width*3;
1961 rgbPlane.u_topleft = 0;
1963 frameSize = (rgbPlane.u_width * rgbPlane.u_height * 3); //Size of RGB888 data
1964 rgbPlane.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(((frameSize)+ (2 * framingCtx->width)),
1966 if(rgbPlane
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp2857 M4VIFI_ImagePlane rgbPlane, *yuvPlane; local
2888 rgbPlane.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS, (M4OSA_Char*)"Image clip RGB888 data");
2889 if(rgbPlane.pac_data == M4OSA_NULL)
2899 rgbPlane.pac_data[j] = pTmpData[i];
2909 fwrite(rgbPlane.pac_data, frameSize, 1, fp);
2913 rgbPlane.u_height = height;
2914 rgbPlane.u_width = width;
2915 rgbPlane.u_stride = width*3;
2916 rgbPlane.u_topleft = 0;
2939 err = M4VIFI_RGB888toYUV420(M4OSA_NULL, &rgbPlane, yuvPlan
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1019 M4VIFI_ImagePlane yuvPlane[3], rgbPlane; local

Completed in 19 milliseconds