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

  /frameworks/av/include/media/stagefright/
MetaData.h 74 kKeyThumbnailTime = 'thbT', // int64_t (usecs)
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 129 if (meta->findInt64(kKeyThumbnailTime, &int64Data)) {
130 LOG1("displayMetaData kKeyThumbnailTime %lld", int64Data);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 188 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)
AVIExtractor.cpp 929 track->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs);
    [all...]
MPEG4Extractor.cpp 441 kKeyThumbnailTime, duration / 4);
451 kKeyThumbnailTime,
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 1099 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) {
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 962 info->mMeta->setInt64(kKeyThumbnailTime, thumbnailTimeUs);

Completed in 235 milliseconds