Searched refs:cedrus_find_control_data (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_dec.c | 44 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 …]
|
| D | cedrus.h | 271 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id);
|
| D | cedrus.c | 248 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id) in cedrus_find_control_data() function
|