Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/tests/fuzzers/
H A DFrameDecoderHelpers.h48 newMeta->setInt64(kKeyThumbnailTime, fdp->ConsumeIntegral<int64_t>()); in generateMetaData()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h91 kKeyThumbnailTime = 'thbT', // int64_t (usecs) enumerator
/aosp12/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp1211 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) { in main()
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp513 if (!trackMeta()->findInt64(kKeyThumbnailTime, &thumbNailTime) in onGetFormatAndSeekOptions()
H A DUtils.cpp745 { "thumbnail-time", kKeyThumbnailTime},