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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h225 kWhatGetOutputFormat = 'getO', enumerator in enum:android::MediaCodec::__anon76
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp822 sp<AMessage> msg = new AMessage(kWhatGetOutputFormat, this);
2205 case kWhatGetOutputFormat:
2208 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat);

Completed in 12 milliseconds