Other Parts Discussed in Thread: TDA4, TEST
- 1920x1080 nv12 color image encoding on tda4-sdk73(encoded parameter as follow):
mm_enc_ctrl_params: {features = MM_ENC_FEATURE_CABAC | MM_ENC_FEATURE_8x8 rcmode = MM_ENC_VBRidr_period = 1i_period = 1bitrate = 40000000framerate = 30crop_left = 0crop_right = 0crop_top = 0crop_bottom = 8nslices = 1base_pipe = 0initial_qp_i = 0initial_qp_p = 0initial_qp_b = 0min_qp = 0max_qp = 0min_blk_size = MM_ENC_BLK_SZ_DEFAULTintra_pred_modes = 0}mm_vid_create_params: {width = 1920height = 1088 /*ALIGN(1080, 64)*/in_pixel_format = MM_PIX_FMT_NV12out_pixel_format = MM_PIX_FMT_H264}
-
Decode H264 encoded data of 1920x1080 raw data
Experimental result
Desired result
- Result analysis
When the original width(1920) and height(1080) are not multiples of 16 or 64, the current sdk73 encoding causes color shift