Lines Matching refs:stTimingInfo

3112 …Tx_SetVideoInfoByCustomer(MsHDMITX_VIDEO_TIMING idx, stHDMITX_TIMING_INFO_BY_CUSTOMER stTimingInfo)  in MHal_HDMITx_SetVideoInfoByCustomer()  argument
3115 HDMITxVideoModeTbl[idx].i_p_mode = stTimingInfo.i_p_mode; in MHal_HDMITx_SetVideoInfoByCustomer()
3116 HDMITxVideoModeTbl[idx].h_polarity = stTimingInfo.h_polarity; in MHal_HDMITx_SetVideoInfoByCustomer()
3117 HDMITxVideoModeTbl[idx].v_polarity = stTimingInfo.v_polarity; in MHal_HDMITx_SetVideoInfoByCustomer()
3118 HDMITxVideoModeTbl[idx].vs_width = stTimingInfo.vs_width; in MHal_HDMITx_SetVideoInfoByCustomer()
3119 HDMITxVideoModeTbl[idx].vs_bporch = stTimingInfo.vs_bporch; in MHal_HDMITx_SetVideoInfoByCustomer()
3120 HDMITxVideoModeTbl[idx].vde_width = stTimingInfo.vde_width; in MHal_HDMITx_SetVideoInfoByCustomer()
3121 HDMITxVideoModeTbl[idx].hs_width = stTimingInfo.hs_width; in MHal_HDMITx_SetVideoInfoByCustomer()
3122 HDMITxVideoModeTbl[idx].hs_bporch = stTimingInfo.hs_bporch; in MHal_HDMITx_SetVideoInfoByCustomer()
3123 HDMITxVideoModeTbl[idx].hde_width = stTimingInfo.hde_width; in MHal_HDMITx_SetVideoInfoByCustomer()
3124 HDMITxVideoModeTbl[idx].vtotal = stTimingInfo.vtotal; in MHal_HDMITx_SetVideoInfoByCustomer()
3125 HDMITxVideoModeTbl[idx].htotal = stTimingInfo.htotal; in MHal_HDMITx_SetVideoInfoByCustomer()
3126 HDMITxVideoModeTbl[idx].vs_delayline = stTimingInfo.vs_delayline; in MHal_HDMITx_SetVideoInfoByCustomer()
3127 HDMITxVideoModeTbl[idx].vs_delaypixel = stTimingInfo.vs_delaypixel; in MHal_HDMITx_SetVideoInfoByCustomer()
3128 HDMITxVideoModeTbl[idx].hs_delay = stTimingInfo.hs_delay; in MHal_HDMITx_SetVideoInfoByCustomer()