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

  /frameworks/av/include/media/stagefright/
MetaData.h 115 kKeyRealTimeRecording = 'rtrc', // bool (int32_t)
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 110 mFileMeta->setInt32(kKeyRealTimeRecording, false);
MPEG4Writer.cpp 601 if (param && param->findInt32(kKeyRealTimeRecording, &isRealTimeRecording)) {
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 192 if (meta->findInt32(kKeyRealTimeRecording, &int32Data)) {
193 LOG1("displayMetaData kKeyRealTimeRecording %d", int32Data);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 526 params->setInt32(kKeyRealTimeRecording, false);
    [all...]

Completed in 1068 milliseconds