Home | History | Annotate | Download | only in rtsp

Lines Matching refs:npt1

1100         float npt1, npt2;
1101 if (!ASessionDescription::parseNTPRange(val.c_str(), &npt1, &npt2)) {
1143 LOGV("track #%d: rtpTime=%u <=> npt=%.2f", n, rtpTime, npt1);
1146 info->mNormalPlayTimeUs = (int64_t)(npt1 * 1E6);