Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DCrypto.cpp263 void Crypto::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::Crypto
267 mPlugin->notifyResolution(width, height); in notifyResolution()
DCrypto.h48 virtual void notifyResolution(uint32_t width, uint32_t height);
/frameworks/native/include/media/hardware/
DCryptoAPI.h74 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
/frameworks/av/include/media/
DICrypto.h45 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
/frameworks/av/media/libmedia/
DICrypto.cpp156 virtual void notifyResolution( in notifyResolution() function
347 notifyResolution(width, height); in onTransact()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1341 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()
1344 mCrypto->notifyResolution(width, height); in onMessageReceived()