OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
120
mFileMeta->setInt32(
kKeyRealTimeRecording
, false);
MPEG4Writer.cpp
603
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
525
params->setInt32(
kKeyRealTimeRecording
, false);
Completed in 133 milliseconds