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

  /frameworks/av/include/media/stagefright/
MetaData.h 94 kKeyTimeScale = 'tmsl', // int32_t
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 847 encMeta->setInt32(kKeyTimeScale, mAudioTimeScale);
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 174 if (meta->findInt32(kKeyTimeScale, &int32Data)) {
175 LOG1("displayMetaData kKeyTimeScale %d", int32Data);
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 569 !param->findInt32(kKeyTimeScale, &mTimeScale)) {
    [all...]
OMXCodec.cpp     [all...]

Completed in 30 milliseconds