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

  /frameworks/av/services/camera/libcameraservice/camera2/
Parameters.cpp 752 fastInfo.maxFaces);
    [all...]
ZslProcessor3.cpp 109 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth ||
110 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
135 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight,
ZslProcessor.cpp 152 if (currentWidth != (uint32_t)params.fastInfo.arrayWidth ||
153 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
181 params.fastInfo.arrayWidth, params.fastInfo.arrayHeight,
FrameProcessor.cpp 105 l.mParameters.fastInfo.maxFaces) {
108 metadata.number_of_faces, l.mParameters.fastInfo.maxFaces);
CallbackProcessor.cpp 70 if (params.fastInfo.useFlexibleYuv &&
283 useFlexibleYuv = l.mParameters.fastInfo.useFlexibleYuv &&
Parameters.h 188 } fastInfo;
  /frameworks/av/services/camera/libcameraservice/
Camera2Client.cpp     [all...]

Completed in 148 milliseconds