Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp268 int32_t iFramePosSize = static_cast<int32_t>(IFramePos_.size()); in ParserRefInfoLoop() local
270 …(parserCurGopId_ + 1 < iFramePosSize && curStreamId == IFramePos_[parserCurGopId_ + 1] - 1)) { // … in ParserRefInfoLoop()
283 parserCurGopId_ = (parserCurGopId_ + 1) % iFramePosSize; in ParserRefInfoLoop()
285 parserCurGopId_ = parserCurGopId_ == 0 ? iFramePosSize - 1 : parserCurGopId_ - 1; in ParserRefInfoLoop()
288 … FALSE_RETURN_V_MSG_E(searchCnt < iFramePosSize, Status::ERROR_UNKNOWN, "Cannot find gop"); in ParserRefInfoLoop()
342 int32_t iFramePosSize = static_cast<int32_t>(IFramePos_.size()); in SelectProGopId() local
344 if (parserCurGopId_ + 1 < iFramePosSize) { in SelectProGopId()