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

1 2

  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 172 Params.m_inputSize.m_width = pC->pPreResizeFrame->u_width;
173 Params.m_outputSize.m_width = pPlaneOut->u_width;
182 pImagePlanesTemp[0].u_width = pPlaneOut[0].u_width;
184 pImagePlanesTemp[0].u_stride = pPlaneOut[0].u_width;
187 pImagePlanesTemp[1].u_width = pPlaneOut[1].u_width;
189 pImagePlanesTemp[1].u_stride = pPlaneOut[1].u_width;
192 pImagePlanesTemp[2].u_width = pPlaneOut[2].u_width;
    [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
57 u_width = plane_in[0].u_width;
72 memset((void *)p_dest,16, u_width);
110 for (i = (u_width >> 1); i != 0; i--)
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
139 u_width = plane_in[1].u_width;
153 for (i = u_width; i != 0; i--)
155 memcpy((void *)p_cdest_line, (void *)p_csrc_line, u_width);
    [all...]
M4VIFI_BGR565toYUV420.c 81 if( (pPlaneIn->u_width != pPlaneOut[0].u_width) ||
82 (pPlaneOut[0].u_width != (pPlaneOut[1].u_width<<1)) ||
83 (pPlaneOut[0].u_width != (pPlaneOut[2].u_width<<1)))
97 u32_width = pPlaneOut[0].u_width;
M4VIFI_RGB565toYUV420.c 82 if ((pPlaneIn->u_width != pPlaneOut[0].u_width) ||
83 (pPlaneOut[0].u_width != (pPlaneOut[1].u_width<<1)) ||
84 (pPlaneOut[0].u_width != (pPlaneOut[2].u_width<<1)))
98 u32_width = pPlaneOut[0].u_width;
M4VIFI_RGB888toYUV420.c 63 if( (PlaneIn->u_width != PlaneOut[0].u_width) ||
64 (PlaneOut[0].u_width != (PlaneOut[1].u_width<<1)) ||
65 (PlaneOut[0].u_width != (PlaneOut[2].u_width<<1)))
78 u32_width = PlaneOut[0].u_width;
M4VIFI_ResizeRGB565toRGB565.c 73 if ((IS_EVEN(pPlaneIn->u_width) == FALSE) ||
74 (IS_EVEN(pPlaneOut->u_width) == FALSE)) {
87 u32_width_in = pPlaneIn->u_width;
90 u32_width_out = pPlaneOut->u_width;
M4VIFI_ResizeRGB888toRGB888.c 86 if ((IS_EVEN(pPlaneIn->u_width) == FALSE) ||
87 (IS_EVEN(pPlaneOut->u_width) == FALSE))
102 u32_width_in = pPlaneIn->u_width;
105 u32_width_out = pPlaneOut->u_width;
M4VIFI_ResizeYUVtoBGR565.c 91 u32_check_size = IS_EVEN(pPlaneIn[0].u_width);
99 pPlaneOut->u_width = pPlaneOut->u_width & 0xFFFFFFFE;
105 u32_width_out = pPlaneOut->u_width;
109 u32_width2_RGB = pPlaneOut->u_width >> 1;
124 u32_width_in[u32_plane] = pPlaneIn[u32_plane].u_width;
M4VIFI_ResizeYUVtoRGB565.c 94 u32_check_size = IS_EVEN(pPlaneIn[0].u_width);
102 pPlaneOut->u_width = pPlaneOut->u_width & 0xFFFFFFFE;
108 u32_width_out = pPlaneOut->u_width;
113 u32_width2_RGB = pPlaneOut->u_width >> 1;
128 u32_width_in[u32_plane] = pPlaneIn[u32_plane].u_width;
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 278 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
285 PlaneOut[0].u_width * PlaneOut[0].u_height);
292 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++)
309 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
316 PlaneOut[0].u_width * PlaneOut[0].u_height);
323 for(i = 0; i < PlaneOut[1].u_width*PlaneOut[1].u_height; i++)
378 PlaneIn[plane_number].u_width);
382 PlaneIn[plane_number].u_width);
386 PlaneIn[plane_number].u_width);
392 PlaneIn[plane_number].u_width);
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
    [all...]
