Lines Matching refs:u4_src_frame_rate
1178 if (((ps_ip->s_ive_ip.u4_src_frame_rate * 1000) > DEFAULT_MAX_FRAMERATE) in api_check_struct_sanity()
1188 if ((ps_ip->s_ive_ip.u4_src_frame_rate == 0) in api_check_struct_sanity()
1199 > ps_ip->s_ive_ip.u4_src_frame_rate) in api_check_struct_sanity()
1923 if (ps_codec->s_cfg.u4_src_frame_rate in ih264e_codec_update_config()
1924 != ps_cfg->u4_src_frame_rate * 1000) in ih264e_codec_update_config()
1926 ps_codec->s_cfg.u4_src_frame_rate = ps_cfg->u4_src_frame_rate in ih264e_codec_update_config()
1931 ps_codec->s_cfg.u4_src_frame_rate); in ih264e_codec_update_config()
1935 ps_codec->s_cfg.u4_src_frame_rate); in ih264e_codec_update_config()
1938 ps_codec->s_cfg.u4_src_frame_rate, in ih264e_codec_update_config()
1953 ps_codec->s_cfg.u4_src_frame_rate, in ih264e_codec_update_config()
2300 ps_codec->s_cfg.u4_src_frame_rate, in ih264e_codec_update_config()
2362 ps_cfg->u4_src_frame_rate = DEFAULT_SRC_FRAME_RATE; in ih264e_set_default_params()
4753 ps_cfg->u4_src_frame_rate = ps_ip->s_ive_ip.u4_src_frame_rate; in ih264e_set_frame_rate()