Home
last modified time | relevance | path

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

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