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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 100 M4VIFI_ImagePlane* pPlane=NULL;
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->u_width; i < pC->m_width; i++
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 319 static inline float signedDistance(const float* pPlane, float x, float y, float z) {
320 return dot3(pPlane[0], pPlane[1], pPlane[2], x, y, z) + pPlane[3];
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 362 M4VIFI_ImagePlane *pPlane;
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]
M4xVSS_API.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]

Completed in 79 milliseconds