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

/frameworks/av/include/media/
H A DCrypto.h48 virtual void notifyResolution(uint32_t width, uint32_t height);
H A DICrypto.h45 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} function in struct:android::CryptoPlugin
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp264 void Crypto::notifyResolution(uint32_t width, uint32_t height) { function in class:android::Crypto
268 mPlugin->notifyResolution(width, height);
/frameworks/av/media/libmedia/
H A DICrypto.cpp162 virtual void notifyResolution( function in struct:android::BpCrypto
398 notifyResolution(width, height);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1454 mCrypto->notifyResolution(right - left + 1, bottom - top + 1);
1457 mCrypto->notifyResolution(width, height);

Completed in 1316 milliseconds