Searched refs:mPrevTimestampUs (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libstagefright/include/
H A DAVCEncoder.h67 int64_t mPrevTimestampUs; member in struct:android::AVCEncoder
H A DM4vH263Encoder.h62 int64_t mPrevTimestampUs; member in struct:android::M4vH263Encoder
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
H A DM4vH263Encoder.cpp72 mPrevTimestampUs(-1),
313 (mNextModTimeUs > timeUs || mPrevTimestampUs == timeUs)) {
323 CHECK(mPrevTimestampUs < timeUs);
324 mPrevTimestampUs = timeUs;
/frameworks/base/media/libstagefright/codecs/avc/enc/
H A DAVCEncoder.cpp101 mPrevTimestampUs(-1),
417 if (mNumInputFrames >= 1 && mPrevTimestampUs == timeUs) {
427 CHECK(mPrevTimestampUs < timeUs);
428 mPrevTimestampUs = timeUs;

Completed in 1746 milliseconds