Home
last modified time | relevance | path

Searched refs:mMaxPtsGapUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DACodec.h216 int64_t mMaxPtsGapUs; member
/frameworks/av/media/libstagefright/
DACodec.cpp421 mMaxPtsGapUs(-1ll), in ACodec()
1259 if (!msg->findInt64("max-pts-gap-to-encoder", &mMaxPtsGapUs)) { in configureCodec()
1260 mMaxPtsGapUs = -1ll; in configureCodec()
5101 if (err == OK && mCodec->mMaxPtsGapUs > 0ll) { in onCreateInputSurface()
5106 &mCodec->mMaxPtsGapUs, in onCreateInputSurface()
5107 sizeof(mCodec->mMaxPtsGapUs)); in onCreateInputSurface()