Home
last modified time | relevance | path

Searched refs:defaultFrameCount_ (Results 1 – 2 of 2) sorted by relevance

/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp218 defaultFrameCount_ = sizeof(ES_W) / sizeof(ES_W[0]); in GetFrameLen()
221 defaultFrameCount_ = sizeof(ES_R) / sizeof(ES_R[0]); in GetFrameLen()
279 if (frameCount_ == defaultFrameCount_) { in InputFunc()
Ddecoder_demo.h92 uint32_t defaultFrameCount_ = 0; variable