Home | History | Annotate | Download | only in httplive

Lines Matching refs:targetDurationSecs

686         int32_t targetDurationSecs;
688 "target-duration", &targetDurationSecs)) {
692 mTargetDurationUs = targetDurationSecs * 1000000ll;