Searched refs:mVideoTimeUs (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp55 mVideoTimeUs(0),
304 return mVideoTimeUs;
1562 mVideoTimeUs = timeUs;
H A DGenericSource.h113 int64_t mVideoTimeUs; member in struct:android::NuPlayer::GenericSource
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp604 mVideoTimeUs = 0;
703 int64_t videoLateByUs = audioTimeUs - mVideoTimeUs;
1430 *positionUs = mVideoTimeUs;
1875 mVideoTimeUs = timeUs;
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h194 int64_t mVideoTimeUs; member in struct:android::AwesomePlayer

Completed in 65 milliseconds