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

  /frameworks/av/include/media/
ICrypto.h 44 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
  /frameworks/native/include/media/hardware/
CryptoAPI.h 71 virtual void notifyResolution(uint32_t width, uint32_t height) {}
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 48 virtual void notifyResolution(uint32_t width, uint32_t height);
Crypto.cpp 260 void Crypto::notifyResolution(uint32_t width, uint32_t height) {
264 mPlugin->notifyResolution(width, height);
  /frameworks/av/media/libmedia/
ICrypto.cpp 153 virtual void notifyResolution(
309 notifyResolution(width, height);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]

Completed in 5147 milliseconds