Home
last modified time | relevance | path

Searched refs:mDrmFormat (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/android/
DGrallocEmulated.cpp142 : mRefCount(1), mWidth(width), mHeight(height), mDrmFormat(drmFormat), mResource(resource) {} in EmulatedAHardwareBuffer()
153 auto ahbFormat = DrmToAhbFormat(mDrmFormat); in getAndroidFormat()
155 ALOGE("Unhandled DRM format:%u", mDrmFormat); in getAndroidFormat()
161 uint32_t EmulatedAHardwareBuffer::getDrmFormat() const { return mDrmFormat; } in getDrmFormat()
DGrallocEmulated.h60 uint32_t mDrmFormat; variable