HomeSort by relevance Sort by last modified time
    Searched refs:u_height (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 94 (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);
171 Params.m_inputSize.m_height = pC->pPreResizeFrame->u_height;
174 Params.m_outputSize.m_height = pPlaneOut->u_height;
183 pImagePlanesTemp[0].u_height = pPlaneOut[0].u_height;
    [all...]
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 46 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
58 u_height = plane_in[0].u_height;
70 for (j = u_height; j != 0; j--)
106 for (j = u_height; j != 0; j--)
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
140 u_height = plane_in[1].u_height;
151 for (j = u_height; j != 0; j--)
168 for (j = u_height; j != 0; j--
    [all...]
M4VIFI_BGR565toYUV420.c 73 if( (pPlaneIn->u_height != pPlaneOut[0].u_height) ||
74 (pPlaneOut[0].u_height != (pPlaneOut[1].u_height<<1)) ||
75 (pPlaneOut[0].u_height != (pPlaneOut[2].u_height<<1)))
98 u32_height = pPlaneOut[0].u_height;
M4VIFI_RGB565toYUV420.c 74 if ((pPlaneIn->u_height != pPlaneOut[0].u_height) ||
75 (pPlaneOut[0].u_height != (pPlaneOut[1].u_height<<1)) ||
76 (pPlaneOut[0].u_height != (pPlaneOut[2].u_height<<1)))
99 u32_height = pPlaneOut[0].u_height;
M4VIFI_RGB888toYUV420.c 58 if( (PlaneIn->u_height != PlaneOut[0].u_height) ||
59 (PlaneOut[0].u_height != (PlaneOut[1].u_height<<1)) ||
60 (PlaneOut[0].u_height != (PlaneOut[2].u_height<<1)))
79 u32_height = PlaneOut[0].u_height;
M4VIFI_ResizeRGB565toRGB565.c 68 if ((IS_EVEN(pPlaneIn->u_height) == FALSE) ||
69 (IS_EVEN(pPlaneOut->u_height) == FALSE)) {
88 u32_height_in = pPlaneIn->u_height;
91 u32_height_out = pPlaneOut->u_height;
M4VIFI_ResizeRGB888toRGB888.c 80 if ((IS_EVEN(pPlaneIn->u_height) == FALSE) ||
81 (IS_EVEN(pPlaneOut->u_height) == FALSE))
103 u32_height_in = pPlaneIn->u_height;
106 u32_height_out = pPlaneOut->u_height;
M4VIFI_ResizeYUVtoBGR565.c 86 u32_check_size = IS_EVEN(pPlaneIn[0].u_height);
98 pPlaneOut->u_height = pPlaneOut->u_height & 0xFFFFFFFE;
107 u32_height_out = pPlaneOut->u_height;
110 u32_height2_RGB = pPlaneOut->u_height >> 1;
125 u32_height_in[u32_plane] = pPlaneIn[u32_plane].u_height;
M4VIFI_ResizeYUVtoRGB565.c 89 u32_check_size = IS_EVEN(pPlaneIn[0].u_height);
101 pPlaneOut->u_height = pPlaneOut->u_height & 0xFFFFFFFE;
110 u32_height_out = pPlaneOut->u_height;
114 u32_height2_RGB = pPlaneOut->u_height >> 1;
129 u32_height_in[u32_plane] = pPlaneIn[u32_plane].u_height;
  /frameworks/media/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 75 if( (pPlaneIn->u_height != pPlaneOut[0].u_height) ||
76 (pPlaneOut[0].u_height != (pPlaneOut[1].u_height<<1)) ||
77 (pPlaneOut[0].u_height != (pPlaneOut[2].u_height<<1)))
100 u32_height = pPlaneOut[0].u_height;
M4xVSS_internal.c 333 rgbPlane1.u_height = height;
348 if(width != pImagePlanes->u_width || height != pImagePlanes->u_height)
351 frameSize = ( pImagePlanes->u_width * pImagePlanes->u_height * 3);
360 rgbPlane2.u_height = pImagePlanes->u_height;
444 yuvPlane[0].u_height = height;
448 yuvPlane[0].pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(yuvPlane[0].u_height \
451 yuvPlane[1].u_height = yuvPlane[0].u_height >>1;
455 yuvPlane[1].pac_data = (M4VIFI_UInt8*)(yuvPlane[0].pac_data + yuvPlane[0].u_height \
    [all...]
M4DECODER_Null.c 224 for (height = 0; height<pStreamContext->pDecYuvWithEffect[0].u_height;
238 for (height = 0; height<pStreamContext->pDecYuvWithEffect[1].u_height;
252 for (height = 0; height<pStreamContext->pDecYuvWithEffect[2].u_height;
339 for (height = 0; height<pOutputPlane[0].u_height; height++) {
349 for (height = 0; height<pOutputPlane[1].u_height; height++) {
359 for (height = 0; height<pOutputPlane[2].u_height; height++) {
370 for (height = 0; height<pOutputPlane[0].u_height; height++) {
380 for (height = 0; height<pOutputPlane[1].u_height; height++) {
390 for (height = 0; height<pOutputPlane[2].u_height; height++) {
M4VSS3GPP_EditVideo.c     [all...]
M4PTO3GPP_VideoPreProcessing.c 124 pPlaneOut[i].u_stride * pPlaneOut[i].u_height);
M4AIR_API.c 530 for(j=0;j<pOut[i].u_height;j++)
551 for(j=0;j<pOut[i].u_height;j++)
572 for(j=0;j<pOut[i].u_height;j++)
609 for(j=0;j<pOut[i].u_height;j++)
689 for(j=0;j<pOut[i].u_height;j++)
775 for(j=0;j<pOut[i].u_height;j++)
    [all...]
M4VSS3GPP_Edit.c     [all...]
M4xVSS_API.c     [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 285 PlaneOut[0].u_width * PlaneOut[0].u_height);
292 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++)
316 PlaneOut[0].u_width * PlaneOut[0].u_height);
323 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++)
367 for (i = 0; i < PlaneOut[plane_number].u_height; i++)
441 b = (M4OSA_UInt16)( b - ((b*i)/PlaneIn[plane_number].u_height));
442 g = (M4OSA_UInt16)(g - ((g*i)/PlaneIn[plane_number].u_height));
443 r = (M4OSA_UInt16)(r - ((r*i)/PlaneIn[plane_number].u_height));
625 for( x=0 ;x < PlaneIn[0].u_height ; x++)
634 x < (topleft[1] + currentFraming->FramingYuv[0].u_height) &
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
    [all...]
VideoEditorPreviewController.cpp 308 pSettings->Effects[i].xVSS.pFramingBuffer->u_height*2;
314 pSettings->Effects[i].xVSS.pFramingBuffer->u_height*3;
337 mEffectsSettings[i].xVSS.pFramingBuffer->u_height =
338 pSettings->Effects[i].xVSS.pFramingBuffer->u_height;
776 planeOut[0].u_height * 1.5);
778 planeOut[1].u_height);
780 planeOut[2].u_height);
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 36 UInt32 u_height; /* active height, in lines */ member in struct:S_M4ViComImagePlane
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 69 pC->m_outputPlane[0].u_height = dy;
77 pC->m_outputPlane[0].u_stride * pC->m_outputPlane[0].u_height,
85 pC->m_outputPlane[1].u_height = pC->m_outputPlane[0].u_height >> 1;
90 pC->m_outputPlane[2].u_height = pC->m_outputPlane[0].u_height >> 1;
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);
549 pC->m_outputPlane[0].u_height*pC->m_outputPlane[0].u_width*2);
VideoEditorThumbnailMain.cpp 117 for (j = 0; j < pPlane->u_height; j++)
135 for (j = 0; j < pPlane->u_height; j++)
VideoEditorMain.cpp     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 609 int32_t height = PlaneOut[0].u_height;
    [all...]
VideoEditorVideoEncoder.cpp 951 pOutPlane[0].u_height = pEncoderContext->mCodecParams->FrameHeight;
955 pOutPlane[1].u_height = pOutPlane[0].u_height/2;
959 pOutPlane[2].u_height = pOutPlane[1].u_height;
    [all...]

Completed in 508 milliseconds

1 2