Searched refs:streamStartIndex_ (Results 1 – 2 of 2) sorted by relevance
78 streamStartIndex_.push(modeStartIndex_[i] + LOOP_ONE_STEP); in getColorSpaceStreamCount()85 streamStartIndex_.push(j + LOOP_ONE_STEP); in getColorSpaceStreamCount()101 loopStart = streamStartIndex_.front(); in getColorSpaceStreamInfo()104 modeInfo.streamInfo[i].streamType = originInfo[streamStartIndex_.front()]; in getColorSpaceStreamInfo()105 loopStart = streamStartIndex_.front() + LOOP_ONE_STEP; in getColorSpaceStreamInfo()116 streamStartIndex_.pop(); in getColorSpaceStreamInfo()123 std::queue<uint32_t> streamStartIndex_; variable
94 streamStartIndex_.push(modeStartIndex_[i] + ONE_STEP); in getStreamCount()102 streamStartIndex_.push(j + ONE_STEP); in getStreamCount()115 modeInfo.streamInfo[j].streamType = originInfo[streamStartIndex_.front()]; in getStreamInfo()117 if (k == streamStartIndex_.front()) { in getStreamInfo()129 streamStartIndex_.pop(); in getStreamInfo()180 std::queue<uint32_t> streamStartIndex_; variable222 streamStartIndex_.push(modeStartIndex_[i]); in getStreamCount()240 modeInfo.streamInfo[j].streamType = originInfo[streamStartIndex_.front()]; in getStreamInfo()242 if (k == streamStartIndex_.front()) { in getStreamInfo()251 streamStartIndex_.pop(); in getStreamInfo()[all …]