Home
last modified time | relevance | path

Searched refs:wave5_vpu_enc_start_one_frame (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.h873 int wave5_vpu_enc_start_one_frame(struct vpu_instance *inst, struct enc_param *param,
H A Dwave5-vpuapi.c857 int wave5_vpu_enc_start_one_frame(struct vpu_instance *inst, struct enc_param *param, u32 *fail_res) in wave5_vpu_enc_start_one_frame() function
H A Dwave5-vpu-enc.c201 ret = wave5_vpu_enc_start_one_frame(inst, &pic_param, fail_res); in start_encode()