Searched refs:reqFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/ui/
H A DGraphicBuffer.cpp53 PixelFormat reqFormat, uint32_t reqUsage)
64 mInitCheck = initSize(w, h, reqFormat, reqUsage);
52 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat reqFormat, uint32_t reqUsage) argument
/frameworks/base/services/surfaceflinger/
H A DLayer.cpp301 uint32_t reqWidth, uint32_t reqHeight, uint32_t reqFormat,
306 if (int32_t(reqWidth | reqHeight | reqFormat) < 0)
335 if (!reqFormat) reqFormat = mFormat;
341 f = reqFormat;
344 (reqFormat != mReqFormat)) {
347 mReqFormat = reqFormat;
300 requestBuffer(int index, uint32_t reqWidth, uint32_t reqHeight, uint32_t reqFormat, uint32_t usage) argument
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp4133 int reqFormat = mFormat; local
4142 reqFormat = value;
4167 reqFormat == mInput->format() && reqFormat == AudioSystem::PCM_16_BIT &&
4437 uint32_t reqFormat = format; local
4463 reqFormat == format && format == AudioSystem::PCM_16_BIT &&

Completed in 72 milliseconds