Home
last modified time | relevance | path

Searched refs:mk_player (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_player.h22 typedef void* mk_player; typedef
39 API_EXPORT mk_player API_CALL mk_player_create();
45 API_EXPORT void API_CALL mk_player_release(mk_player ctx);
53 API_EXPORT void API_CALL mk_player_set_option(mk_player ctx, const char *key, const char *val);
60 API_EXPORT void API_CALL mk_player_play(mk_player ctx, const char *url);
67 API_EXPORT void API_CALL mk_player_pause(mk_player ctx, int pause);
74 API_EXPORT void API_CALL mk_player_speed(mk_player ctx, float speed);
81 API_EXPORT void API_CALL mk_player_seekto(mk_player ctx, float progress);
88 API_EXPORT void API_CALL mk_player_seekto_pos(mk_player ctx, int seek_pos);
96 API_EXPORT void API_CALL mk_player_set_on_result(mk_player ctx, on_mk_play_event cb, void *user_dat…
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain_video.cc480 mk_player player = mk_player_create(); in process_video_rtsp()