Searched defs:pPlane (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorThumbnailMain.cpp100 M4VIFI_ImagePlane* pPlane=NULL; local
110 pPlane = (M4VIFI_ImagePlane*)pCbData;
111 src = (M4OSA_UInt16*)pPlane->pac_data;
117 for (j = 0; j < pPlane->u_height; j++)
119 for (i = 0; i < pPlane->u_width; i++)
123 for (i = pPlane->u_width; i < pC->m_width; i++)
127 src = (M4OSA_UInt16*)((M4OSA_UInt8*)src + pPlane->u_stride);
135 for (j = 0; j < pPlane->u_height; j++)
137 memcpy((void * )dst, (void * )src, pPlane->u_stride);
138 for (i = pPlane
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c1344 alphaSettings->pPlane =
1349 pPlane;
1549 alphaSettings->pPlane = outputPlane;
3075 M4VIFI_ImagePlane *pPlane = local
3384 else if( pPlane != M4OSA_NULL )
H A DM4VSS3GPP_EditVideo.c2031 M4VIFI_ImagePlane *pPlane; local
2137 pPlane = pC->yuv1;
2141 pPlane = pC->yuv2;
2150 (void *)pPlane[i].pac_data,
/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h362 M4VIFI_ImagePlane *pPlane; member in struct:__anon280
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp319 static inline float signedDistance(const float* pPlane, float x, float y, float z) { argument
320 return dot3(pPlane[0], pPlane[1], pPlane[2], x, y, z) + pPlane[3];

Completed in 123 milliseconds