Searched refs:mReqFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp81 mReqFormat = 0;
206 mReqFormat, mReqUsage);
209 "failed: %d", mReqWidth, mReqHeight, mReqFormat, mReqUsage,
322 if (mReqFormat) {
323 *value = mReqFormat;
529 mReqFormat = 0;
629 mReqFormat = format;
/frameworks/native/include/gui/
H A DSurfaceTextureClient.h156 // mReqFormat is the buffer pixel format that will be requested at the next
158 uint32_t mReqFormat; member in class:android::SurfaceTextureClient

Completed in 347 milliseconds