Home | History | Annotate | Download | only in rtsp

Lines Matching refs:timescale

1512     sp<MetaData> getTrackFormat(size_t index, int32_t *timeScale) {
1518 *timeScale = info.mTimeScale;
1632 int32_t timescale;
1635 formatDesc.c_str(), &timescale, &numChannels);
1637 info->mTimeScale = timescale;