| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc.cfg | 2 # index type can be 'frm' or 'msec', frm stand for event trigger at frame index, 3 # and msec represent event trigger at time (milli second). 5 # loop represent the event will repeat at that point, for example, the first 6 # index is 1, the last index is 171, and loop is 200, when the last event occur, 7 # next event will occur after (200 + 1 - 171) times notify. if loop < 0, it 8 # means there is no loop, event trigger will be stop when all the event had been
|
| H A D | mpp_parse_cfg.c | 131 static int scan_event_line(struct cfg_file *cfg, struct rc_event *event) in scan_event_line() argument 137 &event->idx, &event->bps, &event->fps); in scan_event_line() 139 event->idx, event->bps, event->fps); in scan_event_line() 154 ret = scan_event_line(cfg, &ea->event[i]); in parse_events()
|
| H A D | mpp_event_trigger.c | 172 ctx->trigger(ctx->parent, ctx->ea->e[ctx->event_idx % ctx->ea->cnt].event); in event_trigger_thread() 238 int event[128]; member 242 static void event_occur(void *parent, void *event) in event_occur() argument 244 int *e = (int *)event; in event_occur() 257 ie.event[0] = ie.idx[0] = 4; in main() 258 ie.event[1] = ie.idx[1] = 8; in main() 259 ie.event[2] = ie.idx[2] = 18; in main() 260 ie.event[3] = ie.idx[3] = 20; in main() 267 ea.e[i].event = &ie.event[i]; in main()
|
| H A D | mpp_event_trigger.h | 9 typedef void (*event_trigger)(void *parent, void *event); 13 void *event; member
|
| H A D | mpp_parse_cfg.h | 22 struct rc_event event[128]; member
|
| H A D | README.md | 22 event trigger test.
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_time.c | 266 struct epoll_event event; in mpp_timer_get() local 282 memset(&event, 0, sizeof(event)); in mpp_timer_get() 283 event.data.fd = timer_fd; in mpp_timer_get() 284 event.events = EPOLLIN | EPOLLET; in mpp_timer_get() 286 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, timer_fd, &event) < 0) in mpp_timer_get() 420 char event[STOPWATCH_TRACE_STR_LEN]; member 480 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event) in mpp_stopwatch_record() argument 489 mpp_err_f("invalid stopwatch %p on %s\n", impl, event); in mpp_stopwatch_record() 508 if (event) { in mpp_stopwatch_record() 509 rk_s32 len = snprintf(node->event, sizeof(node->event) - 1, "%s", event); in mpp_stopwatch_record() [all …]
|
| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | mpp_dec.h | 55 MPP_RET mpp_dec_callback(MppDec ctx, MppDecEvent event, void *arg);
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_time.h | 91 void mpp_stopwatch_record(MppStopwatch stopwatch, const char *event);
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec.c | 874 MPP_RET mpp_dec_callback(MppDec ctx, MppDecEvent event, void *arg) in mpp_dec_callback() argument 881 switch (event) { in mpp_dec_callback()
|
| /rockchip-linux_mpp/LICENSES/ |
| H A D | Apache-2.0 | 160 8. Limitation of Liability. In no event and under no legal theory, whether
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 227 …m is changed the info_change flag in MppFrame will be set and info_change event will be notified t… 848 The mpi_dec_test printing indicates that the MPP decoder has reported an info change event.
|