Searched refs:mDefaultWidth (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/hwui/surfacetexture/ |
D | SurfaceTexture.cpp | 48 , mDefaultWidth(1) in SurfaceTexture() 73 , mDefaultWidth(1) in SurfaceTexture() 94 mDefaultWidth = w; in setDefaultBufferSize() 422 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
|
D | SurfaceTexture.h | 380 uint32_t mDefaultWidth, mDefaultHeight; variable
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayerConsumer.cpp | 70 mDefaultWidth(1), in BufferLayerConsumer() 90 mDefaultWidth = w; in setDefaultBufferSize() 398 ? GLConsumer::scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCropLocked()
|
D | BufferLayerConsumer.h | 323 uint32_t mDefaultWidth, mDefaultHeight; variable
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueCore.h | 246 uint32_t mDefaultWidth; variable
|
D | GLConsumer.h | 420 uint32_t mDefaultWidth, mDefaultHeight; variable
|
D | Surface.h | 375 uint32_t mDefaultWidth; variable
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 114 mDefaultWidth(1), in GLConsumer() 143 mDefaultWidth(1), in GLConsumer() 169 mDefaultWidth = w; in setDefaultBufferSize() 820 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
|
D | BufferQueueCore.cpp | 79 mDefaultWidth(1), in BufferQueueCore() 125 mDefaultWidth, mDefaultHeight, mDefaultBufferFormat); in dumpState()
|
D | BufferQueueProducer.cpp | 409 width = mCore->mDefaultWidth; in dequeueBuffer() 952 output->width = mCore->mDefaultWidth; in queueBuffer() 1097 value = static_cast<int32_t>(mCore->mDefaultWidth); in query() 1195 output->width = mCore->mDefaultWidth; in connect() 1368 allocWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers() 1398 uint32_t checkWidth = width > 0 ? width : mCore->mDefaultWidth; in allocateBuffers()
|
D | Surface.cpp | 90 mDefaultWidth = 0; in Surface() 828 mDefaultWidth = output.width; in queueBuffer() 908 mUserWidth ? mUserWidth : mDefaultWidth); in query() 1298 mDefaultWidth = output.width; in connect()
|
D | BufferQueueConsumer.cpp | 572 mCore->mDefaultWidth = width; in setDefaultBufferSize()
|