Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DCodecBase.h37 kWhatOutputFormatChanged = 'outC', enumerator
/frameworks/av/cmds/stagefright/
Dsf2.cpp234 } else if (what == CodecBase::kWhatOutputFormatChanged) { in onMessageReceived()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp991 case CodecBase::kWhatOutputFormatChanged: in onMessageReceived()
DACodec.cpp3841 notify->setInt32("what", kWhatOutputFormatChanged); in sendFormatChange()