Searched refs:is_stream_combination_supported (Results 1 – 6 of 6) sorted by relevance
50 .is_stream_combination_supported = qcamera::QCamera2Factory::is_stream_combination_supported,
57 static int is_stream_combination_supported(int camera_id,
252 int QCamera2Factory::is_stream_combination_supported(int camera_id, in QCamera2Factory() function in qcamera::QCamera2Factory
1170 int (*is_stream_combination_supported)(int camera_id, member
472 if (mModule->is_stream_combination_supported != NULL) { in isStreamCombinationSupported()474 res = mModule->is_stream_combination_supported(cameraId, streams); in isStreamCombinationSupported()
222 CHECK_MEMBER_AT(camera_module_t, is_stream_combination_supported, 160, 312); in CheckOffsets()