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

  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 67 pC->m_outputPlane[0].u_topleft = 0;
69 pC->m_outputPlane[0].u_height = dy;
70 pC->m_outputPlane[0].u_width = dx;
75 pC->m_outputPlane[0].u_stride = pC->m_outputPlane[0].u_width << 1;
76 pC->m_outputPlane[0].pac_data = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(
77 pC->m_outputPlane[0].u_stride * pC->m_outputPlane[0].u_height,
81 pC->m_outputPlane[0].pac_data, err, M4ERR_ALLOC);
84 pC->m_outputPlane[0].u_stride = pC->m_outputPlane[0].u_width
    [all...]
VideoBrowserInternal.h 108 M4VIFI_ImagePlane m_outputPlane[3] ;

Completed in 206 milliseconds