Searched refs:notifyResolution (Results 1 - 11 of 11) sorted by path

/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp270 void Crypto::notifyResolution(uint32_t width, uint32_t height) { function in class:android::Crypto
274 mPlugin->notifyResolution(width, height);
H A DCryptoHal.cpp370 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { function in class:android::CryptoHal
377 mPlugin->notifyResolution(width, height);
H A DICrypto.cpp164 virtual void notifyResolution( function in struct:android::BpCrypto
425 notifyResolution(width, height);
/frameworks/av/include/media/
H A DCrypto.h48 virtual void notifyResolution(uint32_t width, uint32_t height);
H A DCryptoHal.h52 virtual void notifyResolution(uint32_t width, uint32_t height);
H A DICrypto.h47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
/frameworks/av/media/libmedia/include/media/
H A DCrypto.h48 virtual void notifyResolution(uint32_t width, uint32_t height);
H A DCryptoHal.h52 virtual void notifyResolution(uint32_t width, uint32_t height);
H A DICrypto.h47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1808 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
1811 mCrypto->notifyResolution(width, height);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} function in struct:android::CryptoPlugin

Completed in 277 milliseconds