summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-08-08 16:37:57 +0200
committerPaul Kocialkowski <paul.kocialkowski@bootlin.com>2018-08-08 16:37:57 +0200
commit34ac0a7167189cede0ab987849f9a1fd8ae31370 (patch)
tree607a8da86657bc7035c6fb92c03afd9f65b556a3 /data
parent519574b5eb7c3ff967bae592171220f589b028db (diff)
downloadv4l2-request-test-34ac0a7167189cede0ab987849f9a1fd8ae31370.tar.gz
v4l2-request-test-34ac0a7167189cede0ab987849f9a1fd8ae31370.tar.bz2
v4l2-request-test-34ac0a7167189cede0ab987849f9a1fd8ae31370.zip
Adapt MPEG2 definitions for the latest changes
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Diffstat (limited to 'data')
-rw-r--r--data/bbb-mpeg2/frames.h850
1 files changed, 600 insertions, 250 deletions
diff --git a/data/bbb-mpeg2/frames.h b/data/bbb-mpeg2/frames.h
index e58205b..a645883 100644
--- a/data/bbb-mpeg2/frames.h
+++ b/data/bbb-mpeg2/frames.h
@@ -1,16 +1,30 @@
{
.index = 0,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_I,
- .f_code = { 15, 15, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 322288,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_I,
+ .f_code = { 15, 15, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 4,
.forward_ref_index = 0,
.backward_ref_index = 0,
},
@@ -28,16 +42,30 @@
{
.index = 1,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 57544,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 3,
.forward_ref_index = 0,
.backward_ref_index = 1,
},
@@ -55,16 +83,30 @@
{
.index = 2,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 213968,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 1,
.backward_ref_index = 2,
},
@@ -82,16 +124,30 @@
{
.index = 3,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 25288,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 2,
.backward_ref_index = 3,
},
@@ -109,16 +165,30 @@
{
.index = 4,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 16288,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 3,
.backward_ref_index = 4,
},
@@ -136,16 +206,30 @@
{
.index = 5,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 13832,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 4,
.backward_ref_index = 5,
},
@@ -163,16 +247,30 @@
{
.index = 6,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 15232,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 5,
.backward_ref_index = 6,
},
@@ -190,16 +288,30 @@
{
.index = 7,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 15400,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 6,
.backward_ref_index = 7,
},
@@ -217,16 +329,30 @@
{
.index = 8,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 13736,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 7,
.backward_ref_index = 8,
},
@@ -244,16 +370,30 @@
{
.index = 9,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 14088,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 8,
.backward_ref_index = 9,
},
@@ -271,16 +411,30 @@
{
.index = 10,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 12136,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 9,
.backward_ref_index = 10,
},
@@ -298,16 +452,30 @@
{
.index = 11,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 10864,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 10,
.backward_ref_index = 11,
},
@@ -325,16 +493,30 @@
{
.index = 12,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 9976,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 11,
.backward_ref_index = 12,
},
@@ -352,16 +534,30 @@
{
.index = 13,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 8976,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 12,
.backward_ref_index = 13,
},
@@ -379,16 +575,30 @@
{
.index = 14,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 7, 7, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 488824,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 7, 7, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 3,
.forward_ref_index = 13,
.backward_ref_index = 14,
},
@@ -406,16 +616,30 @@
{
.index = 15,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_I,
- .f_code = { 15, 15, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 471208,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_I,
+ .f_code = { 15, 15, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 3,
.forward_ref_index = 15,
.backward_ref_index = 15,
},
@@ -433,16 +657,30 @@
{
.index = 16,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 82360,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 15,
.backward_ref_index = 16,
},
@@ -460,16 +698,30 @@
{
.index = 17,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 35744,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 16,
.backward_ref_index = 17,
},
@@ -487,16 +739,30 @@
{
.index = 18,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 60080,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 17,
.backward_ref_index = 18,
},
@@ -514,16 +780,30 @@
{
.index = 19,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 38880,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 18,
.backward_ref_index = 19,
},
@@ -541,16 +821,30 @@
{
.index = 20,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 68640,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 19,
.backward_ref_index = 20,
},
@@ -568,16 +862,30 @@
{
.index = 21,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 57568,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 20,
.backward_ref_index = 21,
},
@@ -595,16 +903,30 @@
{
.index = 22,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 68352,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 21,
.backward_ref_index = 22,
},
@@ -622,16 +944,30 @@
{
.index = 23,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 88392,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 22,
.backward_ref_index = 23,
},
@@ -649,16 +985,30 @@
{
.index = 24,
.frame.mpeg2.slice_params = {
- .slice_type = V4L2_MPEG2_SLICE_TYPE_P,
- .f_code = { 1, 1, 15, 15 },
- .intra_dc_precision = 0,
- .picture_structure = 3,
- .top_field_first = 0,
- .frame_pred_frame_dct = 1,
- .concealment_motion_vectors = 0,
- .q_scale_type = 0,
- .intra_vlc_format = 0,
- .alternate_scan = 0,
+ .bit_size = 67136,
+ .data_bit_offset = 0,
+ .sequence = {
+ .horizontal_size = 854,
+ .vertical_size = 480,
+ .vbv_buffer_size = 1048576,
+ .profile_and_level_indication = 0,
+ .chroma_format = 1,
+ },
+ .picture = {
+ .picture_coding_type = V4L2_MPEG2_PICTURE_CODING_TYPE_P,
+ .f_code = { 1, 1, 15, 15 },
+ .intra_dc_precision = 0,
+ .picture_structure = 3,
+ .top_field_first = 0,
+ .frame_pred_frame_dct = 1,
+ .concealment_motion_vectors = 0,
+ .q_scale_type = 0,
+ .intra_vlc_format = 0,
+ .alternate_scan = 0,
+ .repeat_first_field = 0,
+ .progressive_frame = 1,
+ },
+ .quantiser_scale_code = 2,
.forward_ref_index = 23,
.backward_ref_index = 24,
},