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

  /frameworks/base/include/media/stagefright/
MetaData.h 77 kKeyTimeScale = 'tmsl', // int32_t
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 711 encMeta->setInt32(kKeyTimeScale, mAudioTimeScale);
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Writer.cpp 426 !param->findInt32(kKeyTimeScale, &mTimeScale)) {
1011 if (mMeta->findInt32(kKeyTimeScale, &timeScale)) {
    [all...]
OMXCodec.cpp     [all...]

Completed in 133 milliseconds