VideoEditorPreviewController.cpp 307 pSettings->Effects[i].xVSS.pFramingBuffer->u_width *
313 pSettings->Effects[i].xVSS.pFramingBuffer->u_width *
340 mEffectsSettings[i].xVSS.pFramingBuffer->u_width =
341 pSettings->Effects[i].xVSS.pFramingBuffer->u_width;
775 memset((void *)planeOut[0].pac_data,0x00,planeOut[0].u_width *
777 memset((void *)planeOut[1].pac_data,128,planeOut[1].u_width *
779 memset((void *)planeOut[2].pac_data,128,planeOut[2].u_width *
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 83 if( (pPlaneIn->u_width != pPlaneOut[0].u_width) ||
84 (pPlaneOut[0].u_width != (pPlaneOut[1].u_width<<1)) ||
85 (pPlaneOut[0].u_width != (pPlaneOut[2].u_width<<1)))
99 u32_width = pPlaneOut[0].u_width;
M4xVSS_internal.c 334 rgbPlane1.u_width = width;
348 if(width != pImagePlanes->u_width || height != pImagePlanes->u_height)
351 frameSize = ( pImagePlanes->u_width * pImagePlanes->u_height * 3);
361 rgbPlane2.u_width = pImagePlanes->u_width;
362 rgbPlane2.u_stride = pImagePlanes->u_width*3;
445 yuvPlane[0].u_width = width;
449 * yuvPlane[0].u_width * 1.5, M4VS, (M4OSA_Char*)"imageClip YUV data");
452 yuvPlane[1].u_width = yuvPlane[0].u_width >> 1
    [all...]
M4DECODER_Null.c 227 pStreamContext->pDecYuvWithEffect[0].u_width);
241 pStreamContext->pDecYuvWithEffect[1].u_width);
255 pStreamContext->pDecYuvWithEffect[2].u_width);
340 memcpy((void *)p_des, (void *)p_src, pOutputPlane[0].u_width);
350 memcpy((void *)p_des, (void *)p_src, pOutputPlane[1].u_width);
360 memcpy((void *)p_des, (void *)p_src, pOutputPlane[2].u_width);
371 memcpy((void *)p_des, (void *)p_src, pOutputPlane[0].u_width);
381 memcpy((void *)p_des, (void *)p_src, pOutputPlane[1].u_width);
391 memcpy((void *)p_des,(void *)p_src,pOutputPlane[2].u_width);
M4VSS3GPP_EditVideo.c     [all...]
M4AIR_API.c 534 pOut[i].u_width);
554 for(k=0;k<pOut[i].u_width;k++)
560 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width);
562 pu8_data_in += pOut[i].u_width + i32_tmp_offset;
577 for(k=0;k<pOut[i].u_width;k++)
586 pu8_data_out += (pOut[i].u_stride - pOut[i].u_width);
623 for(k=0;k<pOut[i].u_width;k++)
649 for(k=0;k<pOut[i].u_width;k++)
672 pu8_data_out += pOut[i].u_stride - pOut[i].u_width;
701 for(k=0;k<pOut[i].u_width;k++
    [all...]
M4VSS3GPP_Edit.c     [all...]
M4xVSS_API.c     [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 35 UInt32 u_width; /* active width, in pixels */ member in struct:S_M4ViComImagePlane
M4VIFI_FiltersAPI.h 100 M4VIFI_UInt32 u_width; /**< Width of luma in pixel unit */ member in struct:__anon15943
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 70 pC->m_outputPlane[0].u_width = dx;
75 pC->m_outputPlane[0].u_stride = pC->m_outputPlane[0].u_width << 1;
84 pC->m_outputPlane[0].u_stride = pC->m_outputPlane[0].u_width;
86 pC->m_outputPlane[1].u_width = pC->m_outputPlane[0].u_width >> 1;
88 pC->m_outputPlane[1].u_stride = pC->m_outputPlane[1].u_width;
91 pC->m_outputPlane[2].u_width = pC->m_outputPlane[0].u_width >> 1;
93 pC->m_outputPlane[2].u_stride = pC->m_outputPlane[2].u_width;
549 pC->m_outputPlane[0].u_height*pC->m_outputPlane[0].u_width*2)
    [all...]
VideoEditorThumbnailMain.cpp 119 for (i = 0; i < pPlane->u_width; i++)
123 for (i = pPlane->u_width; i < pC->m_width; i++)
138 for (i = pPlane->u_width; i < pC->m_width; i++)
VideoEditorMain.cpp     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 608 int32_t width = PlaneOut[0].u_width;
    [all...]
VideoEditorVideoEncoder.cpp 950 pOutPlane[0].u_width = pEncoderContext->mCodecParams->FrameWidth;
953 pOutPlane[0].u_stride = pOutPlane[0].u_width;
954 pOutPlane[1].u_width = pOutPlane[0].u_width/2;
958 pOutPlane[2].u_width = pOutPlane[1].u_width;
    [all...]

Completed in 235 milliseconds

1 2