HomeSort by relevance Sort by last modified time
    Searched refs:notifyResolution (Results 1 - 13 of 13) sorted by null

  /hardware/interfaces/drm/1.0/
ICryptoPlugin.hal 45 notifyResolution(uint32_t width, uint32_t height);
  /frameworks/av/media/libmedia/include/media/
Crypto.h 48 virtual void notifyResolution(uint32_t width, uint32_t height);
ICrypto.h 47 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
CryptoHal.h 52 virtual void notifyResolution(uint32_t width, uint32_t height);
  /frameworks/native/include/media/hardware/
CryptoAPI.h 82 virtual void notifyResolution(uint32_t /* width */, uint32_t /* height */) {}
  /hardware/interfaces/drm/1.0/default/
CryptoPlugin.cpp 41 Return<void> CryptoPlugin::notifyResolution(uint32_t width,
43 mLegacyPlugin->notifyResolution(width, height);
CryptoPlugin.h 55 Return<void> notifyResolution(uint32_t width, uint32_t height) override;
  /frameworks/av/drm/libmediadrm/
Crypto.cpp 270 void Crypto::notifyResolution(uint32_t width, uint32_t height) {
274 mPlugin->notifyResolution(width, height);
CryptoHal.cpp 370 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) {
377 mPlugin->notifyResolution(width, height);
ICrypto.cpp 164 virtual void notifyResolution(
425 notifyResolution(width, height);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 851 * Exercise the NotifyResolution API. There is no observable result,
854 TEST_F(DrmHalClearkeyPluginTest, NotifyResolution) {
855 cryptoPlugin->notifyResolution(1920, 1080);
    [all...]
drm_hal_vendor_test.cpp     [all...]

Completed in 343 milliseconds