Searched refs:notifyResolution (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/include/media/hardware/ |
D | CryptoAPI.h | 82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
|
/frameworks/av/drm/libmediadrm/ |
D | Crypto.cpp | 270 void Crypto::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::Crypto 274 mPlugin->notifyResolution(width, height); in notifyResolution()
|
D | CryptoHal.cpp | 370 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::CryptoHal 377 mPlugin->notifyResolution(width, height); in notifyResolution()
|
D | ICrypto.cpp | 164 virtual void notifyResolution( in notifyResolution() function 425 notifyResolution(width, height); in onTransact()
|
/frameworks/av/include/media/ |
D | Crypto.h | 48 virtual void notifyResolution(uint32_t width, uint32_t height);
|
D | ICrypto.h | 47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
|
D | CryptoHal.h | 52 virtual void notifyResolution(uint32_t width, uint32_t height);
|
/frameworks/av/media/libmedia/include/media/ |
D | Crypto.h | 48 virtual void notifyResolution(uint32_t width, uint32_t height);
|
D | ICrypto.h | 47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
|
D | CryptoHal.h | 52 virtual void notifyResolution(uint32_t width, uint32_t height);
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1808 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived() 1811 mCrypto->notifyResolution(width, height); in onMessageReceived()
|