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

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h 83 kWhatCreateInputSurface = 'cisf',
MediaCodec.h 235 kWhatCreateInputSurface = 'cisf',
ACodec.h 130 kWhatCreateInputSurface = 'cisf',
  /hardware/google/av/media/sfplugin/
CCodec.h 105 kWhatCreateInputSurface,
CCodec.cpp 838 (new AMessage(kWhatCreateInputSurface, this))->post();
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 84 (new AMessage(kWhatCreateInputSurface, this))->post();
177 case kWhatCreateInputSurface:
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
ACodec.cpp 657 (new AMessage(kWhatCreateInputSurface, this))->post();
    [all...]

Completed in 712 milliseconds