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

/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp57 PixelFormat reqFormat, uint32_t reqUsage)
67 mInitCheck = initSize(w, h, reqFormat, reqUsage);
56 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat reqFormat, uint32_t reqUsage) argument
/frameworks/native/libs/gui/
H A DSurface.cpp199 uint32_t reqFormat; local
209 reqFormat = mReqFormat;
216 reqW, reqH, reqFormat, reqUsage);
220 "failed: %d", swapIntervalZero, reqW, reqH, reqFormat, reqUsage,
/frameworks/av/services/audioflinger/
H A DThreads.cpp6065 audio_format_t reqFormat = mFormat;
6082 reqFormat = (audio_format_t) value;
6153 reqFormat == mInput->stream->common.get_format(&mInput->stream->common) &&
6154 reqFormat == AUDIO_FORMAT_PCM_16_BIT &&

Completed in 929 milliseconds