Home
last modified time | relevance | path

Searched refs:sa (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp158 StreamAttributeCIF* sa = nullptr; in GetStreamAttributes() local
159 int ret = operator_->GetStreamAttributes(&sa, &count); in GetStreamAttributes()
160 if (ret != NO_ERROR || sa == nullptr || count == 0) { in GetStreamAttributes()
169 it->streamId_ = sa[i].streamId; in GetStreamAttributes()
170 it->width_ = sa[i].width; in GetStreamAttributes()
171 it->height_ = sa[i].height; in GetStreamAttributes()
172 it->overrideFormat_ = sa[i].overrideFormat; in GetStreamAttributes()
173 it->overrideDataspace_ = sa[i].overrideDataspace; in GetStreamAttributes()
174 it->producerUsage_ = sa[i].producerUsage; in GetStreamAttributes()
175 it->producerBufferCount_ = sa[ in GetStreamAttributes()
[all...]

Completed in 1 milliseconds