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

/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp49 PixelFormat reqFormat, uint32_t reqUsage)
59 mInitCheck = initSize(w, h, reqFormat, reqUsage);
48 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat reqFormat, uint32_t reqUsage) argument
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1685 audio_format_t reqFormat = config.format; local
1717 reqFormat == config.format && config.format == AUDIO_FORMAT_PCM_16_BIT &&
H A DThreads.cpp5064 audio_format_t reqFormat = mFormat; local
5076 reqFormat = (audio_format_t) value;
5141 reqFormat == mInput->stream->common.get_format(&mInput->stream->common) &&
5142 reqFormat == AUDIO_FORMAT_PCM_16_BIT &&

Completed in 219 milliseconds