HomeSort by relevance Sort by last modified time
    Searched refs:rgbPlane2 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 273 M4VIFI_ImagePlane rgbPlane1 ,rgbPlane2;
352 rgbPlane2.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
354 if(rgbPlane2.pac_data == M4OSA_NULL)
360 rgbPlane2.u_height = pImagePlanes->u_height;
361 rgbPlane2.u_width = pImagePlanes->u_width;
362 rgbPlane2.u_stride = pImagePlanes->u_width*3;
363 rgbPlane2.u_topleft = 0;
366 err = M4VIFI_ResizeBilinearRGB888toRGB888(M4OSA_NULL, &rgbPlane1, &rgbPlane2);
370 free(rgbPlane2.pac_data);
375 err = M4VIFI_RGB888toYUV420(M4OSA_NULL, &rgbPlane2, pImagePlanes)
    [all...]
M4VSS3GPP_EditVideo.c     [all...]

Completed in 5236 milliseconds