Searched refs:u_stride (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/libvideoeditor/vss/src/
H A DM4DECODER_Null.c229 p_des += pStreamContext->pDecYuvWithEffect[0].u_stride;
230 p_src += pTempDecYuvData[0].u_stride;
243 p_des += pStreamContext->pDecYuvWithEffect[1].u_stride;
244 p_src += pTempDecYuvData[1].u_stride;
257 p_des += pStreamContext->pDecYuvWithEffect[2].u_stride;
258 p_src += pTempDecYuvData[2].u_stride;
341 p_des += pOutputPlane[0].u_stride;
342 p_src += pStreamContext->pDecYuvWithEffect[0].u_stride;
351 p_des += pOutputPlane[1].u_stride;
352 p_src += pStreamContext->pDecYuvWithEffect[1].u_stride;
[all...]
H A DM4xVSS_internal.c335 rgbPlane1.u_stride = width*3;
362 rgbPlane2.u_stride = pImagePlanes->u_width*3;
446 yuvPlane[0].u_stride = width;
453 yuvPlane[1].u_stride = yuvPlane[1].u_width;
460 yuvPlane[2].u_stride = yuvPlane[2].u_width;
810 (pImagePlanes[0].u_height*pImagePlanes[0].u_stride));
812 (pImagePlanes[1].u_height*pImagePlanes[1].u_stride));
814 (pImagePlanes[2].u_height*pImagePlanes[2].u_stride));
841 -Params.m_outputSize.m_height)>>1))*pImagePlanes[0].u_stride;
845 -(Params.m_outputSize.m_height>>1)))>>1)*pImagePlanes[1].u_stride;
[all...]
H A DM4VIFI_xVSS_RGB565toYUV420.c103 u32_stride_Y = pPlaneOut[0].u_stride;
105 u32_stride_U = pPlaneOut[1].u_stride;
106 u32_stride_V = pPlaneOut[2].u_stride;
109 u32_stride_rgb = pPlaneIn->u_stride;
H A DM4AIR_API.c478 + (pC->m_params.m_inputCoord.m_y >> u32_shift) * pIn[i].u_stride;
488 * pIn[i].u_stride;
512 i32_tmp_offset = pIn[i].u_stride;
516 i32_tmp_offset = -pIn[i].u_stride;
537 pu8_data_out += pOut[i].u_stride;
540 pu8_data_in += pIn[i].u_stride;
544 pu8_data_in -= pIn[i].u_stride;
560 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width);
586 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width);
672 pu8_data_out += pOut[i].u_stride
[all...]
H A DM4PTO3GPP_VideoPreProcessing.c124 pPlaneOut[i].u_stride * pPlaneOut[i].u_height);
H A DM4VSS3GPP_EditVideo.c1097 pPlaneOut[0].u_stride * pPlaneOut[0].u_height);
1099 pPlaneOut[1].u_stride * pPlaneOut[1].u_height);
1101 pPlaneOut[2].u_stride * pPlaneOut[2].u_height);
2151 pPlaneOut[i].u_stride * pPlaneOut[i].u_height);
2904 pPlanes[0].u_stride = uiWidth;
2911 pPlanes[0].pac_data = (M4VIFI_UInt8 *)M4OSA_32bitAlignedMalloc(pPlanes[0].u_stride
2924 pPlanes[1].u_stride = pPlanes[1].u_width;
2930 pPlanes[1].pac_data = (M4VIFI_UInt8 *)M4OSA_32bitAlignedMalloc(pPlanes[1].u_stride
2945 pPlanes[2].u_stride = pPlanes[2].u_width;
2951 pPlanes[2].pac_data = (M4VIFI_UInt8 *)M4OSA_32bitAlignedMalloc(pPlanes[2].u_stride
[all...]
H A DM4VSS3GPP_Edit.c3290 pClip->m_pPreResizeFrame[0].u_stride =
3295 pClip->m_pPreResizeFrame[0].u_stride * pClip->m_pPreResizeFrame[0].u_height,
3311 pClip->m_pPreResizeFrame[1].u_stride =
3316 pClip->m_pPreResizeFrame[1].u_stride * pClip->m_pPreResizeFrame[1].u_height,
3333 pClip->m_pPreResizeFrame[2].u_stride =
3338 pClip->m_pPreResizeFrame[2].u_stride * pClip->m_pPreResizeFrame[2].u_height,
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c46 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
59 u_stride = (plane_in[0].u_stride >> 1);
60 u_stride_out = (plane_out[0].u_stride >> 1);
120 p_src_line += u_stride;
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
141 u_stride = plane_in[1].u_stride;
142 u_stride_out = plane_out[1].u_stride;
160 p_csrc_line += u_stride;
[all...]
H A DM4VIFI_BGR565toYUV420.c101 u32_stride_Y = pPlaneOut[0].u_stride;
103 u32_stride_U = pPlaneOut[1].u_stride;
104 u32_stride_V = pPlaneOut[2].u_stride;
107 u32_stride_bgr = pPlaneIn->u_stride;
H A DM4VIFI_RGB565toYUV420.c102 u32_stride_Y = pPlaneOut[0].u_stride;
104 u32_stride_U = pPlaneOut[1].u_stride;
105 u32_stride_V = pPlaneOut[2].u_stride;
108 u32_stride_rgb = pPlaneIn->u_stride;
H A DM4VIFI_RGB888toYUV420.c82 u32_stride_Y = PlaneOut[0].u_stride;
84 u32_stride_U = PlaneOut[1].u_stride;
85 u32_stride_V = PlaneOut[2].u_stride;
88 u32_stride_rgb = PlaneIn->u_stride;
H A DM4VIFI_ResizeYUVtoBGR565.c100 pPlaneOut->u_stride = pPlaneOut->u_stride & 0xFFFFFFFC;
112 u32_stride_out = pPlaneOut->u_stride >> 1;
113 u32_stride2_out = pPlaneOut->u_stride >> 2;
121 u32_stride_in[u32_plane] = pPlaneIn[u32_plane].u_stride;
H A DM4VIFI_ResizeYUVtoRGB565.c103 pPlaneOut->u_stride = pPlaneOut->u_stride & 0xFFFFFFFC;
116 u32_stride_out = pPlaneOut->u_stride >> 1;
117 u32_stride2_out = pPlaneOut->u_stride >> 2;
125 u32_stride_in[u32_plane] = pPlaneIn[u32_plane].u_stride;
H A DM4VIFI_ResizeRGB565toRGB565.c83 u32_stride_in = pPlaneIn->u_stride;
84 u32_stride_out = pPlaneOut->u_stride;
H A DM4VIFI_ResizeRGB888toRGB888.c98 u32_stride_in = pPlaneIn->u_stride;
99 u32_stride_out = pPlaneOut->u_stride;
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c94 (pPlaneOut[0].u_height*pPlaneOut[0].u_stride));
96 (pPlaneOut[1].u_height*pPlaneOut[1].u_stride));
98 (pPlaneOut[2].u_height*pPlaneOut[2].u_stride));
107 pPlaneOut[0].u_stride * pPlaneOut[0].u_height);
109 pPlaneOut[1].u_stride * pPlaneOut[1].u_height);
111 pPlaneOut[2].u_stride * pPlaneOut[2].u_height);
184 pImagePlanesTemp[0].u_stride = pPlaneOut[0].u_width;
189 pImagePlanesTemp[1].u_stride = pPlaneOut[1].u_width;
194 pImagePlanesTemp[2].u_stride = pPlaneOut[2].u_width;
231 (pImagePlanesTemp[0].u_height*pImagePlanesTemp[0].u_stride));
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VFL_transition.h38 UInt32 u_stride; /* line stride, in bytes */ member in struct:S_M4ViComImagePlane
H A DM4VIFI_FiltersAPI.h103 M4VIFI_UInt32 u_stride; /**< Stride value */ member in struct:__anon199
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp278 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
309 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
485 p_buf_src += PlaneIn[plane_number].u_stride;
486 p_buf_dest += PlaneOut[plane_number].u_stride;
672 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
673 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride));
674 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
3680 M4VIFI_UInt32 i,j, u_stride; local
3717 M4VIFI_UInt32 i,j, u_stride; local
[all...]
H A DVideoEditorPreviewController.cpp350 mEffectsSettings[i].xVSS.pFramingBuffer->u_stride =
351 pSettings->Effects[i].xVSS.pFramingBuffer->u_stride;
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c75 pC->m_outputPlane[0].u_stride = pC->m_outputPlane[0].u_width << 1;
77 pC->m_outputPlane[0].u_stride * pC->m_outputPlane[0].u_height,
84 pC->m_outputPlane[0].u_stride = pC->m_outputPlane[0].u_width;
88 pC->m_outputPlane[1].u_stride = pC->m_outputPlane[1].u_width;
93 pC->m_outputPlane[2].u_stride = pC->m_outputPlane[2].u_width;
102 (pC->m_outputPlane[0].u_stride * pC->m_outputPlane[0].u_height);
106 (pC->m_outputPlane[1].u_stride * pC->m_outputPlane[1].u_height);
H A DVideoEditorThumbnailMain.cpp127 src = (M4OSA_UInt16*)((M4OSA_UInt8*)src + pPlane->u_stride);
137 memcpy((void * )dst, (void * )src, pPlane->u_stride);
142 src = (M4OSA_UInt16*)((M4OSA_UInt8*)src + pPlane->u_stride);
H A DVideoEditorMain.cpp876 yuvPlane[0].u_stride = width;
882 yuvPlane[1].u_stride = width>>1;
888 yuvPlane[2].u_stride = (width)>>1;
1076 yuvPlane[0].u_stride = yuvPlane[0].u_width;
1081 yuvPlane[1].u_stride = yuvPlane[1].u_width;
1088 yuvPlane[2].u_stride = yuvPlane[2].u_width;
1756 pContext->pEditSettings->Effects[j].xVSS.pFramingBuffer->u_stride = width * 2;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp1637 pOutputPlane[0].u_topleft, pOutputPlane[0].u_stride);
1650 tmpPlane[0].u_stride = tmpPlane[0].u_width;
1655 tmpPlane[1].u_stride = tmpPlane[0].u_stride/2;
1657 (tmpPlane[0].u_stride * tmpPlane[0].u_height);
1661 tmpPlane[2].u_stride = tmpPlane[1].u_stride;
1663 (tmpPlane[1].u_stride * tmpPlane[1].u_height);
H A DVideoEditorVideoEncoder.cpp767 pOutPlane[0].u_stride = pOutPlane[0].u_width;
771 pOutPlane[1].u_stride = pOutPlane[0].u_stride/2;
775 pOutPlane[2].u_stride = pOutPlane[1].u_stride;

Completed in 255 milliseconds

12