Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp222 defaultFrameCount_ = sizeof(ES_W) / sizeof(ES_W[0]); in GetFrameLen()
225 defaultFrameCount_ = sizeof(ES_R) / sizeof(ES_R[0]); in GetFrameLen()
278 if (frameCount_ == defaultFrameCount_) { in InputFunc()
H A Ddecoder_demo.h93 uint32_t defaultFrameCount_ = 0; variable