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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp675 M4VIFI_ImagePlane *yuvPlane = NULL; local
862 yuvPlane = (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(3*sizeof(M4VIFI_ImagePlane), M4VS,
864 if (yuvPlane == M4OSA_NULL) {
873 yuvPlane[0].u_width = width;
874 yuvPlane[0].u_height = height;
875 yuvPlane[0].u_topleft = 0;
876 yuvPlane[0].u_stride = width;
877 yuvPlane[0].pac_data = (M4VIFI_UInt8*)pixelArray;
879 yuvPlane[1].u_width = width>>1;
880 yuvPlane[
1000 M4VIFI_ImagePlane yuvPlane[3], rgbPlane; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp2857 M4VIFI_ImagePlane rgbPlane, *yuvPlane; local
2918 yuvPlane = (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(3*sizeof(M4VIFI_ImagePlane),
2920 yuvPlane[0].u_height = height;
2921 yuvPlane[0].u_width = width;
2922 yuvPlane[0].u_stride = width;
2923 yuvPlane[0].u_topleft = 0;
2924 yuvPlane[0].pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(yuvPlane[0].u_height * yuvPlane[0].u_width * 1.5, M4VS, (M4OSA_Char*)"imageClip YUV data");
2926 yuvPlane[
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c435 M4VIFI_ImagePlane *yuvPlane = M4OSA_NULL; local
437 yuvPlane = (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(3*sizeof(M4VIFI_ImagePlane),
439 if(yuvPlane == M4OSA_NULL) {
444 yuvPlane[0].u_height = height;
445 yuvPlane[0].u_width = width;
446 yuvPlane[0].u_stride = width;
447 yuvPlane[0].u_topleft = 0;
448 yuvPlane[0].pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(yuvPlane[0].u_height \
449 * yuvPlane[
[all...]

Completed in 91 milliseconds