Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h337 kWhatGetOutputFormat = 'getO', enumerator
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2592 sp<AMessage> msg = new AMessage(kWhatGetOutputFormat, this); in getOutputFormat()
4353 case kWhatGetOutputFormat: in onMessageReceived()
4356 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat); in onMessageReceived()