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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 87 M4AIR_Coordinates m_inputCoord; /**< X and Y positionning in the input of the first interesting pixel (top-left) */
145 * @param pParams->m_inputCoord: (IN) X,Y coordinates of the first valid pixel in input.
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 584 Params.m_inputCoord.m_x = 0;
585 Params.m_inputCoord.m_y = 0;
733 /* Params.m_inputCoord.m_x = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_width *
738 Params.m_inputCoord.m_y = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_height *
756 Params.m_inputCoord.m_x = (M4OSA_UInt32)((((M4OSA_Double)pC->m_pDecodedPlane->u_width *
    [all...]
M4AIR_API.c 212 * @param pParams->m_inputCoord: (IN) X,Y coordinates of the first valid pixel in input.
328 if((pC->m_params.m_inputCoord.m_y&0x1)&&((i==1)||(i==2)))
357 if((pC->m_params.m_inputCoord.m_x&0x1)&&((i==1)||(i==2)))
477 + (pC->m_params.m_inputCoord.m_x>>u32_shift)
478 + (pC->m_params.m_inputCoord.m_y >> u32_shift) * pIn[i].u_stride;
    [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 169 Params.m_inputCoord.m_x = 0;
170 Params.m_inputCoord.m_y = 0;
328 Params.m_inputCoord.m_y =
342 Params.m_inputCoord.m_x =
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 1022 milliseconds