Home | History | Annotate | Download | only in encoder

Lines Matching refs:s_ive_ip

268             if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_num_mem_rec_ip_t))
293 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
298 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_fill_mem_rec_ip_t))
329 if (NULL == ps_ip->s_ive_ip.ps_mem_rec)
338 if (ps_ip->s_ive_ip.u4_num_mem_rec != MEM_REC_CNT)
347 ps_mem_rec = ps_ip->s_ive_ip.ps_mem_rec;
368 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
373 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_init_ip_t))
403 if (ps_ip->s_ive_ip.u4_max_ref_cnt > MAX_REF_PIC_CNT ||
404 ps_ip->s_ive_ip.u4_max_ref_cnt < MIN_REF_PIC_CNT)
411 if (ps_ip->s_ive_ip.u4_max_reorder_cnt != 0)
418 if ((ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_10)
419 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_1B)
420 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_11)
421 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_12)
422 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_13)
423 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_20)
424 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_21)
425 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_22)
426 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_30)
427 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_31)
428 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_32)
429 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_40)
430 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_41)
431 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_42)
432 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_50)
433 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_51))
441 if ((ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420P)
442 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_422ILE)
443 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420SP_UV)
444 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420SP_VU))
452 if ((ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420P)
453 && (ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420SP_UV)
454 && (ps_ip->s_ive_ip.e_recon_color_fmt != IV_YUV_420SP_VU))
462 if ((ps_ip->s_ive_ip
463 && (ps_ip->s_ive_ip.e_rc_mode != IVE_RC_STORAGE)
464 && (ps_ip->s_ive_ip.e_rc_mode != IVE_RC_CBR_NON_LOW_DELAY))
472 if (ps_ip->s_ive_ip.u4_max_framerate > DEFAULT_MAX_FRAMERATE)
480 if (ps_ip->s_ive_ip.u4_max_bitrate > DEFAULT_MAX_BITRATE)
487 if (ps_ip->s_ive_ip.u4_num_bframes > MAX_NUM_BFRAMES)
494 if (ps_ip->s_ive_ip.u4_num_bframes
495 && (ps_ip->s_ive_ip.u4_max_ref_cnt < 2))
502 if (ps_ip->s_ive_ip.e_content_type != IV_PROGRESSIVE)
510 if (ps_ip->s_ive_ip.u4_max_srch_rng_x > DEFAULT_MAX_SRCH_RANGE_X)
518 if (ps_ip->s_ive_ip.u4_max_srch_rng_y > DEFAULT_MAX_SRCH_RANGE_Y)
526 if ((ps_ip->s_ive_ip.e_slice_mode != IVE_SLICE_MODE_NONE)
527 && (ps_ip->s_ive_ip.e_slice_mode != IVE_SLICE_MODE_BLOCKS))
535 if (ps_ip->s_ive_ip.e_slice_mode == IVE_SLICE_MODE_BLOCKS)
537 if (ps_ip->s_ive_ip.u4_slice_param == 0
538 || ps_ip->s_ive_ip.u4_slice_param > ((UWORD32)max_ht >> 4))
547 if (NULL == ps_ip->s_ive_ip.ps_mem_rec)
556 if (ps_ip->s_ive_ip.u4_num_mem_rec != MEM_REC_CNT)
564 ps_mem_rec = ps_ip->s_ive_ip.ps_mem_rec;
567 for (i = 0; i <((WORD32)ps_ip->s_ive_ip.u4_num_mem_rec); i++)
650 s_ip.s_ive_ip.u4_size = sizeof(ih264e_fill_mem_rec_ip_t);
653 s_ip.s_ive_ip.e_cmd = IV_CMD_FILL_NUM_MEM_REC;
654 s_ip.s_ive_ip.ps_mem_rec = s_mem_rec_ittiam_api;
655 s_ip.s_ive_ip.u4_max_wd = max_wd;
656 s_ip.s_ive_ip.u4_max_ht = max_ht;
657 s_ip.s_ive_ip.u4_num_mem_rec = ps_ip->s_ive_ip.u4_num_mem_rec;
658 s_ip.s_ive_ip.u4_max_level = ps_ip->s_ive_ip.u4_max_level;
659 s_ip.s_ive_ip.u4_max_ref_cnt = ps_ip->s_ive_ip.u4_max_ref_cnt;
660 s_ip.s_ive_ip.u4_max_reorder_cnt =
661 ps_ip->s_ive_ip.u4_max_reorder_cnt;
662 s_ip.s_ive_ip.e_color_format = ps_ip->s_ive_ip.e_inp_color_fmt;
663 s_ip.s_ive_ip.u4_max_srch_rng_x =
664 ps_ip->s_ive_ip.u4_max_srch_rng_x;
665 s_ip.s_ive_ip.u4_max_srch_rng_y =
666 ps_ip->s_ive_ip.u4_max_srch_rng_y;
779 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_retrieve_mem_rec_ip_t))
795 if (NULL == ps_ip->s_ive_ip.ps_mem_rec)
803 ps_mem_rec = ps_ip->s_ive_ip.ps_mem_rec;
824 if (ps_ip->s_ive_ip.u4_size != sizeof(ih264e_video_encode_ip_t))
857 if (ps_ip->s_ive_ip.u4_size
886 if (ps_ip->s_ive_ip.u4_size
906 if (ps_ip->s_ive_ip.u4_max_wd < MIN_WD)
915 if (ps_ip->s_ive_ip.u4_max_wd > ps_codec->s_cfg.u4_max_wd)
924 if (ps_ip->s_ive_ip.u4_max_ht < MIN_HT)
933 if (ps_ip->s_ive_ip.u4_max_ht > ps_codec->s_cfg.u4_max_ht)
942 if ((ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420P)
943 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_422ILE)
944 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420SP_UV)
945 && (ps_ip->s_ive_ip.e_inp_color_fmt != IV_YUV_420SP_VU))
961 if (ps_ip->s_ive_ip.u4_size
981 if (ps_ip->s_ive_ip.pu1_version == NULL)
998 if (ps_ip->s_ive_ip.u4_size
1026 if (ps_ip->s_ive_ip.u4_size
1054 if (ps_ip->s_ive_ip.u4_size
1074 if ((ps_ip->s_ive_ip.u4_num_cores < 1)
1075 || (ps_ip->s_ive_ip.u4_num_cores > MAX_NUM_CORES))
1094 if (ps_ip->s_ive_ip.u4_size
1114 if (ps_ip->s_ive_ip.u4_wd < MIN_WD)
1123 if (ps_ip->s_ive_ip.u4_wd > ps_codec->s_cfg.u4_max_wd)
1132 if (ps_ip->s_ive_ip.u4_ht < MIN_HT)
1141 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht)
1158 if (ps_ip->s_ive_ip.u4_size
1178 if (((ps_ip->s_ive_ip.u4_src_frame_rate * 1000) > DEFAULT_MAX_FRAMERATE)
1179 || ((ps_ip->s_ive_ip.u4_tgt_frame_rate * 1000) > DEFAULT_MAX_FRAMERATE))
1188 if ((ps_ip->s_ive_ip.u4_src_frame_rate == 0)
1189 || (ps_ip->s_ive_ip.u4_tgt_frame_rate == 0))
1198 if (ps_ip->s_ive_ip.u4_tgt_frame_rate
1199 > ps_ip->s_ive_ip.u4_src_frame_rate)
1216 if (ps_ip->s_ive_ip.u4_size
1236 if ((ps_ip->s_ive_ip.u4_target_bitrate > DEFAULT_MAX_BITRATE)
1237 || (ps_ip->s_ive_ip.u4_target_bitrate == 0))
1254 if (ps_ip->s_ive_ip.u4_size
1274 if ((ps_ip->s_ive_ip.e_frame_type != IV_NA_FRAME)
1275 && (ps_ip->s_ive_ip.e_frame_type != IV_I_FRAME)
1276 && (ps_ip->s_ive_ip.e_frame_type != IV_P_FRAME)
1277 && (ps_ip->s_ive_ip.e_frame_type != IV_IDR_FRAME))
1295 if (ps_ip->s_ive_ip.u4_size
1315 if ((ps_ip->s_ive_ip.u4_me_speed_preset != FULL_SRCH)
1316 && (ps_ip->s_ive_ip.u4_me_speed_preset != DMND_SRCH)
1317 && (ps_ip->s_ive_ip.u4_me_speed_preset != HEX_SRCH))
1326 if ((ps_ip->s_ive_ip.u4_enable_hpel != 0)
1327 && (ps_ip->s_ive_ip.u4_enable_hpel != 1))
1336 if ((ps_ip->s_ive_ip.u4_enable_qpel != 0)
1337 && (ps_ip->s_ive_ip.u4_enable_qpel != 1))
1346 if ((ps_ip->s_ive_ip.u4_enable_fast_sad != 0)
1347 && (ps_ip->s_ive_ip.u4_enable_fast_sad != 1))
1356 if (ps_ip->s_ive_ip.u4_enable_alt_ref > 255)
1365 if (ps_ip->s_ive_ip.u4_srch_rng_x
1375 if (ps_ip->s_ive_ip.u4_srch_rng_y
1393 if (ps_ip->s_ive_ip.u4_size
1413 if ((ps_ip->s_ive_ip.u4_enable_intra_4x4 != 0)
1414 && (ps_ip->s_ive_ip.u4_enable_intra_4x4 != 1))
1423 if ((ps_ip->s_ive_ip.u4_constrained_intra_pred != 0)
1424 && (ps_ip->s_ive_ip.u4_constrained_intra_pred != 1))
1433 if ((ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_CONFIG)
1434 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_SLOWEST)
1435 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_NORMAL)
1436 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_FAST)
1437 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_HIGH_SPEED)
1438 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_FASTEST))
1455 if (ps_ip->s_ive_ip.u4_size
1475 if ((ps_ip->s_ive_ip.u4_i_frm_interval < DEFAULT_MIN_INTRA_FRAME_RATE)
1476 || (ps_ip->s_ive_ip.u4_i_frm_interval > DEFAULT_MAX_INTRA_FRAME_RATE))
1485 if ((ps_ip->s_ive_ip.u4_idr_frm_interval < DEFAULT_MIN_INTRA_FRAME_RATE)
1486 || (ps_ip->s_ive_ip.u4_idr_frm_interval > DEFAULT_MAX_INTRA_FRAME_RATE))
1503 if (ps_ip->s_ive_ip.u4_size
1523 if ((ps_ip->s_ive_ip.u4_disable_deblock_level != DISABLE_DEBLK_LEVEL_0)
1524 && (ps_ip->s_ive_ip.u4_disable_deblock_level != DISABLE_DEBLK_LEVEL_2)
1525 && (ps_ip->s_ive_ip.u4_disable_deblock_level != DISABLE_DEBLK_LEVEL_3)
1526 && (ps_ip->s_ive_ip.u4_disable_deblock_level != DISABLE_DEBLK_LEVEL_4))
1543 if (ps_ip->s_ive_ip.u4_size
1563 if ((ps_ip->s_ive_ip.u4_i_qp_max > MAX_H264_QP)
1564 || (ps_ip->s_ive_ip
1565 || (ps_ip->s_ive_ip.u4_b_qp_max > MAX_H264_QP))
1575 if ((ps_ip->s_ive_ip.u4_i_qp_min < 4)
1576 || (ps_ip->s_ive_ip.u4_p_qp_min < 4)
1577 || (ps_ip->s_ive_ip.u4_b_qp_min < 4)
1578 || (ps_ip->s_ive_ip.u4_i_qp_min > ps_ip->s_ive_ip.u4_i_qp_max)
1579 || (ps_ip->s_ive_ip.u4_p_qp_min > ps_ip->s_ive_ip.u4_p_qp_max)
1580 || (ps_ip->s_ive_ip.u4_b_qp_min > ps_ip->s_ive_ip.u4_b_qp_max))
1589 if ((ps_ip->s_ive_ip.u4_i_qp > ps_ip->s_ive_ip.u4_i_qp_max)
1590 || (ps_ip->s_ive_ip.u4_p_qp > ps_ip->s_ive_ip.u4_p_qp_max)
1591 || (ps_ip->s_ive_ip.u4_b_qp > ps_ip->s_ive_ip.u4_b_qp_max))
1599 if ((ps_ip->s_ive_ip.u4_i_qp < ps_ip->s_ive_ip.u4_i_qp_min)
1600 || (ps_ip->s_ive_ip.u4_p_qp < ps_ip->s_ive_ip.u4_p_qp_min)
1601 || (ps_ip->s_ive_ip.u4_b_qp < ps_ip->s_ive_ip.u4_b_qp_min))
1641 if (ps_ip->s_ive_ip.u4_size
1661 if ((ps_ip->s_ive_ip.e_enc_mode != IVE_ENC_MODE_HEADER)
1662 && (ps_ip->s_ive_ip.e_enc_mode != IVE_ENC_MODE_PICTURE))
1679 if (ps_ip->s_ive_ip.u4_size
1699 if ((ps_ip->s_ive_ip.u4_vbv_buffer_delay < DEFAULT_MIN_BUFFER_DELAY)
1700 || (ps_ip->s_ive_ip.u4_vbv_buffer_delay > DEFAULT_MAX_BUFFER_DELAY))
1717 if (ps_ip->s_ive_ip.u4_size
1737 if ((ps_ip->s_ive_ip.e_air_mode != IVE_AIR_MODE_NONE)
1738 && (ps_ip->s_ive_ip.e_air_mode != IVE_AIR_MODE_CYCLIC)
1739 && (ps_ip->s_ive_ip.e_air_mode != IVE_AIR_MODE_RANDOM))
1748 if (ps_ip->s_ive_ip.u4_air_refresh_period == 0)
1765 if (ps_ip->s_ive_ip.u4_size
1785 if (ps_ip->s_ive_ip.e_profile != IV_PROFILE_BASE &&
1786 ps_ip->s_ive_ip.e_profile != IV_PROFILE_MAIN)
1795 if (ps_ip->s_ive_ip.u4_entropy_coding_mode > 1)
2721 num_reorder_frames = ps_ip->s_ive_ip.u4_max_reorder_cnt;
2722 num_ref_frames = ps_ip->s_ive_ip.u4_max_ref_cnt;
2725 ps_mem_rec_base = ps_ip->s_ive_ip.ps_mem_rec;
2726 no_of_mem_rec = ps_ip->s_ive_ip.u4_num_mem_rec;
2729 max_ht_luma = ps_ip->s_ive_ip.u4_max_ht;
2730 max_wd_luma = ps_ip->s_ive_ip.u4_max_wd;
2978 UWORD32 u4_srch_range_x = ps_ip->s_ive_ip.u4_max_srch_rng_x;
2981 UWORD32 u4_srch_range_y = ps_ip->s_ive_ip.u4_max_srch_rng_y;
3594 max_ht_luma = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
3595 max_wd_luma = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
3601 ps_mem_rec_base = ps_ip->s_ive_ip.ps_mem_rec;
3632 ps_cfg->u4_max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
3633 ps_cfg->u4_max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
3636 ps_cfg->u4_max_ref_cnt = ps_ip->s_ive_ip.u4_max_ref_cnt;
3637 ps_cfg->u4_max_reorder_cnt = ps_ip->s_ive_ip.u4_max_reorder_cnt;
3638 ps_cfg->u4_max_level = ps_ip->s_ive_ip.u4_max_level;
3639 ps_cfg->e_inp_color_fmt = ps_ip->s_ive_ip.e_inp_color_fmt;
3640 ps_cfg->e_recon_color_fmt = ps_ip->s_ive_ip.e_recon_color_fmt;
3641 ps_cfg->u4_max_framerate = ps_ip->s_ive_ip.u4_max_framerate;
3642 ps_cfg->u4_max_bitrate = ps_ip->s_ive_ip.u4_max_bitrate;
3643 ps_cfg->u4_num_bframes = ps_ip->s_ive_ip.u4_num_bframes;
3644 ps_cfg->e_content_type = ps_ip->s_ive_ip.e_content_type;
3645 ps_cfg->u4_max_srch_rng_x = ps_ip->s_ive_ip.u4_max_srch_rng_x;
3646 ps_cfg->u4_max_srch_rng_y = ps_ip->s_ive_ip.u4_max_srch_rng_y;
3647 ps_cfg->e_slice_mode = ps_ip->s_ive_ip.e_slice_mode;
3648 ps_cfg->u4_slice_param = ps_ip->s_ive_ip.u4_slice_param;
3649 ps_cfg->e_arch = ps_ip->s_ive_ip.e_arch;
3650 ps_cfg->e_soc = ps_ip->s_ive_ip.e_soc;
3651 ps_cfg->u4_enable_recon = ps_ip->s_ive_ip.u4_enable_recon;
3652 ps_cfg->e_rc_mode = ps_ip->s_ive_ip.e_rc_mode;
3655 if ((ps_ip->s_ive_ip.u4_max_level < MIN_LEVEL)
3656 || (ps_ip->s_ive_ip.u4_max_level > MAX_LEVEL))
3662 if (ps_ip->s_ive_ip.u4_max_ref_cnt > MAX_REF_CNT)
3668 if (ps_ip->s_ive_ip.u4_max_reorder_cnt > MAX_REF_CNT)
3876 UWORD32 u4_srch_range_x = ps_ip->s_ive_ip.u4_max_srch_rng_x;
3879 UWORD32 u4_srch_range_y = ps_ip->s_ive_ip.u4_max_srch_rng_y;
4507 memcpy(ps_ip->s_ive_ip.ps_mem_rec, ps_codec->ps_mem_rec_backup,
4605 WORD32 wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd);
4606 WORD32 ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
4615 if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_YUV_420P)
4623 else if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_YUV_422ILE)
4631 else if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_RGB_565)
4639 else if (ps_ip->s_ive_ip.e_inp_color_fmt == IV_RGBA_8888)
4647 else if ((ps_ip->s_ive_ip.e_inp_color_fmt == IV_YUV_420SP_UV)
4648 || (ps_ip->s_ive_ip.e_inp_color_fmt == IV_YUV_420SP_VU))
4706 ps_cfg->u4_wd = ALIGN16(ps_ip->s_ive_ip.u4_wd);
4707 ps_cfg->u4_ht = ALIGN16(ps_ip->s_ive_ip.u4_ht);
4710 ps_cfg->u4_disp_wd = ps_ip->s_ive_ip.u4_wd;
4711 ps_cfg->u4_disp_ht = ps_ip->s_ive_ip.u4_ht;
4713 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
4714 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
4753 ps_cfg->u4_src_frame_rate = ps_ip->s_ive_ip.u4_src_frame_rate;
4754 ps_cfg->u4_tgt_frame_rate = ps_ip->s_ive_ip.u4_tgt_frame_rate;
4756 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
4757 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
4796 ps_cfg->u4_target_bitrate = ps_ip->s_ive_ip.u4_target_bitrate;
4798 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
4799 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
4838 ps_cfg->e_frame_type = ps_ip->s_ive_ip.e_frame_type;
4840 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
4841 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
4880 ps_cfg->u4_i_qp_max = ps_set_qp_ip->s_ive_ip.u4_i_qp_max;
4881 ps_cfg->u4_i_qp_min = ps_set_qp_ip->s_ive_ip.u4_i_qp_min;
4882 ps_cfg->u4_i_qp = ps_set_qp_ip->s_ive_ip.u4_i_qp;
4883 ps_cfg->u4_p_qp_max = ps_set_qp_ip->s_ive_ip.u4_p_qp_max;
4884 ps_cfg->u4_p_qp_min = ps_set_qp_ip->s_ive_ip.u4_p_qp_min;
4885 ps_cfg->u4_p_qp = ps_set_qp_ip->s_ive_ip.u4_p_qp;
4886 ps_cfg->u4_b_qp_max = ps_set_qp_ip->s_ive_ip.u4_b_qp_max;
4887 ps_cfg->u4_b_qp_min = ps_set_qp_ip->s_ive_ip.u4_b_qp_min;
4888 ps_cfg->u4_b_qp = ps_set_qp_ip->s_ive_ip.u4_b_qp;
4890 ps_cfg->u4_timestamp_high = ps_set_qp_ip->s_ive_ip.u4_timestamp_high;
4891 ps_cfg->u4_timestamp_low = ps_set_qp_ip->s_ive_ip.u4_timestamp_low;
4930 ps_cfg->e_enc_mode = ps_ip->s_ive_ip.e_enc_mode;
4932 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
4933 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
4972 ps_cfg->u4_vbv_buf_size = ps_ip->s_ive_ip.u4_vbv_buf_size;
4973 ps_cfg->u4_vbv_buffer_delay = ps_ip->s_ive_ip.u4_vbv_buffer_delay;
4975 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
4976 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5015 ps_cfg->e_air_mode = ps_ip->s_ive_ip.e_air_mode;
5016 ps_cfg->u4_air_refresh_period = ps_ip->s_ive_ip.u4_air_refresh_period;
5018 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5019 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5058 ps_cfg->u4_enable_hpel = ps_ip->s_ive_ip.u4_enable_hpel;
5059 ps_cfg->u4_enable_qpel = ps_ip->s_ive_ip.u4_enable_qpel;
5060 ps_cfg->u4_enable_fast_sad = ps_ip->s_ive_ip.u4_enable_fast_sad;
5061 ps_cfg->u4_enable_alt_ref = ps_ip->s_ive_ip.u4_enable_alt_ref;
5062 ps_cfg->u4_srch_rng_x = ps_ip->s_ive_ip.u4_srch_rng_x;
5063 ps_cfg->u4_srch_rng_y = ps_ip->s_ive_ip.u4_srch_rng_y;
5064 ps_cfg->u4_me_speed_preset = ps_ip->s_ive_ip.u4_me_speed_preset;
5066 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5067 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5106 ps_cfg->u4_enable_intra_4x4 = ps_ip->s_ive_ip.u4_enable_intra_4x4;
5107 ps_cfg->u4_enc_speed_preset = ps_ip->s_ive_ip.u4_enc_speed_preset;
5109 ps_cfg->u4_constrained_intra_pred = ps_ip->s_ive_ip.u4_constrained_intra_pred;
5111 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5112 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5151 ps_cfg->u4_i_frm_interval = ps_ip->s_ive_ip.u4_i_frm_interval;
5152 ps_cfg->u4_idr_frm_interval = ps_ip->s_ive_ip.u4_idr_frm_interval;
5154 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5155 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5194 ps_cfg->e_profile = ps_ip->s_ive_ip.e_profile;
5196 ps_cfg->u4_entropy_coding_mode = ps_ip->s_ive_ip.u4_entropy_coding_mode;
5198 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5199 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5240 ps_cfg->u4_disable_deblock_level = ps_ip->s_ive_ip.u4_disable_deblock_level;
5242 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5243 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5365 ps_cfg->u4_num_cores = MIN(ps_ip->s_ive_ip.u4_num_cores, MAX_PROCESS_THREADS);
5367 ps_cfg->u4_timestamp_high = ps_ip->s_ive_ip.u4_timestamp_high;
5368 ps_cfg->u4_timestamp_low = ps_ip->s_ive_ip.u4_timestamp_low;
5459 IVE_CONTROL_API_COMMAND_TYPE_T sub_cmd = ps_ctl_ip->s_ive_ip.e_sub_cmd;
5610 if (ps_ip->s_ive_ip.u4_version_bufsize <= 0)
5618 ret = ih264e_get_version((CHAR *) ps_ip->s_ive_ip.pu1_version,
5619 ps_ip->s_ive_ip.u4_version_bufsize);