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

  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 35 static const int INVALID_SET_ID;
59 // getSurfaceSetID will be INVALID_SET_ID
64 // getSurfaceSetID will be INVALID_SET_ID if error occurred
69 int surfaceSetID = INVALID_SET_ID, bool isShared = false);
73 int surfaceSetID = INVALID_SET_ID,
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 32 const int OutputConfiguration::INVALID_SET_ID = -1;
73 mSurfaceSetID(INVALID_SET_ID),
83 mSurfaceSetID(INVALID_SET_ID) {
98 int setID = INVALID_SET_ID;
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 252 OutputConfiguration::INVALID_SET_ID, true);
317 OutputConfiguration::INVALID_SET_ID, true);
646 OutputConfiguration::INVALID_SET_ID, outConfig.mIsShared)));
    [all...]

Completed in 394 milliseconds