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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaDataBase.h 128 kKeyRealTimeRecording = 'rtrc', // bool (int32_t)
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 140 mFileMeta->setInt32(kKeyRealTimeRecording, false);
MPEG4Writer.cpp 837 if (param && param->findInt32(kKeyRealTimeRecording, &isRealTimeRecording)) {
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 499 params->findInt32(kKeyRealTimeRecording, &isRealTimeRecording);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 558 params->setInt32(kKeyRealTimeRecording, false);
    [all...]

Completed in 66 milliseconds