Home
last modified time | relevance | path

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

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