Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c75 p->cam_ctx = camera_source_init(cmd->file_input, 4, p->width, p->height, p->fmt); in test_ctx_init()
77 if (p->cam_ctx == NULL) in test_ctx_init()
156 if (p->cam_ctx) { in test_ctx_deinit()
157 camera_source_deinit(p->cam_ctx); in test_ctx_deinit()
158 p->cam_ctx = NULL; in test_ctx_deinit()
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpi_enc_utils.h165 CamSource *cam_ctx; member

Completed in 3 milliseconds