Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.h124 std::optional<int32_t> repeatMaxCnt; member
H A Dtester_codecbase.cpp234 if (opt_.repeatMaxCnt.has_value()) { in ConfigureEncoder()
235 ….PutIntValue(OHOS::Media::Tag::VIDEO_ENCODER_REPEAT_PREVIOUS_MAX_COUNT, opt_.repeatMaxCnt.value()); in ConfigureEncoder()
H A Dcommand_parser.cpp269 opt.repeatMaxCnt = stol(optarg); in Parse()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp120 int repeatMaxCnt = 0; in SetRepeat() local
121 …if (!format.GetIntValue(OHOS::Media::Tag::VIDEO_ENCODER_REPEAT_PREVIOUS_MAX_COUNT, repeatMaxCnt)) { in SetRepeat()
124 if (repeatMaxCnt == 0) { in SetRepeat()
125 HLOGW("invalid repeatMaxCnt %d", repeatMaxCnt); in SetRepeat()
128 repeatMaxCnt_ = repeatMaxCnt; in SetRepeat()