Home
last modified time | relevance | path

Searched refs:kWhatGetOutputFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DMediaCodec.h225 kWhatGetOutputFormat = 'getO', enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp822 sp<AMessage> msg = new AMessage(kWhatGetOutputFormat, this); in getOutputFormat()
2200 case kWhatGetOutputFormat: in onMessageReceived()
2203 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat); in onMessageReceived()