Home
last modified time | relevance | path

Searched refs:maxReadFrameCnt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp540 if ((opt_.maxReadFrameCnt > 0 && currInputCnt_ >= opt_.maxReadFrameCnt)) { in ReadOneFrame()
697 … if (buf.attr.size == 0 || (opt_.maxReadFrameCnt > 0 && currInputCnt_ > opt_.maxReadFrameCnt)) { in DecoderInputLoop()
H A Dcommand_parser.h101 uint32_t maxReadFrameCnt = 0; // 0 means read whole file member
H A Dcommand_parser.cpp197 opt.maxReadFrameCnt = stol(optarg); in Parse()
435 TLOGI("read inputFile %s up to %u frames", inputFile.c_str(), maxReadFrameCnt); in Print()