Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/hardware/
DCryptoAPI.h82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {} in notifyResolution() function
/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/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/drm/libmediadrm/
DCryptoHal.cpp390 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::CryptoHal
397 mPlugin->notifyResolution(width, height); in notifyResolution()
DICrypto.cpp164 virtual void notifyResolution( in notifyResolution() function
449 notifyResolution(width, height); in onTransact()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1864 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()
1867 mCrypto->notifyResolution(width, height); in onMessageReceived()