Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaFilter.h83 kWhatCreateInputSurface = 'cisf', enumerator
H A DACodec.h141 kWhatCreateInputSurface = 'cisf', enumerator
H A DMediaCodec.h325 kWhatCreateInputSurface = 'cisf', enumerator
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h147 kWhatCreateInputSurface, enumerator
/aosp12/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp195 (new AMessage(kWhatCreateInputSurface, this))->post(); in initiateCreateInputSurface()
288 case kWhatCreateInputSurface: in onMessageReceived()
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2224 sp<AMessage> msg = new AMessage(kWhatCreateInputSurface, this); in createInputSurface()
3855 case kWhatCreateInputSurface: in onMessageReceived()
3872 if (msg->what() == kWhatCreateInputSurface) { in onMessageReceived()
H A DACodec.cpp671 (new AMessage(kWhatCreateInputSurface, this))->post(); in initiateCreateInputSurface()
5918 case ACodec::kWhatCreateInputSurface: in onMessageReceived()
7032 case ACodec::kWhatCreateInputSurface: in onMessageReceived()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1459 (new AMessage(kWhatCreateInputSurface, this))->post(); in initiateCreateInputSurface()
2217 case kWhatCreateInputSurface: { in onMessageReceived()