Searched refs:reqFormat (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/gui/ |
D | Surface.cpp | 199 uint32_t reqFormat; in dequeueBuffer() local 209 reqFormat = mReqFormat; in dequeueBuffer() 216 reqW, reqH, reqFormat, reqUsage); in dequeueBuffer() 220 "failed: %d", swapIntervalZero, reqW, reqH, reqFormat, reqUsage, in dequeueBuffer()
|
/frameworks/native/libs/ui/ |
D | GraphicBuffer.cpp | 57 PixelFormat reqFormat, uint32_t reqUsage) in GraphicBuffer() argument 67 mInitCheck = initSize(w, h, reqFormat, reqUsage); in GraphicBuffer()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 6065 audio_format_t reqFormat = mFormat; in checkForNewParameter_l() local 6082 reqFormat = (audio_format_t) value; in checkForNewParameter_l() 6153 reqFormat == mInput->stream->common.get_format(&mInput->stream->common) && in checkForNewParameter_l() 6154 reqFormat == AUDIO_FORMAT_PCM_16_BIT && in checkForNewParameter_l()
|