Home
last modified time | relevance | path

Searched refs:firstBlock (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/rtp_payload_parser/util/src/
Dlatmpayloadparser.cpp54 firstBlock(true), in OSCL_DLL_ENTRY_POINT_DEFAULT()
187 firstBlock = true; // set for next call in compose()
229 firstBlock = true; // set for next call in compose()
306 firstBlock = true; // set for next call in compose()
348 firstBlock = true; // set for next call in compose()
390 if (firstBlock) in composeSingleFrame()
471 firstBlock = false; /* we already processed the first block, so this should be false */ in composeSingleFrame()
475 firstBlock = true; /* if m-bit is "1", then the farme fits in a block or this was the last in composeSingleFrame()
1071 if (firstBlock) in composeSingleFrame()
1152 firstBlock = false; /* we already processed the first block, so this should be false */ in composeSingleFrame()
[all …]
/external/opencore/protocols/rtp_payload_parser/util/include/
Dlatmpayloadparser.h144 bool firstBlock; variable
/external/svox/pico/lib/
Dpicoos.c259 MemBlockHdr firstBlock, lastBlock; /* memory blockList */ member
378 this->firstBlock = NULL; in picoos_newMemoryManager()
411 this->firstBlock = this->lastBlock = picoos_raw_malloc(raw_memory, size, in picoos_newMemoryManager()
/external/webkit/WebCore/rendering/
DRenderObject.cpp2442 RenderBlock* firstBlock = node->renderer()->containingBlock(); in updateHitTestResult() local
2449 localPoint.move(block->x() - firstBlock->x(), block->y() - firstBlock->y()); in updateHitTestResult()