Searched refs:u32Stride (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_imgproc.h | 36 RK_U8 *pu8Src, RK_U8 *pu8Dst, RK_U32 u32Stride,
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_imgproc.cpp | 754 RK_U8 *pu8Src, RK_U8 *pu8Dst, RK_U32 u32Stride, in TEST_COMM_CompareImageFuzzy() argument 762 RK_U32 u32EffectStride = (u32Stride / u32Width) * u32Width; in TEST_COMM_CompareImageFuzzy() 766 if (abs(pu8TmpSrc[i * u32Stride +j] - pu8TmpDst[i * u32Stride +j]) > 0x20) { in TEST_COMM_CompareImageFuzzy()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vo.cpp | 1132 RK_U32 u32Size, u32Bpp, u32Stride; in Sample_VO_GetPictureData() local 1164 u32Stride = pstFrameInfo->u32VirWidth * u32Bpp; in Sample_VO_GetPictureData() 1167 read(u32Fd, reinterpret_cast<RK_S8 *>(pstFrameInfo->pData) + u32Stride * i, in Sample_VO_GetPictureData() 1174 + u32Stride * pstFrameInfo->u32VirHeight + i * u32Stride, in Sample_VO_GetPictureData()
|