Home
last modified time | relevance | path

Searched refs:kWhatOutputFormatChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
DCodecBase.h47 kWhatOutputFormatChanged = 'outC', enumerator
/frameworks/av/cmds/stagefright/
Dsf2.cpp233 } else if (what == CodecBase::kWhatOutputFormatChanged) { in onMessageReceived()
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp361 notify->setInt32("what", kWhatOutputFormatChanged); in sendFormatChange()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1408 case CodecBase::kWhatOutputFormatChanged: in onMessageReceived()
DACodec.cpp5252 notify->setInt32("what", kWhatOutputFormatChanged); in sendFormatChange()