Home
last modified time | relevance | path

Searched refs:kKeyAnchorTime (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/
DMetaData.h65 kKeyAnchorTime = 'ancT', // int64_t (usecs) enumerator
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp264 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) { in read()
/frameworks/av/media/libstagefright/
DAudioSource.cpp358 buffer->meta_data()->setInt64(kKeyAnchorTime, mStartTimeUs); in queueInputBuffer_l()