Home
last modified time | relevance | path

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

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