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

  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 81 kWhatFillThisBuffer,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 87 if (what == ACodec::kWhatFillThisBuffer) {
NuPlayer.cpp 300 if (what == ACodec::kWhatFillThisBuffer) {
  /frameworks/av/include/media/stagefright/
ACodec.h 35 kWhatFillThisBuffer = 'fill',
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 319 sp<AMessage> msg = new AMessage(kWhatFillThisBuffer, mHandler->id());
350 case kWhatFillThisBuffer:
  /frameworks/av/cmds/stagefright/
sf2.cpp 170 if (what == ACodec::kWhatFillThisBuffer) {
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 638 case ACodec::kWhatFillThisBuffer:
    [all...]
ACodec.cpp     [all...]

Completed in 559 milliseconds