Searched refs:bpm (Results 1 - 5 of 5) sorted by relevance

/external/strace/
H A Drtnl_mdb.c208 struct br_port_msg bpm = { .family = family }; local
209 size_t offset = sizeof(bpm.family);
212 PRINT_FIELD_XVAL("{", bpm, family, addrfams, "AF_???");
215 if (len >= sizeof(bpm)) {
217 sizeof(bpm) - offset,
218 (char *) &bpm + offset)) {
219 PRINT_FIELD_IFINDEX("", bpm, ifindex);
226 offset = NLMSG_ALIGN(sizeof(bpm));
/external/iproute2/bridge/
H A Dmdb.c377 struct br_port_msg bpm; member in struct:__anon8491
383 .bpm.family = PF_BRIDGE,
419 req.bpm.ifindex = ll_name_to_index(d);
420 if (req.bpm.ifindex == 0) {
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py627 bpm = 4 variable in class:MidiSegInfo.segInfo
664 bpm = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)
666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:
668 tb = TimeBase(ppqn, bpm)
677 ret.bpm = bpm
/external/skqp/tests/
H A DImageTest.cpp948 SkAutoPixmapStorage bpm; local
951 bpm.alloc(info);
957 if (!b->readPixels(bpm, 0, 0)) {
965 uint32_t pixelB = *bpm.addr32(x, y);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c204 const int bpm = local
207 (int)(((uint64_t)bpm * mbs) >> BPER_MB_NORMBITS));

Completed in 187 milliseconds