Searched defs:logic (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_unittest.cc31 DecisionLogic* logic = DecisionLogic::Create(fs_hz, output_size_samples, local
35 delete logic;
36 logic = DecisionLogic::Create(fs_hz, output_size_samples,
41 delete logic;
42 logic = DecisionLogic::Create(fs_hz, output_size_samples,
47 delete logic;
48 logic = DecisionLogic::Create(fs_hz, output_size_samples,
53 delete logic;
H A Dneteq_network_stats_unittest.cc87 enum logic { enum in class:webrtc::test::NetEqNetworkStatsTest
95 logic current_buffer_size_ms;
96 logic preferred_buffer_size_ms;
97 logic jitter_peaks_found;
98 logic packet_loss_rate;
99 logic packet_discard_rate;
100 logic expand_rate;
101 logic speech_expand_rate;
102 logic preemptive_rate;
103 logic accelerate_rat
[all...]
/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417.cpp482 CBC_BarcodeRow* logic) {
491 logic->addBar(last, width);
497 logic->addBar(last, width);
504 CBC_BarcodeMatrix* logic) {
508 logic->startRow();
509 encodeChar(START_PATTERN, 17, logic->getCurrentRow());
523 encodeChar(pattern, 17, logic->getCurrentRow());
526 encodeChar(pattern, 17, logic->getCurrentRow());
530 encodeChar(STOP_PATTERN, 1, logic->getCurrentRow());
533 encodeChar(pattern, 17, logic
480 encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic) argument
500 encodeLowLevel(CFX_WideString fullCodewords, int32_t c, int32_t r, int32_t errorCorrectionLevel, CBC_BarcodeMatrix* logic) argument
[all...]
/external/libnetfilter_conntrack/src/conntrack/
H A Dbsf.c323 unsigned int logic)
338 if (logic == NFCT_FILTER_LOGIC_POSITIVE)
365 if (logic == NFCT_FILTER_LOGIC_NEGATIVE)
379 unsigned int logic)
408 logic);
423 filter->logic[NFCT_FILTER_L4PROTO_STATE]);
450 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_POSITIVE)
477 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_NEGATIVE)
522 if (f->logic[attr] == NFCT_FILTER_LOGIC_POSITIVE)
550 if (f->logic[att
319 add_state_filter_cta(struct sock_filter *this, unsigned int cta_protoinfo_proto, unsigned int cta_protoinfo_state, uint16_t state_flags, unsigned int logic) argument
376 add_state_filter(struct sock_filter *this, int proto, uint16_t flags, unsigned int logic) argument
[all...]
H A Dapi.c1388 * nfct_filter_set_logic - set the filter logic for an attribute type
1391 * \param logic filter logic that we want to use
1393 * You can only use this function once to set the filtering logic for
1396 * that rejects events that match the filter. Default filtering logic is
1404 const enum nfct_filter_logic logic)
1411 if (filter->logic[type]) {
1416 filter->logic[type] = logic;
1402 nfct_filter_set_logic(struct nfct_filter *filter, const enum nfct_filter_attr type, const enum nfct_filter_logic logic) argument
/external/libnetfilter_conntrack/include/internal/
H A Dobject.h215 * filter logic: use positive or negative logic
217 enum nfct_filter_logic logic[NFCT_FILTER_MAX]; member in struct:nfct_filter
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 204 milliseconds