Home
last modified time | relevance | path

Searched refs:ACAMERA_ERROR_STREAM_CONFIGURE_FAIL (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/camera/ndk/include/camera/
DNdkCameraError.h112 ACAMERA_ERROR_STREAM_CONFIGURE_FAIL = ACAMERA_ERROR_BASE - 9, enumerator
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp264 return supported ? ACAMERA_OK : ACAMERA_ERROR_STREAM_CONFIGURE_FAIL; in isSessionConfigurationSupported()
717 return ACAMERA_ERROR_STREAM_CONFIGURE_FAIL; in configureStreamsLocked()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp246 return configSupported ? ACAMERA_OK : ACAMERA_ERROR_STREAM_CONFIGURE_FAIL; in isSessionConfigurationSupported()