Home
last modified time | relevance | path

Searched refs:getFormatDrmFourcc (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/android/
DGrallocGoldfish.cpp82 uint32_t GoldfishGralloc::getFormatDrmFourcc(const native_handle_t* handle) { in getFormatDrmFourcc() function in gfxstream::GoldfishGralloc
86 uint32_t GoldfishGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc() function in gfxstream::GoldfishGralloc
88 return getFormatDrmFourcc(handle); in getFormatDrmFourcc()
DGrallocMinigbm.h42 uint32_t getFormatDrmFourcc(const native_handle_t* handle) override;
43 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
DGrallocGoldfish.h42 uint32_t getFormatDrmFourcc(const native_handle_t* handle) override;
43 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
DGrallocMinigbm.cpp215 uint32_t MinigbmGralloc::getFormatDrmFourcc(const native_handle_t* handle) { in getFormatDrmFourcc() function in gfxstream::MinigbmGralloc
219 uint32_t MinigbmGralloc::getFormatDrmFourcc(const AHardwareBuffer* ahb) { in getFormatDrmFourcc() function in gfxstream::MinigbmGralloc
221 return getFormatDrmFourcc(handle); in getFormatDrmFourcc()
DGrallocEmulated.h90 uint32_t getFormatDrmFourcc(const AHardwareBuffer* handle) override;
DGrallocEmulated.cpp328 uint32_t EmulatedGralloc::getFormatDrmFourcc(const AHardwareBuffer* handle) { in getFormatDrmFourcc() function in gfxstream::EmulatedGralloc
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DGralloc.h80 virtual uint32_t getFormatDrmFourcc(const AHardwareBuffer* /*handle*/) { in getFormatDrmFourcc() function
84 virtual uint32_t getFormatDrmFourcc(const native_handle_t* /*handle*/) { in getFormatDrmFourcc() function
/hardware/google/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp161 uint32_t drmFormat = grallocHelper->getFormatDrmFourcc(buffer); in getAndroidHardwareBufferPropertiesANDROID()