HomeSort by relevance Sort by last modified time
    Searched refs:kKeyThumbnailTime (Results 1 - 6 of 6) sorted by null

  /frameworks/av/include/media/stagefright/
MetaData.h 87 kKeyThumbnailTime = 'thbT', // int64_t (usecs)
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 206 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)
AVIExtractor.cpp 929 track->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs);
    [all...]
MPEG4Extractor.cpp 473 kKeyThumbnailTime, duration / 4);
483 kKeyThumbnailTime,
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 1096 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) {
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp     [all...]

Completed in 450 milliseconds