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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h233 kWhatSetInputSurface = 'sisf', enumerator in enum:android::MediaCodec::__anon113
H A DACodec.h145 kWhatSetInputSurface = 'sisf', enumerator in enum:android::ACodec::__anon94
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h233 kWhatSetInputSurface = 'sisf', enumerator in enum:android::MediaCodec::__anon825
H A DACodec.h145 kWhatSetInputSurface = 'sisf', enumerator in enum:android::ACodec::__anon806
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h233 kWhatSetInputSurface = 'sisf', enumerator in enum:android::MediaCodec::__anon882
H A DACodec.h145 kWhatSetInputSurface = 'sisf', enumerator in enum:android::ACodec::__anon863
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp828 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this);
2097 case kWhatSetInputSurface:
H A DACodec.cpp640 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this);
5407 case ACodec::kWhatSetInputSurface:
6515 case ACodec::kWhatSetInputSurface:

Completed in 599 milliseconds