HomeSort by relevance Sort by last modified time
    Searched refs:kWhatCodecNotify (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 52 kWhatCodecNotify = 'cdcN',
NuPlayerDecoder.cpp 82 case kWhatCodecNotify:
540 sp<AMessage> reply = new AMessage(kWhatCodecNotify, id());
  /frameworks/av/cmds/stagefright/
sf2.cpp 152 new AMessage(kWhatCodecNotify, id()));
209 case kWhatCodecNotify:
257 kWhatCodecNotify = 'noti',
  /frameworks/av/include/media/stagefright/
MediaCodec.h 188 kWhatCodecNotify = 'codc',
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 230 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, id()));
725 case kWhatCodecNotify:
    [all...]

Completed in 71 milliseconds