Lines Matching full:rate
235 /* for src rate control state structure */
262 * Source frame rate
265 * Target frame rate
316 * that the source frame rate is greater that target frame rate.
425 /* for src rate control state structure */
446 * max target frame rate the vop_time increment resolution is set
447 * so as to support all the frame rates below max frame rate.
454 * Maximum frame rate
457 * Source frame rate
470 /* We expect the max frame rate to be less than 60000,
484 ps_time_stamp->u4_vop_time_incr = (ps_time_stamp->u4_vop_time_incr_res * 1000) / u4_src_frm_rate;/* Since frm rate is in millisec */
500 * so that the corresponding frame rate is achieved at a average of
533 * @brief Function to get source frame rate
536 * Function to get source frame rate
542 * source frame rate
556 * @brief Function to get target frame rate
559 * Function to get target frame rate
565 * target frame rate
671 * @brief Function to update source frame time with a new source frame rate
674 * Function to update source frame time with a new source frame rate
680 * source frame rate
692 /* Since tgt frame rate does not change deriving the tgt_frm rate from
704 * @brief Function to update target frame time with a new source frame rate
707 * Function to update target frame time with a new source frame rate
713 * target frame rate
725 /* Since src frame rate does not change deriving the src_frm rate from
737 * @brief Function to update target frame time with a new source frame rate
740 * When the frame rate changes the time increment is modified by appropriate ticks
746 * source frame rate
758 ps_time_stamp->u4_vop_time_incr = (ps_time_stamp->u4_vop_time_incr_res * 1000) / src_frm_rate;/* Since frm rate is in millisec */