Home | History | Annotate | Download | only in src

Lines Matching refs:time_scale

340         if (pSequenceParams->num_units_in_tick !=0 && pSequenceParams->time_scale !=0
341 && (pSequenceParams->time_scale > pSequenceParams->num_units_in_tick) ) {
342 pVUI_Params->Time_Scale = pSequenceParams->time_scale;
347 pVUI_Params->Time_Scale = ctx->sRCParams.FrameRate * 2;