Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp222 defaultFrameCount_ = sizeof(ES_W) / sizeof(ES_W[0]); in GetFrameLen()
225 defaultFrameCount_ = sizeof(ES_R) / sizeof(ES_R[0]); in GetFrameLen()
281 if (frameCount_ == defaultFrameCount_) { in InputFunc()
Ddecoder_demo.h94 uint32_t defaultFrameCount_ = 0; variable