Home | History | Annotate | Download | only in src

Lines Matching refs:num_units_in_tick

340         if (pSequenceParams->num_units_in_tick !=0 && pSequenceParams->time_scale !=0
341 && (pSequenceParams->time_scale > pSequenceParams->num_units_in_tick) ) {
343 pVUI_Params->num_units_in_tick = pSequenceParams->num_units_in_tick;
346 pVUI_Params->num_units_in_tick = 1;