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::__anon15
H A DSimplePlayer.cpp69 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
127 case kWhatSetSurface:
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h212 kWhatSetSurface = 'sSur', enumerator in enum:android::MediaCodec::__anon74
H A DACodec.h146 kWhatSetSurface = 'setS', enumerator in enum:android::ACodec::__anon62
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp518 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
1770 case kWhatSetSurface:
H A DACodec.cpp581 sp<AMessage> msg = new AMessage(kWhatSetSurface, this);
5375 case ACodec::kWhatSetSurface:

Completed in 821 milliseconds