Searched refs:notifyResolution (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/headers/media_plugin/media/hardware/ |
D | CryptoAPI.h | 82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
|
/frameworks/av/include/mediadrm/ |
D | ICrypto.h | 47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
|
D | CryptoHal.h | 55 virtual void notifyResolution(uint32_t width, uint32_t height);
|
/frameworks/av/media/libmedia/include/media/ |
D | ICrypto.h | 47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
|
D | CryptoHal.h | 55 virtual void notifyResolution(uint32_t width, uint32_t height);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | CryptoPlugin.h | 68 Return<void> notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function
|
/frameworks/av/drm/libmediadrm/ |
D | CryptoHal.cpp | 442 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::CryptoHal 449 mPlugin->notifyResolution(width, height); in notifyResolution()
|
D | ICrypto.cpp | 164 virtual void notifyResolution( in notifyResolution() function 447 notifyResolution(width, height); in onTransact()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 2269 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived() 2272 mCrypto->notifyResolution(width, height); in onMessageReceived()
|