Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c76 CamSource *cam_ctx; member
184 p->cam_ctx = camera_source_init(cmd->file_input, 4, p->width, p->height, p->fmt); in mt_test_ctx_init()
186 if (p->cam_ctx == NULL) in mt_test_ctx_init()
266 if (p->cam_ctx) { in mt_test_ctx_deinit()
267 camera_source_deinit(p->cam_ctx); in mt_test_ctx_deinit()
268 p->cam_ctx = NULL; in mt_test_ctx_deinit()
718 if (p->cam_ctx == NULL) { in enc_test_input()
724 cam_frm_idx = camera_source_get_frame(p->cam_ctx); in enc_test_input()
729 camera_source_put_frame(p->cam_ctx, cam_frm_idx); in enc_test_input()
733 cam_buf = camera_frame_to_buf(p->cam_ctx, cam_frm_idx); in enc_test_input()
[all …]
H A Dmpi_enc_test.c108 CamSource *cam_ctx; member
315 p->cam_ctx = camera_source_init(cmd->file_input, 4, p->width, p->height, p->fmt); in test_ctx_init()
317 if (p->cam_ctx == NULL) in test_ctx_init()
395 if (p->cam_ctx) { in test_ctx_deinit()
396 camera_source_deinit(p->cam_ctx); in test_ctx_deinit()
397 p->cam_ctx = NULL; in test_ctx_deinit()
818 if (p->cam_ctx == NULL) { in test_mpp_run()
826 cam_frm_idx = camera_source_get_frame(p->cam_ctx); in test_mpp_run()
831 camera_source_put_frame(p->cam_ctx, cam_frm_idx); in test_mpp_run()
835 cam_buf = camera_frame_to_buf(p->cam_ctx, cam_frm_idx); in test_mpp_run()
[all …]