/drivers/peripheral/codec/hal/src/ |
D | codec_config_parser.c | 326 int32_t LoadCodecCapabilityFromHcs(const struct DeviceResourceNode *node, CodecCapablites *caps) in LoadCodecCapabilityFromHcs() argument 328 if (node == NULL || caps == NULL) { in LoadCodecCapabilityFromHcs() 344 &(caps->videoHwEncoderGroup), &(caps->videoHwDecoderGroup), in LoadCodecCapabilityFromHcs() 345 &(caps->videoSwEncoderGroup), &(caps->videoSwDecoderGroup), in LoadCodecCapabilityFromHcs() 346 &(caps->audioHwEncoderGroup), &(caps->audioHwDecoderGroup), in LoadCodecCapabilityFromHcs() 347 &(caps->audioSwEncoderGroup), &(caps->audioSwDecoderGroup) in LoadCodecCapabilityFromHcs() 366 caps->total += codecCapGroup->num; in LoadCodecCapabilityFromHcs() 377 caps->inited = true; in LoadCodecCapabilityFromHcs() 381 int32_t ClearCapabilityGroup(CodecCapablites *caps) in ClearCapabilityGroup() argument 383 if (caps == NULL) { in ClearCapabilityGroup() [all …]
|
D | codec_component_manager_stub.c | 44 CodecCompCapability *caps = NULL; in SerStubGetComponentCapablityList() local 49 caps = (CodecCompCapability *)OsalMemCalloc(sizeof(CodecCompCapability) * (count)); in SerStubGetComponentCapablityList() 50 if (caps == NULL) { in SerStubGetComponentCapablityList() 54 err = serviceImpl->GetComponentCapabilityList(caps, count); in SerStubGetComponentCapablityList() 56 OsalMemFree(caps); in SerStubGetComponentCapablityList() 62 if (!CodecCompCapabilityBlockMarshalling(reply, &caps[i])) { in SerStubGetComponentCapablityList() 68 OsalMemFree(caps); in SerStubGetComponentCapablityList()
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccreatecomponenthdi_fuzzer/ |
D | codeccreatecomponent_fuzzer.cpp | 47 std::vector<CodecCompCapability> caps; in CodecCreateComponent() local 48 err = omxMgr_->GetComponentCapabilityList(caps, count); in CodecCreateComponent() 54 int32_t ret = omxMgr_->CreateComponent(client_, g_componentId, caps[0].compName, in CodecCreateComponent()
|
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagegetcapability_fuzzer/ |
D | imagegetcapability_fuzzer.cpp | 38 vector<CodecImageCapability> caps; in GetCapabilityList() local 39 auto err = image->GetImageCapability(caps); in GetCapabilityList()
|
/drivers/peripheral/codec/hal/passthrough/include/ |
D | codec_capability_parser.h | 52 int32_t LoadCodecExInfoFromHcs(const struct DeviceResourceNode *node, CodecExInfoGroups *caps); 53 int32_t ClearExInfoGroup(CodecExInfoGroups *caps);
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/ |
D | codeccommon_fuzzer.cpp | 85 std::vector<CodecCompCapability> caps; in Preconditions() local 86 err = g_manager->GetComponentCapabilityList(caps, count); in Preconditions() 93 …int32_t ret = g_manager->CreateComponent(g_component, g_componentId, caps[0].compName, g_appData, … in Preconditions()
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetcomponentcapabilitylisthdi_fuzzer/ |
D | codecgetcomponentcapabilitylist_fuzzer.cpp | 44 std::vector<CodecCompCapability> caps; in CodecGetComponentCapabilityList() local 50 err = omxMgr_->GetComponentCapabilityList(caps, in CodecGetComponentCapabilityList()
|
/drivers/peripheral/codec/hal/include/ |
D | codec_config_parser.h | 99 int32_t LoadCodecCapabilityFromHcs(const struct DeviceResourceNode *node, CodecCapablites *caps); 100 int32_t ClearCapabilityGroup(CodecCapablites *caps);
|
/drivers/hdf_core/adapter/uhdf2/manager/ |
D | hdf_devmgr.cfg | 9 "caps" : ["CAP_SYS_MODULE"]
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/peripheral/config_folder/ |
D | deviceInfo_hcs.template | 6 caps = ["DAC_OVERRIDE", "DAC_READ_SEARCH"];
|
/drivers/hdf_core/framework/model/storage/src/mmc/ |
D | mmc_core.c | 429 if (cntlr->caps.bits.nonremovable > 0) { in MmcCntlrDevPlugged() 525 if (cntlr->ops->hardwareReset != NULL && cntlr->caps.bits.hardwareReset > 0) { in MmcCntlrPowerUp() 606 if (cntlr->caps.bits.uhsSdr12 > 0 || in MmcCntlrSupportUhs() 607 cntlr->caps.bits.uhsSdr25 > 0 || in MmcCntlrSupportUhs() 608 cntlr->caps.bits.uhsSdr50 > 0 || in MmcCntlrSupportUhs() 609 cntlr->caps.bits.uhsSdr104 > 0 || in MmcCntlrSupportUhs() 610 cntlr->caps.bits.uhsDdr50 > 0) { in MmcCntlrSupportUhs() 624 cntlr->caps.bits.cap8Bit > 0 && in MmcCntlrSupportHighSpeed400EnhancedStrobe() 639 if (cntlr->caps.bits.cap8Bit > 0 && in MmcCntlrSupportHighSpeed400() 869 if (cntlr->caps.bits.sdioIrq > 0 && cntlr->ops != NULL && cntlr->ops->setSdioIrq != NULL) { in SdioIrqThreadWorker() [all …]
|
D | mmc_protocol.c | 675 if ((info->sectors > 1) && (mmc->cntlr->caps.bits.cmdStop > 0)) { in MmcSetupReadWriteBlocksCmd() 1098 if (cntlr->caps.bits.cap8Bit > 0) { in EmmcSelectHighSpeedBusWidth() 1324 } else if (cntlr->caps.bits.highSpeed == 1) { in EmmcSelectActivateHighSpeed() 1406 (cntlr->caps.bits.ddr1v8 > 0) && in EmmcGetDdrMode() 1407 (cntlr->caps.bits.uhsDdr50 > 0)) { in EmmcGetDdrMode() 1409 …} else if ((extCsd->cardType & EMMC_EXT_CSD_CARD_TYPE_DDR_1_2V) > 0 && cntlr->caps.bits.ddr1v2 > 0… in EmmcGetDdrMode() 1459 (cntlr->caps.bits.cap4Bit | cntlr->caps.bits.cap8Bit) > 0) { in EmmcSelectSwitchDdrMode() 1461 if (cntlr->caps.bits.cap8Bit > 0) { in EmmcSelectSwitchDdrMode() 2231 …if (cntlr->caps.bits.xpc330 == 1 || cntlr->caps.bits.xpc300 == 1 || cntlr->caps.bits.xpc180 == 1) { in SdSelect() 2245 if (cntlr->caps.bits.sdSupportProtocol3 == 0) { in SdSelect() [all …]
|
D | mmc_sdio.c | 272 info->funcInfo.irqCap = cntlr->caps.bits.sdioIrq; in SdioDeviceDefaultGetCommonInfo() 397 if (cntlr->caps.bits.sdioIrq > 0) { in SdioDeviceDefaultClaimIrq() 423 if (cntlr->caps.bits.sdioIrq > 0 && cntlr->ops != NULL && cntlr->ops->setSdioIrq != NULL) { in SdioDeviceDefaultReleaseIrq()
|
/drivers/peripheral/usb/ddk/host/include/ |
D | usb_ddk_device.h | 56 uint32_t caps; member
|
/drivers/peripheral/wlan/test/hdi_service/ |
D | wlan_callback_impl.c | 67 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in WlanCallbackScanResult() 88 scanResult->flags, scanResult->caps, scanResult->freq, scanResult->beaconInt); in WlanCallbackScanResults()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
D | codec_hdi_decode.cpp | 569 auto caps = std::make_unique<CodecCompCapability[]>(count); in GetComponent() local 570 auto err = omxMgr_->GetComponentCapabilityList(caps.get(), count); in GetComponent() 577 if (caps[i].type != VIDEO_DECODER) { in GetComponent() 580 if (((caps[i].role == MEDIA_ROLETYPE_VIDEO_AVC) && (codecMime_ == CodecMime::AVC)) || in GetComponent() 581 ((caps[i].role == MEDIA_ROLETYPE_VIDEO_HEVC) && (codecMime_ == CodecMime::HEVC)) || in GetComponent() 582 ((caps[i].role == MEDIA_ROLETYPE_VIDEO_VP9) && (codecMime_ == CodecMime::VP9)) || in GetComponent() 583 ((caps[i].role == MEDIA_ROLETYPE_VIDEO_MPEG4) && (codecMime_ == CodecMime::MPEG4))) { in GetComponent() 584 compName = caps[i].compName; in GetComponent()
|
D | codec_hdi_encode.cpp | 720 auto caps = std::make_unique<CodecCompCapability[]>(count); in GetComponent() local 721 auto err = omxMgr_->GetComponentCapabilityList(caps.get(), count); in GetComponent() 728 if (caps[i].type != VIDEO_ENCODER) { in GetComponent() 731 if (((caps[i].role == MEDIA_ROLETYPE_VIDEO_AVC) && (codecMime_ == CodecMime::AVC)) || in GetComponent() 732 ((caps[i].role == MEDIA_ROLETYPE_VIDEO_HEVC) && (codecMime_ == CodecMime::HEVC))) { in GetComponent() 733 compName = caps[i].compName; in GetComponent()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/ |
D | User_device_info_hcs.template | 4 caps = ["DAC_OVERRIDE", "DAC_READ_SEARCH"];
|
/drivers/peripheral/usb/test/unittest/mock/src/ |
D | mock_linux_adapter.cpp | 54 handle->caps = CAPS; in FillUsbDeviceHandle() 199 devHandle->caps = CAPS; in OsInitDevice()
|
/drivers/peripheral/usb/ddk/host/src/ |
D | linux_adapter.c | 309 ret = ioctl(fd, USBDEVFS_GET_CAPABILITIES, &devHandle->caps); in OsInitDevice() 312 devHandle->caps = USB_ADAPTER_CAP_BULK_CONTINUATION; in OsInitDevice() 526 if (request->devHandle->caps & USB_ADAPTER_CAP_BULK_SCATTER_GATHER) { in OsSubmitBulkRequest() 529 } else if (request->devHandle->caps & USB_ADAPTER_CAP_BULK_CONTINUATION) { in OsSubmitBulkRequest() 531 } else if (request->devHandle->caps & USB_ADAPTER_CAP_NO_PACKET_SIZE_LIM) { in OsSubmitBulkRequest()
|
/drivers/interface/wlan/v1_1/ |
D | WlanTypes.idl | 149 unsigned short caps; 180 unsigned short caps;
|
/drivers/peripheral/codec/test/demo/idl/src/ |
D | codec_hdi_encode.cpp | 506 std::vector<CodecCompCapability> caps; in GetComponentName() local 507 err = omxMgr_->GetComponentCapabilityList(caps, count); in GetComponentName() 513 for (auto cap : caps) { in GetComponentName()
|
D | codec_hdi_decode.cpp | 626 std::vector<CodecCompCapability> caps; in GetComponentName() local 627 err = omxMgr_->GetComponentCapabilityList(caps, count); in GetComponentName() 633 for (auto cap : caps) { in GetComponentName()
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
D | hdf_wifi_cmd.h | 407 int16_t caps; member
|
/drivers/peripheral/wlan/client/src/sbuf/ |
D | sbuf_event_adapter.c | 171 if (!HdfSbufReadUint16(reqData, &(scanResult.caps))) { in WifiEventScanResultProcess()
|