Home
last modified time | relevance | path

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

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