Searched refs:cedrus_find_control_data (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_dec.c | 43 run.mpeg2.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run() 45 run.mpeg2.quantization = cedrus_find_control_data(ctx, in cedrus_device_run() 50 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run() 52 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run() 54 run.h264.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run() 56 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run() 58 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run() 60 run.h264.pred_weights = cedrus_find_control_data(ctx, in cedrus_device_run() 65 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run() 67 run.h265.pps = cedrus_find_control_data(ctx, in cedrus_device_run() [all …]
|
| D | cedrus.h | 233 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id);
|
| D | cedrus.c | 149 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id) in cedrus_find_control_data() function
|