Searched refs:kWhatCreateInputSurface (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h114 kWhatCreateInputSurface = 'cisf', enumerator in enum:android::ACodec::__anon47
H A DMediaCodec.h150 kWhatCreateInputSurface = 'cisf', enumerator in enum:android::MediaCodec::__anon55
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp182 sp<AMessage> msg = new AMessage(kWhatCreateInputSurface, id());
651 // response to ACodec::kWhatCreateInputSurface
1014 case kWhatCreateInputSurface:
H A DACodec.cpp425 (new AMessage(kWhatCreateInputSurface, id()))->post();
2878 case ACodec::kWhatCreateInputSurface:
3706 case ACodec::kWhatCreateInputSurface:

Completed in 70 milliseconds