Searched defs:parity (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp9_boolcoder_test.cc37 const int parity = i & 1; local
42 (method == 4) ? (parity ? 0 : 255) :
44 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
46 (parity ? rnd(64) : 255 - rnd(64)) :
47 (parity ? rnd(32) : 255 - rnd(32));
H A Dvp8_boolcoder_test.cc64 const int parity = i & 1; local
69 (method == 4) ? (parity ? 0 : 255) :
71 (method == 5) ? (parity ? rnd(128) : 255 - rnd(128)) :
73 (parity ? rnd(64) : 255 - rnd(64)) :
74 (parity ? rnd(32) : 255 - rnd(32));
/hardware/broadcom/libbt/src/
H A Duserial_vendor.c196 uint16_t parity; local
221 parity = 0;
223 parity = PARENB;
225 parity = (PARENB | PARODD);
228 ALOGE("userial vendor open: unsupported parity bit mode");
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Duart.hpp201 * @param parity Parity bit setting
206 setMode(int bytesize, UartParity parity, int stopbits) argument
208 return (Result) mraa_uart_set_mode(m_uart, bytesize, (mraa_uart_parity_t) parity, stopbits);
/hardware/bsp/intel/peripheral/libmraa/src/uart/
H A Duart.c309 mraa_uart_set_mode(mraa_uart_context dev, int bytesize, mraa_uart_parity_t parity, int stopbits) argument
352 switch (parity) {
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_uart.c230 uint16_t parity; local
255 parity = 0;
257 parity = PARENB;
259 parity = (PARENB | PARODD);
262 ALOGE("userial vendor open: unsupported parity bit mode");
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_uart.c231 uint16_t parity; local
256 parity = 0;
258 parity = PARENB;
260 parity = (PARENB | PARODD);
263 ALOGE("userial vendor open: unsupported parity bit mode");
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_uart.c231 uint16_t parity; local
256 parity = 0;
258 parity = PARENB;
260 parity = (PARENB | PARODD);
263 ALOGE("userial vendor open: unsupported parity bit mode");

Completed in 274 milliseconds