Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c680 MppBuffer cam_buf = NULL; in enc_test_input() local
733 cam_buf = camera_frame_to_buf(p->cam_ctx, cam_frm_idx); in enc_test_input()
734 mpp_assert(cam_buf); in enc_test_input()
753 else if (cam_buf) in enc_test_input()
754 mpp_frame_set_buffer(frame, cam_buf); in enc_test_input()
H A Dmpi_enc_test.c796 MppBuffer cam_buf = NULL; in test_mpp_run() local
835 cam_buf = camera_frame_to_buf(p->cam_ctx, cam_frm_idx); in test_mpp_run()
836 mpp_assert(cam_buf); in test_mpp_run()
855 else if (cam_buf) in test_mpp_run()
856 mpp_frame_set_buffer(frame, cam_buf); in test_mpp_run()