Searched refs:cam_buf (Results 1 – 2 of 2) sorted by relevance
680 MppBuffer cam_buf = NULL; in enc_test_input() local733 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()
796 MppBuffer cam_buf = NULL; in test_mpp_run() local835 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()