Home
last modified time | relevance | path

Searched refs:isCameraColorFormatSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
DCameraSource.h298 status_t isCameraColorFormatSupported(const CameraParameters& params);
/frameworks/av/media/libstagefright/
DCameraSource.cpp306 status_t CameraSource::isCameraColorFormatSupported( in isCameraColorFormatSupported() function in android::CameraSource
615 if ((err = isCameraColorFormatSupported(params)) != OK) { in initWithCameraAccess()