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

/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...]
/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/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp684 M4VIFI_ImagePlane *yuvPlane = NULL; local
881 yuvPlane = (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(3*sizeof(M4VIFI_ImagePlane), M4VS,
883 if (yuvPlane == M4OSA_NULL) {
892 yuvPlane[0].u_width = width;
893 yuvPlane[0].u_height = height;
894 yuvPlane[0].u_topleft = 0;
895 yuvPlane[0].u_stride = width;
896 yuvPlane[0].pac_data = (M4VIFI_UInt8*)pixelArray;
898 yuvPlane[1].u_width = width>>1;
899 yuvPlane[
1019 M4VIFI_ImagePlane yuvPlane[3], rgbPlane; local
[all...]

Completed in 330 milliseconds