Searched refs:mDrmFormat (Results 1 – 2 of 2) sorted by relevance
142 : 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()
60 uint32_t mDrmFormat; variable