HomeSort by relevance Sort by last modified time
    Searched full:mediats (Results 1 - 2 of 2) sorted by null

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_jitterbuffermisc.cpp 842 PVMFTimestamp mediaTS = 0;
864 if (converted_ts > mediaTS)
866 mediaTS = converted_ts;
882 pPortParams->ipJitterBuffer->SetAdjustedTSInMS(mediaTS);
888 return mediaTS;
894 PVMFTimestamp mediaTS = 0;
916 if (converted_ts > mediaTS)
918 mediaTS = converted_ts;
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 1039 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(aTrackInfo.getTrackID())); local
1314 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(aTrackInfo.getTrackID())); local
3338 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(tempTrackId)); local
3362 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(tempTrackId)); local
3394 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(tempTrackId)); local
7454 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(trackID)); local
7482 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(it->iTrackId)); local
7511 uint32 mediats = mcc.get_converted_ts(iMP4FileHandle->getTrackMediaTimescale(aInfo->iTrackId)); local
    [all...]

Completed in 164 milliseconds