OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGbps
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/camera/camera2/
OutputConfiguration.cpp
36
return
mGbps
;
159
mGbps
.push_back(surface.graphicBufferProducer);
172
mGbps
.push_back(gbp);
184
:
mGbps
(gbps), mRotation(rotation), mSurfaceSetID(surfaceSetID), mSurfaceType(surfaceType),
215
for (auto& gbp :
mGbps
) {
234
if (
mGbps
.size() != otherGbps.size()) {
238
for (size_t i = 0; i <
mGbps
.size(); i++) {
239
if (
mGbps
[i] != otherGbps[i]) {
251
if (
mGbps
.size() != otherGbps.size()) {
252
return
mGbps
.size() < otherGbps.size()
[
all
...]
/frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h
125
void addGraphicProducer(sp<IGraphicBufferProducer> gbp) {
mGbps
.push_back(gbp);}
127
std::vector<sp<IGraphicBufferProducer>>
mGbps
;
Completed in 4982 milliseconds