Searched refs:parserRefVideoStreamIdx_ (Results 1 – 2 of 2) sorted by relevance
72 … GET_ALL_FRAME_PTS, parserRefVideoStreamIdx_, 0, 0) == Status::OK, "get all frame pts failed."); in ParserBoxInfo()86 …if (parserRefVideoStreamIdx_ < 0 || parserRefVideoStreamIdx_ >= static_cast<int32_t>(formatContext… in GetVideoStream()91 parserRefVideoStreamIdx_ = streamIdx; in GetVideoStream()93 return formatContext_->streams[static_cast<uint32_t>(parserRefVideoStreamIdx_)]; in GetVideoStream()146 if (pkt->stream_index != parserRefVideoStreamIdx_) { in ParserFirstDts()261 InsertIframePtsMap(pkt, parserCurGopId_, parserRefVideoStreamIdx_, iFramePtsMap_); in ParserRefInfoLoop()299 AVStream *st = parserRefFormatContext_->streams[parserRefVideoStreamIdx_]; in GetGopIdFromSeekPos()330 AVStream *st = parserRefFormatContext_->streams[parserRefVideoStreamIdx_]; in SelectProGopId()396 if (pkt->stream_index == parserRefVideoStreamIdx_) { in ParserRefInfo()449 formatContext_->streams[parserRefVideoStreamIdx_], ffmpegDts, AVSEEK_FLAG_ANY); in Dts2FrameId()[all …]
198 int parserRefVideoStreamIdx_ = -1; variable