Home
last modified time | relevance | path

Searched refs:is_stream_combination_supported (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Hal.cpp56 .is_stream_combination_supported = qcamera::QCamera2Factory::is_stream_combination_supported,
H A DQCamera2Factory.h57 static int is_stream_combination_supported(int camera_id,
H A DQCamera2Factory.cpp252 int QCamera2Factory::is_stream_combination_supported(int camera_id, in QCamera2Factory() function in qcamera::QCamera2Factory
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera_common.h1170 int (*is_stream_combination_supported)(int camera_id, member
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DCameraModule.cpp462 if (mModule->is_stream_combination_supported != NULL) { in isStreamCombinationSupported()
464 res = mModule->is_stream_combination_supported(cameraId, streams); in isStreamCombinationSupported()
/aosp12/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp222 CHECK_MEMBER_AT(camera_module_t, is_stream_combination_supported, 160, 312); in CheckOffsets()