Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcolor_space_info_parse.h78 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
H A Dcamera_stream_info_parse.h94 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_; variable
222 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 …]