Searched refs:val64 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaTrack.cpp | 126 int64_t val64; in read() local 127 if (format->mFormat->findInt64("timeUs", &val64)) { in read() 128 meta.setInt64(kKeyTime, val64); in read() 130 if (format->mFormat->findInt64("durationUs", &val64)) { in read() 131 meta.setInt64(kKeyDuration, val64); in read() 133 if (format->mFormat->findInt64("target-time", &val64)) { in read() 134 meta.setInt64(kKeyTargetTime, val64); in read()
|
/frameworks/av/media/extractors/mpeg2/ |
D | MPEG2TSExtractor.cpp | 122 int64_t val64; in copyAMessageToAMediaFormat() local 123 if (id.find(&val64)) { in copyAMessageToAMediaFormat() 124 AMediaFormat_setInt64(format, name, val64); in copyAMessageToAMediaFormat() 197 int64_t val64; in read() local 198 if (inMeta.findInt64(kKeyTime, &val64)) { in read() 199 AMediaFormat_setInt64(outMeta, AMEDIAFORMAT_KEY_TIME_US, val64); in read()
|
D | MPEG2PSExtractor.cpp | 713 int64_t val64; in read() local 714 if (inMeta.findInt64(kKeyTime, &val64)) { in read() 715 AMediaFormat_setInt64(outMeta, AMEDIAFORMAT_KEY_TIME_US, val64); in read()
|