Searched defs:support (Results 1 - 9 of 9) sorted by relevance
/hardware/interfaces/camera/provider/2.4/default/ |
H A D | CameraProvider.cpp | 295 // in support 393 bool support = mModule->isSetTorchModeSupported(); local 394 _hidl_cb (Status::OK, support); 416 ALOGE("%s: camera device %s does not support version %s!", 469 ALOGE("%s: camera device %s does not support version %s!",
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
H A D | VtsHalGraphicsComposerTestUtils.cpp | 243 bool support = false; local 246 ASSERT_EQ(Error::NONE, tmpError) << "failed to get doze support"; 247 support = tmpSupport; 250 return support;
|
/hardware/intel/common/utils/ISV/base/ |
H A D | isv_worker.cpp | 74 bool support = false; local 89 for (int i = 0; !support && i < num_entrypoints; i++) { 90 support = entrypoints[i] == VAEntrypointVideoProc; 95 return support; 283 ALOGE("%s: can't support this format 0x%08x", __func__, format); 439 // placeholder for vpg driver: can't support denoise factor auto adjust, so leave config to user. 496 // placeholder for vpg driver: can't support sharpness factor auto adjust, so leave config to user. 539 //TODO: VPG need to support check input value by colorCaps. 545 // placeholder for vpg driver: can't support auto color balance, so leave config to user. 625 // placeholder for vpg driver: can't support skinton [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | wifi_logger.cpp | 131 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType) argument 132 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType) 442 unsigned int *support) 444 if (support) { 445 DebugCommand *cmd = new DebugCommand(iface, support, GET_FEATURE); 451 ALOGE("Get support buffer NULL"); 441 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, unsigned int *support) argument
|
/hardware/interfaces/graphics/composer/2.1/default/ |
H A D | ComposerClient.cpp | 398 bool support = false; local 399 Error err = mHal.getDozeSupport(display, &support); 401 hidl_cb(err, support);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wifilogger.cpp | 211 void WifiLoggerCommand::setFeatureSet(u32 *support) { argument 212 mSupportedSet = support; 217 u32 *support) 266 wifiLoggerCommand->setFeatureSet(support); 216 wifi_get_logger_supported_feature_set(wifi_interface_handle iface, u32 *support) argument
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 438 /* On targets that doesnt support Decimation (eg.,8x26) 439 * maximum downscale support is overlay pipe downscale. 1907 //If a layer need alpha scaling, MDP can not support. 1950 bool support = false; local 1962 support = true; 1964 return support;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 3326 * doesn't support PQ. PQ cann't enabled here as buffer allocation 3965 DEBUG_PRINT_ERROR("Don't support dynamic batch sizes (changed from %d->%d)", 7214 // in case of normal HP, avc encoder cannot support more than MAX_AVC_HP_LAYERS 7228 // since we do not plan to support dynamic changes to number of layers 8297 bool support = false; local 8322 support = (caps.color_formats & BIT(color_format)) ? true : false; 8325 if (support == true) 8328 DEBUG_PRINT_HIGH("GPU lib doesn't support this format %lu",format); 8330 return support;
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 3085 * doesn't support PQ. PQ cann't enabled here as buffer allocation 3613 DEBUG_PRINT_ERROR("Don't support dynamic batch sizes (changed from %d->%d)", 4836 DEBUG_PRINT_ERROR("Invalid settings, hardware doesn't support %u bframes", nBFrames); 4999 DEBUG_PRINT_ERROR("Invalid settings, hardware doesn't support %u as slicesize", nSlicesize); 5006 DEBUG_PRINT_ERROR("Invalid settings, hardware doesn't support %u as slicesize", nSlicesize); 6303 DEBUG_PRINT_ERROR("Invalid settings cannot support HierP/HybridHP\n"); 6308 DEBUG_PRINT_ERROR("Currently there is no support for BLayers"); 7087 bool support = false; local 7112 support = (caps.color_formats & BIT(color_format)) ? true : false; 7115 if (support [all...] |
Completed in 218 milliseconds