Searched refs:lKey (Results 1 – 5 of 5) sorted by relevance
1117 pc->lKey = -1; in ICCompressorChoose()1445 if (pc->lKey && pc->lKeyCount == (pc->lKey - 1)) in ICSeqCompressFrame()1610 wine_dbgstr_fcc(pc->fccHandler), pc->lpbiIn, pc->lpbiOut, pc->lKey, in ICSeqCompressFrameStart()
1174 cv.lKey = pOptions->dwKeyFrameEvery; in AVISaveOptionsFmtChoose()1176 cv.lKey = 0; in AVISaveOptionsFmtChoose()1190 if (cv.lKey != 0) { in AVISaveOptionsFmtChoose()1191 pOptions->dwKeyFrameEvery = cv.lKey; in AVISaveOptionsFmtChoose()
423 LONG lKey = (LONG_PTR)key; in comp_PageByHash() local427 WINE_TRACE("Comparing '%d' with '%d'\n", lKey, lTest); in comp_PageByHash()428 if (lTest < lKey) return -1; in comp_PageByHash()429 if (lTest > lKey) return 1; in comp_PageByHash()
346 pc.lKey = 1; in test_ICSeqCompress()
828 LONG lKey; member