Home
last modified time | relevance | path

Searched refs:kKeyThumbnailTime (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaData.h91 kKeyThumbnailTime = 'thbT', // int64_t (usecs) enumerator
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp266 } else if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime) in extractVideoFrame()
DMPEG4Extractor.cpp472 kKeyThumbnailTime, duration / 4); in getTrackMetaData()
483 kKeyThumbnailTime, in getTrackMetaData()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp1113 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp1469 info->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs); in findThumbnails()