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

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

Completed in 69 milliseconds