HomeSort by relevance Sort by last modified time
    Searched refs:fastInfo (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
ZslProcessor.cpp 157 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth ||
158 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
188 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight,
ZslProcessor3.cpp 160 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth ||
161 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
186 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight,
CallbackProcessor.cpp 104 } else if(params.fastInfo.useFlexibleYuv &&
328 useFlexibleYuv = l.mParameters.fastInfo.useFlexibleYuv &&
FrameProcessor.cpp 133 l.mParameters.fastInfo.maxFaces) {
136 metadata.number_of_faces, l.mParameters.fastInfo.maxFaces);
Parameters.h 219 } fastInfo;
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 338 p.fastInfo.bestStillCaptureFpsRange[0],
339 p.fastInfo.bestStillCaptureFpsRange[1]);
    [all...]

Completed in 154 milliseconds