Searched refs:getFormatDrmFourcc (Results 1 – 8 of 8) sorted by relevance
74 uint32_t GoldfishGralloc::getFormatDrmFourcc(const native_handle_t* handle) { in getFormatDrmFourcc() function in gfxstream::GoldfishGralloc78 uint32_t GoldfishGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc() function in gfxstream::GoldfishGralloc80 return getFormatDrmFourcc(handle); in getFormatDrmFourcc()
126 uint32_t MinigbmGralloc::getFormatDrmFourcc(const native_handle_t* handle) { in getFormatDrmFourcc() function in gfxstream::MinigbmGralloc130 uint32_t MinigbmGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc() function in gfxstream::MinigbmGralloc132 return getFormatDrmFourcc(handle); in getFormatDrmFourcc()
35 uint32_t getFormatDrmFourcc(const native_handle_t* handle) override;36 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
42 uint32_t getFormatDrmFourcc(const native_handle_t* handle) override;43 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
85 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
538 uint32_t EmulatedGralloc::getFormatDrmFourcc(const AHardwareBuffer* handle) { in getFormatDrmFourcc() function in gfxstream::EmulatedGralloc
161 virtual uint32_t getFormatDrmFourcc(const AHardwareBuffer* /*handle*/) { in getFormatDrmFourcc() function165 virtual uint32_t getFormatDrmFourcc(const native_handle_t* /*handle*/) { in getFormatDrmFourcc() function
166 uint32_t drmFormat = grallocHelper->getFormatDrmFourcc(buffer); in getAndroidHardwareBufferPropertiesANDROID()