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

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 273 M4VIFI_ImagePlane rgbPlane1 ,rgbPlane2;
323 rgbPlane1.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
325 if(rgbPlane1.pac_data == M4OSA_NULL)
333 rgbPlane1.u_height = height;
334 rgbPlane1.u_width = width;
335 rgbPlane1.u_stride = width*3;
336 rgbPlane1.u_topleft = 0;
342 rgbPlane1.pac_data[j] = pTmpData[i];
366 err = M4VIFI_ResizeBilinearRGB888toRGB888(M4OSA_NULL, &rgbPlane1, &rgbPlane2);
371 free(rgbPlane1.pac_data)
    [all...]
M4VSS3GPP_EditVideo.c     [all...]

Completed in 89 milliseconds