HomeSort by relevance Sort by last modified time
    Searched defs:fcode (Results 1 - 15 of 15) sorted by null

  /device/asus/flo/camera/hdr/include/
morpho_motion_data.h 20 int fcode; /**< ????:0 / ???s:0??O?i???s?????????j */ member in struct:__anon2940
  /device/lge/hammerhead/camera/hdr/include/
morpho_motion_data.h 20 int fcode; /**< ????:0 / ???s:0??O?i???s?????????j */ member in struct:__anon3447
  /device/lge/mako/camera/hdr/include/
morpho_motion_data.h 20 int fcode; /**< ????:0 / ???s:0??O?i???s?????????j */ member in struct:__anon3767
  /external/libpcap/
pcap-enet.c 62 register struct bpf_insn *fcode = fp->bf_insns; local
82 if (bpf_filter(fcode, (char *)ph->packet,
96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
savefile.c 170 pcap_freecode(&p->fcode);
318 /* Padding only needed for live capture fcode */
375 struct bpf_insn *fcode; local
407 if ((fcode = p->fcode.bf_insns) == NULL ||
408 bpf_filter(fcode, data, h.len, h.caplen)) {
pcap-int.h 187 struct bpf_program fcode; member in struct:pcap
pcap.c 1867 const struct bpf_insn *fcode = fp->bf_insns; local
    [all...]
pcap-linux.c 394 static int fix_program(pcap_t *handle, struct sock_fprog *fcode,
397 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
2366 struct sock_fprog fcode; local
    [all...]
  /external/libpcap/tests/
nonblocktest.c 60 struct bpf_program fcode; local
103 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0)
106 if (pcap_setfilter(pd, &fcode) < 0)
filtertest.c 172 struct bpf_program fcode; local
250 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
252 bpf_dump(&fcode, dflag);
selpolltest.c 61 struct bpf_program fcode; local
133 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0)
136 if (pcap_setfilter(pd, &fcode) < 0)
valgrindtest.c 230 struct bpf_program fcode; local
390 if (pcap_compile(pd, &fcode, cmdbuf, 1, 0) < 0)
392 if (pcap_setfilter(pd, &fcode) < 0)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 508 int fcode; local
529 fcode = currVop->fcodeForward;
530 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker P_VOP */
535 fcode = currVop->fcodeForward;
536 if (currVop->fcodeBackward > fcode)
537 fcode = currVop->fcodeBackward;
538 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker B_VOP */
  /external/ppp/pppd/include/
pcap-int.h 95 struct bpf_program fcode; member in struct:pcap
  /external/tcpdump/
tcpdump.c 698 struct bpf_program fcode; local
    [all...]

Completed in 367 milliseconds