Searched refs:notifyResolution (Results 1 – 6 of 6) sorted by relevance
260 void Crypto::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution() function in android::Crypto264 mPlugin->notifyResolution(width, height); in notifyResolution()
48 virtual void notifyResolution(uint32_t width, uint32_t height);
44 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
71 virtual void notifyResolution(uint32_t width, uint32_t height) {} in notifyResolution() function
153 virtual void notifyResolution( in notifyResolution() function309 notifyResolution(width, height); in onTransact()
1024 mCrypto->notifyResolution(right - left + 1, bottom - top + 1); in onMessageReceived()1027 mCrypto->notifyResolution(width, height); in onMessageReceived()