Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2090 bcm_tlv_t *ie; in find_vendor_ie() local
2093 ie = (bcm_tlv_t*)tlvs; in find_vendor_ie()
2096 if (ie == NULL || in find_vendor_ie()
2097 !bcm_valid_tlv(ie, tlvs_len)) in find_vendor_ie()
2102 ie_len = ie->len; in find_vendor_ie()
2103 if ((ie->id == DOT11_MNG_PROPR_ID) && in find_vendor_ie()
2105 !bcmp(ie->data, voui, DOT11_OUI_LEN)) in find_vendor_ie()
2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()
2110 return (ie); /* a match */ in find_vendor_ie()
2113 } while ((ie = bcm_next_tlv(ie, &tlvs_len)) != NULL); in find_vendor_ie()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
Dmain.css252 …sform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfdfdf',GradientType=0 ); /* ie */
266 …sform.Microsoft.gradient( startColorstr='#6396D8', endColorstr='#466899',GradientType=0 ); /* ie */
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp3613 struct vpu_ctrl_auto_manual *ie = &control.data.auto_manual; in set_config() local
3622 ie->enable = mExtensionData.imageEnhancement.bEnable; in set_config()
3623 ie->auto_mode = mExtensionData.imageEnhancement.bAutoMode; in set_config()
3624 ie->value = mExtensionData.imageEnhancement.nImageEnhancement; in set_config()
3626 …TRL_IMAGE_ENHANCEMENT %d, ie->enable = %d, ie->auto_mode = %d", ie->value, ie->enable, ie->auto_mo… in set_config()
3637 DEBUG_PRINT_HIGH("VIDIOC_S_CTRL: VPU_S_CTRL_IMAGE_ENHANCEMENT set to %d", ie->value); in set_config()