Lines Matching full:s

12 	TP_PROTO(const struct v4l2_ctrl_hevc_sps *s),
13 TP_ARGS(s),
14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_sps, s)),
15 TP_fast_assign(__entry->s = *s),
40 "flags %s",
41 __entry->s.video_parameter_set_id,
42 __entry->s.seq_parameter_set_id,
43 __entry->s.pic_width_in_luma_samples,
44 __entry->s.pic_height_in_luma_samples,
45 __entry->s.bit_depth_luma_minus8,
46 __entry->s.bit_depth_chroma_minus8,
47 __entry->s.log2_max_pic_order_cnt_lsb_minus4,
48 __entry->s.sps_max_dec_pic_buffering_minus1,
49 __entry->s.sps_max_num_reorder_pics,
50 __entry->s.sps_max_latency_increase_plus1,
51 __entry->s.log2_min_luma_coding_block_size_minus3,
52 __entry->s.log2_diff_max_min_luma_coding_block_size,
53 __entry->s.log2_min_luma_transform_block_size_minus2,
54 __entry->s.log2_diff_max_min_luma_transform_block_size,
55 __entry->s.max_transform_hierarchy_depth_inter,
56 __entry->s.max_transform_hierarchy_depth_intra,
57 __entry->s.pcm_sample_bit_depth_luma_minus1,
58 __entry->s.pcm_sample_bit_depth_chroma_minus1,
59 __entry->s.log2_min_pcm_luma_coding_block_size_minus3,
60 __entry->s.log2_diff_max_min_pcm_luma_coding_block_size,
61 __entry->s.num_short_term_ref_pic_sets,
62 __entry->s.num_long_term_ref_pics_sps,
63 __entry->s.chroma_format_idc,
64 __entry->s.sps_max_sub_layers_minus1,
65 __print_flags(__entry->s.flags, "|",
95 "column_width_minus1 %s\n"
96 "row_height_minus1 %s\n"
100 "flags %s",
148 TP_PROTO(const struct v4l2_ctrl_hevc_slice_params *s),
149 TP_ARGS(s),
150 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_slice_params, s)),
151 TP_fast_assign(__entry->s = *s),
174 "ref_idx_l0 %s\n"
175 "ref_idx_l1 %s\n"
178 "flags %s",
179 __entry->s.bit_size,
180 __entry->s.data_byte_offset,
181 __entry->s.num_entry_point_offsets,
182 __entry->s.nal_unit_type,
183 __entry->s.nuh_temporal_id_plus1,
184 __entry->s.slice_type,
185 __entry->s.colour_plane_id,
186 __entry->s.slice_pic_order_cnt,
187 __entry->s.num_ref_idx_l0_active_minus1,
188 __entry->s.num_ref_idx_l1_active_minus1,
189 __entry->s.collocated_ref_idx,
190 __entry->s.five_minus_max_num_merge_cand,
191 __entry->s.slice_qp_delta,
192 __entry->s.slice_cb_qp_offset,
193 __entry->s.slice_cr_qp_offset,
194 __entry->s.slice_act_y_qp_offset,
195 __entry->s.slice_act_cb_qp_offset,
196 __entry->s.slice_act_cr_qp_offset,
197 __entry->s.slice_beta_offset_div2,
198 __entry->s.slice_tc_offset_div2,
199 __entry->s.pic_struct,
200 __entry->s.slice_segment_addr,
201 __print_array(__entry->s.ref_idx_l0,
202 ARRAY_SIZE(__entry->s.ref_idx_l0),
203 sizeof(__entry->s.ref_idx_l0[0])),
204 __print_array(__entry->s.ref_idx_l1,
205 ARRAY_SIZE(__entry->s.ref_idx_l1),
206 sizeof(__entry->s.ref_idx_l1[0])),
207 __entry->s.short_term_ref_pic_set_size,
208 __entry->s.long_term_ref_pic_set_size,
209 __print_flags(__entry->s.flags, "|",
229 TP_printk("\ndelta_luma_weight_l0 %s\n"
230 "luma_offset_l0 %s\n"
231 "delta_chroma_weight_l0 {%s}\n"
232 "chroma_offset_l0 {%s}\n"
233 "delta_luma_weight_l1 %s\n"
234 "luma_offset_l1 %s\n"
235 "delta_chroma_weight_l1 {%s}\n"
236 "chroma_offset_l1 {%s}\n"
273 TP_PROTO(const struct v4l2_ctrl_hevc_scaling_matrix *s),
274 TP_ARGS(s),
275 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_scaling_matrix, s)),
276 TP_fast_assign(__entry->s = *s),
277 TP_printk("\nscaling_list_4x4 {%s}\n"
278 "scaling_list_8x8 {%s}\n"
279 "scaling_list_16x16 {%s}\n"
280 "scaling_list_32x32 {%s}\n"
281 "scaling_list_dc_coef_16x16 %s\n"
282 "scaling_list_dc_coef_32x32 %s\n",
284 __entry->s.scaling_list_4x4,
285 sizeof(__entry->s.scaling_list_4x4),
288 __entry->s.scaling_list_8x8,
289 sizeof(__entry->s.scaling_list_8x8),
292 __entry->s.scaling_list_16x16,
293 sizeof(__entry->s.scaling_list_16x16),
296 __entry->s.scaling_list_32x32,
297 sizeof(__entry->s.scaling_list_32x32),
299 __print_array(__entry->s.scaling_list_dc_coef_16x16,
300 ARRAY_SIZE(__entry->s.scaling_list_dc_coef_16x16),
301 sizeof(__entry->s.scaling_list_dc_coef_16x16[0])),
302 __print_array(__entry->s.scaling_list_dc_coef_32x32,
303 ARRAY_SIZE(__entry->s.scaling_list_dc_coef_32x32),
304 sizeof(__entry->s.scaling_list_dc_coef_32x32[0]))
319 "poc_st_curr_before %s\n"
320 "poc_st_curr_after %s\n"
321 "poc_lt_curr %s\n"
322 "flags %s",
353 "flags %s\n"
365 TP_PROTO(const struct v4l2_ctrl_hevc_sps *s),
366 TP_ARGS(s)
375 TP_PROTO(const struct v4l2_ctrl_hevc_slice_params *s),
376 TP_ARGS(s)
385 TP_PROTO(const struct v4l2_ctrl_hevc_scaling_matrix *s),
386 TP_ARGS(s)