Home
last modified time | relevance | path

Searched refs:repeatMaxCnt (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.h124 std::optional<int32_t> repeatMaxCnt; member
H A Dtester_codecbase.cpp217 if (opt_.repeatMaxCnt.has_value()) { in ConfigureEncoder()
218 fmt.PutIntValue(OHOS::Media::Tag::VIDEO_ENCODER_REPEAT_PREVIOUS_MAX_COUNT, opt_.repeatMaxCnt.value()); in ConfigureEncoder()
H A Dcommand_parser.cpp102 {"repeatMaxCnt", required_argument, nullptr, OPT_REPEAT_MAX_CNT},
153 std::cout << " --repeatMaxCnt repeat previous frame up to target times" << std::endl; in ShowUsage()
267 opt.repeatMaxCnt = stol(optarg); in Parse()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp119 int repeatMaxCnt = 0; in SetRepeat() local
120 if (!format.GetIntValue(OHOS::Media::Tag::VIDEO_ENCODER_REPEAT_PREVIOUS_MAX_COUNT, repeatMaxCnt)) { in SetRepeat()
123 if (repeatMaxCnt == 0) { in SetRepeat()
124 HLOGW("invalid repeatMaxCnt %d", repeatMaxCnt); in SetRepeat()
127 repeatMaxCnt_ = repeatMaxCnt; in SetRepeat()

Completed in 5 milliseconds