Searched refs:dst_u (Results 1 – 1 of 1) sorted by relevance
299 uint8_t *dst_u = dst_v + dst_c_size; in render() local303 dst_u += (mCropTop/2) * dst_c_stride + mCropLeft/2; in render()313 memcpy(dst_u, src_u, (mCropWidth + 1) / 2); in render()318 dst_u += dst_c_stride; in render()335 uint8_t *dst_u = dst_v + dst_c_size; in render() local339 dst_u += (mCropTop / 2) * dst_c_stride + mCropLeft / 2; in render()352 dst_u[x] = (uint8_t)(src_u[x] >> 2); in render()358 dst_u += dst_c_stride; in render()376 uint8_t *dst_u = dst_v + dst_c_size; in render() local380 dst_u += (mCropTop/2) * dst_c_stride + mCropLeft/2; in render()[all …]