Searched refs:last (Results 1 – 15 of 15) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | iniparser.c | 93 char *last = NULL ; in strstrip() local 98 last = s + strlen(s); in strstrip() 100 while (last > s) { in strstrip() 101 if (!isspace((int) * (last - 1))) in strstrip() 103 last -- ; in strstrip() 105 *last = (char)0; in strstrip() 107 memmove(dest, s, last - s + 1); in strstrip() 108 return last - s; in strstrip() 724 int last = 0 ; in iniparser_load() local 747 last = 0 ; in iniparser_load() [all …]
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc.cfg | 6 # index is 1, the last index is 171, and loop is 200, when the last event occur,
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_platform.c | 65 rk_s32 last = 0; in check_kernel_version() local 69 count = sscanf(pos, "%d.%d.%d ", &major, &minor, &last); in check_kernel_version()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_device.h | 90 RK_U32 last : 1; member
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 221 RK_S32 last, value = 0; in mpg4d_parse_matrix() local 224 last = value; in mpg4d_parse_matrix() 235 matrix[i++ ] = last; in mpg4d_parse_matrix()
|
| /rockchip-linux_mpp/osal/driver/ |
| H A D | mpp_service.c | 816 cfg->slice_info[0].last = 1; in mpp_service_cmd_poll()
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 653 - [av1d_api]: fix loss last frame when empty eos
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu580.c | 2400 slice_last = poll_cfg->slice_info[i].last; in hal_h264e_vepu580_wait()
|
| H A D | hal_h264e_vepu510.c | 2428 slice_last = poll_cfg->slice_info[i].last; in hal_h264e_vepu510_wait()
|
| H A D | hal_h264e_vepu511.c | 2389 slice_last = poll_cfg->slice_info[i].last; in hal_h264e_vepu511_wait()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 423 …s the last packet of MppPacket code stream, and puts the EOS mark into the decoder, the decoder wi…
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510.c | 2382 slice_last = poll_cfg->slice_info[i].last; in hal_h265e_v510_wait()
|
| H A D | hal_h265e_vepu511.c | 2674 slice_last = poll_cfg->slice_info[i].last; in hal_h265e_vepu511_wait()
|
| H A D | hal_h265e_vepu580.c | 3228 slice_last = poll_cfg->slice_info[i].last; in hal_h265e_v580_wait()
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 1614 # generated LaTeX document. The footer should contain everything after the last
|