Home
last modified time | relevance | path

Searched refs:kWhatCreateInputSurface (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaFilter.h83 kWhatCreateInputSurface = 'cisf', enumerator
DMediaCodec.h235 kWhatCreateInputSurface = 'cisf', enumerator
DACodec.h130 kWhatCreateInputSurface = 'cisf', enumerator
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp84 (new AMessage(kWhatCreateInputSurface, this))->post(); in initiateCreateInputSurface()
177 case kWhatCreateInputSurface: in onMessageReceived()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1174 sp<AMessage> msg = new AMessage(kWhatCreateInputSurface, this); in createInputSurface()
2502 case kWhatCreateInputSurface: in onMessageReceived()
2515 if (msg->what() == kWhatCreateInputSurface) { in onMessageReceived()
DACodec.cpp657 (new AMessage(kWhatCreateInputSurface, this))->post(); in initiateCreateInputSurface()
5521 case ACodec::kWhatCreateInputSurface: in onMessageReceived()
6586 case ACodec::kWhatCreateInputSurface: in onMessageReceived()