Searched refs:polarity (Results 1 - 14 of 14) sorted by relevance
/hardware/broadcom/libbt/include/ |
H A D | upio.h | 99 ** Description Set i/o based on polarity 104 void upio_set(uint8_t pio, uint8_t action, uint8_t polarity);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
H A D | h264parse_dpb.h | 44 extern void h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs_idc, int32_t polarity);
|
/hardware/broadcom/libbt/src/ |
H A D | upio.c | 355 ** Description Set i/o based on polarity 360 void upio_set(uint8_t pio, uint8_t action, uint8_t polarity) argument 368 UPIODBG("%s : pio %d action %d, polarity %d", __FUNCTION__, pio, action, polarity);
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
H A D | bt_vendor_qcom.c | 91 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity); 132 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity);
|
H A D | hw_ar3k.c | 1387 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument 1395 RESERVED(polarity);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
H A D | h264parse_dpb.c | 1158 /* The reason it is + 1 I think, is because the list is based on polarity 1940 // Returns the polarity of the field with pic_num = picNumX 1986 int32_t polarity = 0; local 2000 polarity = h264_dpb_get_pic_struct_by_pic_num(p_dpb, picNumX); 2002 if(polarity != INVALID) 2003 h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(p_dpb, long_term_frame_idx, active_fs->fs_idc, polarity); 2152 // complementary field (opposite polarity) of the picture stored in fs_idc, 2156 void h264_dpb_unmark_long_term_field_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs_idc, int32_t polarity) argument 2170 if (polarity == TOP_FIELD) 2172 else if(polarity 2224 int32_t polarity = 0; local [all...] |
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1391 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument 1399 RESERVED(polarity);
|
H A D | bt_vendor_qcom.c | 79 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity);
|
/hardware/qcom/bt/sdm845/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1387 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument 1395 RESERVED(polarity);
|
H A D | bt_vendor_qcom.c | 75 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity);
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
H A D | bt_vendor_qcom.c | 87 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity);
|
H A D | hw_ar3k.c | 1383 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
H A D | bt_vendor_qcom.c | 110 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity);
|
H A D | hw_ar3k.c | 1383 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument
|
Completed in 450 milliseconds