Searched defs:polarity (Results 1 - 5 of 5) sorted by relevance

/hardware/broadcom/libbt/src/
H A Dupio.c355 ** 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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_dpb.c1158 /* 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/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c1382 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c1382 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c1382 void lpm_set_ar3k(uint8_t pio, uint8_t action, uint8_t polarity) argument

Completed in 177 milliseconds