Home
last modified time | relevance | path

Searched refs:notifyResolution (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DCrypto.cpp260 void Crypto::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::Crypto
264 mPlugin->notifyResolution(width, height); in notifyResolution()
DCrypto.h48 virtual void notifyResolution(uint32_t width, uint32_t height);
/frameworks/av/include/media/
DICrypto.h44 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
/frameworks/native/include/media/hardware/
DCryptoAPI.h71 virtual void notifyResolution(uint32_t width, uint32_t height) {} in notifyResolution() function
/frameworks/av/media/libmedia/
DICrypto.cpp153 virtual void notifyResolution( in notifyResolution() function
309 notifyResolution(width, height); in onTransact()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1024 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()
1027 mCrypto->notifyResolution(width, height); in onMessageReceived()