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 55 kWhatCodecNotify = 'cdcN',
NuPlayerDecoder.cpp 112 case kWhatCodecNotify:
117 ALOGV("[%s] kWhatCodecNotify: cbID = %d, paused = %d",
314 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
667 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this);
    [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 152 new AMessage(kWhatCodecNotify, this));
208 case kWhatCodecNotify:
256 kWhatCodecNotify = 'noti',
  /frameworks/av/include/media/stagefright/
MediaCodec.h 222 kWhatCodecNotify = 'codc',
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 360 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, this));
996 case kWhatCodecNotify:
    [all...]

Completed in 71 milliseconds