Searched refs:maxReadFrameCnt (Results 1 – 3 of 3) sorted by relevance
540 if ((opt_.maxReadFrameCnt > 0 && currInputCnt_ >= opt_.maxReadFrameCnt)) { in ReadOneFrame()697 … if (buf.attr.size == 0 || (opt_.maxReadFrameCnt > 0 && currInputCnt_ > opt_.maxReadFrameCnt)) { in DecoderInputLoop()
101 uint32_t maxReadFrameCnt = 0; // 0 means read whole file member
197 opt.maxReadFrameCnt = stol(optarg); in Parse()435 TLOGI("read inputFile %s up to %u frames", inputFile.c_str(), maxReadFrameCnt); in Print()