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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 684 M4VIFI_ImagePlane *yuvPlane = NULL;
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 435 M4VIFI_ImagePlane *yuvPlane = M4OSA_NULL;
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[0].u_width * 1.5, M4VS, (M4OSA_Char*)"imageClip YUV data")
    [all...]

Completed in 143 milliseconds