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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h214 kWhatSetInputSurface = 'sisf', enumerator in enum:android::MediaCodec::__anon74
H A DACodec.h148 kWhatSetInputSurface = 'sisf', enumerator in enum:android::ACodec::__anon62
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp510 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this);
1829 case kWhatSetInputSurface:
H A DACodec.cpp599 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this);
5392 case ACodec::kWhatSetInputSurface:
6529 case ACodec::kWhatSetInputSurface:

Completed in 219 milliseconds