Home
last modified time | relevance | path

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

/drivers/staging/media/sunxi/cedrus/
Dcedrus_dec.c43 run.mpeg2.sequence = cedrus_find_control_data(ctx, in cedrus_device_run()
45 run.mpeg2.picture = cedrus_find_control_data(ctx, in cedrus_device_run()
47 run.mpeg2.quantisation = cedrus_find_control_data(ctx, in cedrus_device_run()
52 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run()
54 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run()
56 run.h264.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run()
58 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run()
60 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
62 run.h264.pred_weights = cedrus_find_control_data(ctx, in cedrus_device_run()
67 run.h265.sps = cedrus_find_control_data(ctx, in cedrus_device_run()
[all …]
Dcedrus.h258 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id);
Dcedrus.c170 void *cedrus_find_control_data(struct cedrus_ctx *ctx, u32 id) in cedrus_find_control_data() function