Searched refs:kKeyDecodingTime (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMetaData.h63 kKeyDecodingTime = 'decT', // int64_t (decoding timestamp in usecs) enumerator in enum:android::__anon58
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp171 // Just set the kKeyDecodingTime as the presentation time for now.
172 sampleMetaData->setInt64(kKeyDecodingTime, timeUs);
H A DMPEG4Writer.cpp2213 CHECK(meta_data->findInt64(kKeyDecodingTime, &decodingTimeUs));
H A DOMXCodec.cpp2252 buffer->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs);

Completed in 369 milliseconds