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

/frameworks/av/include/media/stagefright/
H A DMediaCodec.h244 kWhatGetOutputFormat = 'getO', enumerator in enum:android::MediaCodec::__anon113
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h244 kWhatGetOutputFormat = 'getO', enumerator in enum:android::MediaCodec::__anon825
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h244 kWhatGetOutputFormat = 'getO', enumerator in enum:android::MediaCodec::__anon882
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1135 sp<AMessage> msg = new AMessage(kWhatGetOutputFormat, this);
2484 case kWhatGetOutputFormat:
2487 (msg->what() == kWhatGetOutputFormat ? mOutputFormat : mInputFormat);

Completed in 1627 milliseconds