Searched defs:reqFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DSurface.cpp272 PixelFormat reqFormat; local
281 reqFormat = mReqFormat;
299 reqWidth, reqHeight, reqFormat, reqUsage);
304 "(%d, %d, %d, %d) failed: %d", reqWidth, reqHeight, reqFormat,
/frameworks/av/services/audioflinger/
H A DThreads.cpp7276 audio_format_t reqFormat = mFormat; local
7298 reqFormat = (audio_format_t) value;
7374 audio_is_linear_pcm(reqFormat) &&

Completed in 129 milliseconds