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

  /frameworks/media/libvideoeditor/lvpp/
DummyVideoSource.cpp 86 mFrameTimeUs = 0;
138 if ((mImageSeekTime == mImageClipDuration) || (mFrameTimeUs == (int64_t)mImageClipDuration)) {
149 mFrameTimeUs = (mImageSeekTime + 1);
150 LOG2("DummyVideoSource::read() jpg 1st frame timeUs = %lld, begin cut time = %ld", mFrameTimeUs, mImageSeekTime);
156 mFrameTimeUs = mImageSeekTime + (currentTimeMs - mImagePlayStartTime)*1000;
157 LOG2("DummyVideoSource::read() jpg frame timeUs = %lld", mFrameTimeUs);
159 buffer->meta_data()->setInt64(kKeyTime, mFrameTimeUs);
DummyVideoSource.h 62 int64_t mFrameTimeUs;

Completed in 1511 milliseconds