Home
last modified time | relevance | path

Searched refs:kKeyTimeScale (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
DMetaData.h100 kKeyTimeScale = 'tmsl', // int32_t enumerator
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp442 if (params->findInt32(kKeyTimeScale, &tcsl)) { in start()
/frameworks/av/media/libstagefright/
DUtils.cpp569 meta->setInt32(kKeyTimeScale, timeScale); in convertMessageToMetaData()
DMPEG4Writer.cpp625 !param->findInt32(kKeyTimeScale, &mTimeScale)) { in start()
1459 if (mMeta->findInt32(kKeyTimeScale, &timeScale)) { in setTimeScale()
DOMXCodec.cpp4443 if (inputFormat->findInt32(kKeyTimeScale, &timeScale)) { in initOutputFormat()
4444 mOutputFormat->setInt32(kKeyTimeScale, timeScale); in initOutputFormat()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1662 (*meta)->setInt32(kKeyTimeScale, mMovieTimeScale); in setupMPEG4orWEBMMetaData()