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

1 2

  /frameworks/media/libvideoeditor/vss/src/
M4DECODER_Null.c 229 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...]
M4xVSS_internal.c 335 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;
    [all...]
M4VIFI_xVSS_RGB565toYUV420.c 103 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;
M4AIR_API.c 478 + (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 - pOut[i].u_width
    [all...]
M4PTO3GPP_VideoPreProcessing.c 124 pPlaneOut[i].u_stride * pPlaneOut[i].u_height);
M4VSS3GPP_EditVideo.c     [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
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...]
M4VIFI_BGR565toYUV420.c 101 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;
M4VIFI_RGB565toYUV420.c 102 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;
M4VIFI_RGB888toYUV420.c 82 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;
M4VIFI_ResizeYUVtoBGR565.c 100 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;
M4VIFI_ResizeYUVtoRGB565.c 103 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;
M4VIFI_ResizeRGB565toRGB565.c 83 u32_stride_in = pPlaneIn->u_stride;
84 u32_stride_out = pPlaneOut->u_stride;
M4VIFI_ResizeRGB888toRGB888.c 98 u32_stride_in = pPlaneIn->u_stride;
99 u32_stride_out = pPlaneOut->u_stride;
  /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);
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/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 38 UInt32 u_stride; /* line stride, in bytes */ member in struct:S_M4ViComImagePlane
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 278 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...]
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 75 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);
VideoEditorThumbnailMain.cpp 127 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);
  /external/webp/include/webp/
decode.h 105 uint8_t* u, int u_size, int u_stride,
131 int u_stride, v_stride; // chroma strides member in struct:__anon13725
229 // 'u_size' and 'u_stride' parameters, and the chroma-v plane by 'v', 'v_size'
234 uint8_t* u, int u_size, int u_stride,
  /external/webp/src/dec/
buffer.c 34 const int u_size = buf->u_stride * ((height + 1) / 2);
42 ok &= (buf->u_stride >= (width + 1) / 2);
101 buf->u_stride = uv_stride;
webp.c 166 uint8_t* u, int u_size, int u_stride,
179 output.u.YUVA.u_stride = u_stride;
259 *uv_stride = buf->u_stride;
260 assert(buf->u_stride == buf->v_stride);
idec.c 504 uint8_t* u, int u_size, int u_stride,
514 idec->output_.u.YUVA.u_stride = u_stride;
637 if (uv_stride) *uv_stride = src->u.YUVA.u_stride;
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorVideoEncoder.cpp 953 pOutPlane[0].u_stride = pOutPlane[0].u_width;
957 pOutPlane[1].u_stride = pOutPlane[0].u_stride/2;
    [all...]

Completed in 509 milliseconds

1 2