Searched refs:u32Row (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_venc.cpp | 96 RK_U32 u32Row; in read_with_pixel_width() local 99 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_with_pixel_width() 100 … s32ReadSize = fread(pBuf + u32Row * u32VirWidth * u32PixWidth, 1, u32Width * u32PixWidth, fp); in read_with_pixel_width() 113 RK_U32 u32Row = 0; in read_image() local 123 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_image() 124 u32ReadSize = fread(pBufy + u32Row * u32VirWidth, 1, u32Width, fp); in read_image() 130 for (u32Row = 0; u32Row < u32VirHeight / 2; u32Row++) { in read_image() 131 u32ReadSize = fread(pBufu + u32Row * u32VirWidth, 1, u32Width, fp); in read_image()
|
| H A D | test_mpi_gdc.cpp | 212 RK_U32 u32Row; in read_with_pixel_width() local 215 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_with_pixel_width() 216 … s32ReadSize = fread(pBuf + u32Row * u32VirWidth * u32PixWidth, 1, u32Width * u32PixWidth, fp); in read_with_pixel_width() 229 RK_U32 u32Row = 0; in read_image() local 240 for (u32Row = 0; u32Row < u32VirHeight; u32Row++) { in read_image() 241 u32ReadSize = fread(pBufy + u32Row * u32VirWidth, 1, u32Width, fp); in read_image() 247 for (u32Row = 0; u32Row < u32VirHeight / 2; u32Row++) { in read_image() 248 u32ReadSize = fread(pBufu + u32Row * u32VirWidth, 1, u32Width, fp); in read_image()
|
| H A D | test_mpi_vo.cpp | 1244 RK_U32 u32Row, u32Column, i; in Sample_VO_MultiGFXLayer_Start() local 1290 RK_U32 u32Row, u32Column, i; in Sample_VO_MultiWindowns_Start() local 1298 u32Row = 1; in Sample_VO_MultiWindowns_Start() 1300 u32Row = 2; in Sample_VO_MultiWindowns_Start() 1302 u32Row = 3; in Sample_VO_MultiWindowns_Start() 1304 u32Row = 4; in Sample_VO_MultiWindowns_Start() 1306 u32Row = 6; in Sample_VO_MultiWindowns_Start() 1308 u32Row = 8; in Sample_VO_MultiWindowns_Start() 1312 u32Column = ctx->u32Windows / u32Row + ((ctx->u32Windows % u32Row) in Sample_VO_MultiWindowns_Start() [all...] |