Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/sunxi/cedrus/
Dcedrus_dec.c44 run.mpeg2.sequence = cedrus_find_control_data(ctx, in cedrus_device_run()
46 run.mpeg2.picture = cedrus_find_control_data(ctx, in cedrus_device_run()
48 run.mpeg2.quantisation = cedrus_find_control_data(ctx, in cedrus_device_run()
53 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
55 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
57 run.h264.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run()
59 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
61 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
63 run.h264.pred_weights = cedrus_find_control_data(ctx, in cedrus_device_run()
68 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
[all …]
Dcedrus.h271 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id);
Dcedrus.c248 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id) in cedrus_find_control_data() function