Lines Matching full:h264
1379 * struct v4l2_ctrl_h264_sps - H264 sequence parameter set
1382 * sequence parameter set syntax as specified by the H264 specification.
1384 * @profile_idc: see H264 specification.
1385 * @constraint_set_flags: see H264 specification.
1386 * @level_idc: see H264 specification.
1387 * @seq_parameter_set_id: see H264 specification.
1388 * @chroma_format_idc: see H264 specification.
1389 * @bit_depth_luma_minus8: see H264 specification.
1390 * @bit_depth_chroma_minus8: see H264 specification.
1391 * @log2_max_frame_num_minus4: see H264 specification.
1392 * @pic_order_cnt_type: see H264 specification.
1393 * @log2_max_pic_order_cnt_lsb_minus4: see H264 specification.
1394 * @max_num_ref_frames: see H264 specification.
1395 * @num_ref_frames_in_pic_order_cnt_cycle: see H264 specification.
1396 * @offset_for_ref_frame: see H264 specification.
1397 * @offset_for_non_ref_pic: see H264 specification.
1398 * @offset_for_top_to_bottom_field: see H264 specification.
1399 * @pic_width_in_mbs_minus1: see H264 specification.
1400 * @pic_height_in_map_units_minus1: see H264 specification.
1435 * struct v4l2_ctrl_h264_pps - H264 picture parameter set
1439 * by the H264 specification.
1447 * @pic_parameter_set_id: see H264 specification.
1448 * @seq_parameter_set_id: see H264 specification.
1449 * @num_slice_groups_minus1: see H264 specification.
1450 * @num_ref_idx_l0_default_active_minus1: see H264 specification.
1451 * @num_ref_idx_l1_default_active_minus1: see H264 specification.
1452 * @weighted_bipred_idc: see H264 specification.
1453 * @pic_init_qp_minus26: see H264 specification.
1454 * @pic_init_qs_minus26: see H264 specification.
1455 * @chroma_qp_index_offset: see H264 specification.
1456 * @second_chroma_qp_index_offset: see H264 specification.
1475 * struct v4l2_ctrl_h264_scaling_matrix - H264 scaling matrices
1487 * matrices as per the H264 specification, see table 7-2 "Assignment
1515 * by the H264 specification.
1517 * @luma_log2_weight_denom: see H264 specification.
1518 * @chroma_log2_weight_denom: see H264 specification.
1541 * struct v4l2_h264_reference - H264 picture reference
1561 * struct v4l2_ctrl_h264_slice_params - H264 slice parameters
1563 * This structure holds the H264 syntax elements that are specified
1577 * @first_mb_in_slice: see H264 specification.
1578 * @slice_type: see H264 specification.
1579 * @colour_plane_id: see H264 specification.
1580 * @redundant_pic_cnt: see H264 specification.
1581 * @cabac_init_idc: see H264 specification.
1582 * @slice_qp_delta: see H264 specification.
1583 * @slice_qs_delta: see H264 specification.
1584 * @disable_deblocking_filter_idc: see H264 specification.
1585 * @slice_alpha_c0_offset_div2: see H264 specification.
1586 * @slice_beta_offset_div2: see H264 specification.
1587 * @num_ref_idx_l0_active_minus1: see H264 specification.
1588 * @num_ref_idx_l1_active_minus1: see H264 specification.
1623 * struct v4l2_h264_dpb_entry - H264 decoded picture buffer entry
1658 * struct v4l2_ctrl_h264_decode_params - H264 decoding parameters