Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp572 const Stream &baseStream = mStreams[baseStreamIndex]; in allocateReprocessStreamFromStream() local
585 newStream.width = baseStream.width; in allocateReprocessStreamFromStream()
586 newStream.height = baseStream.height; in allocateReprocessStreamFromStream()
587 newStream.format = baseStream.format; in allocateReprocessStreamFromStream()
588 newStream.stride = baseStream.stride; in allocateReprocessStreamFromStream()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp581 const Stream &baseStream = mStreams[baseStreamIndex]; in allocateReprocessStreamFromStream() local
594 newStream.width = baseStream.width; in allocateReprocessStreamFromStream()
595 newStream.height = baseStream.height; in allocateReprocessStreamFromStream()
596 newStream.format = baseStream.format; in allocateReprocessStreamFromStream()
597 newStream.stride = baseStream.stride; in allocateReprocessStreamFromStream()