Searched refs:kWhatSetSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h56 kWhatSetSurface, enumerator in enum:android::SimplePlayer::__anon16
H A DSimplePlayer.cpp69 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
127 case kWhatSetSurface:
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h205 kWhatSetSurface = 'sSur', enumerator in enum:android::MediaCodec::__anon69
H A DACodec.h125 kWhatSetSurface = 'setS', enumerator in enum:android::ACodec::__anon58
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp478 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
1657 case kWhatSetSurface:
H A DACodec.cpp571 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
4560 case ACodec::kWhatSetSurface:

Completed in 150 milliseconds