Searched refs:StreamInfo (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | FakeRotatingCamera.h | 70 struct StreamInfo { struct 96 void captureFrame(const StreamInfo& si, 101 bool captureFrameRGBA(const StreamInfo& si, 104 bool captureFrameYUV(const StreamInfo& si, 107 DelayedStreamBuffer captureFrameJpeg(const StreamInfo& si, 110 std::vector<uint8_t> captureFrameForCompressing(const StreamInfo& si, 112 bool renderIntoRGBA(const StreamInfo& si, 125 std::unordered_map<int32_t, StreamInfo> mStreamInfoCache;
|
D | QemuCamera.h | 79 struct StreamInfo { struct 85 void captureFrame(const StreamInfo& si, 89 bool captureFrameYUV(const StreamInfo& si, CachedStreamBuffer* dst) const; 90 bool captureFrameRGBA(const StreamInfo& si, CachedStreamBuffer* dst) const; 91 DelayedStreamBuffer captureFrameRAW16(const StreamInfo& si, 93 DelayedStreamBuffer captureFrameJpeg(const StreamInfo& si, 107 std::unordered_map<int32_t, StreamInfo> mStreamInfoCache;
|
D | QemuCamera.cpp | 190 StreamInfo& si = mStreamInfoCache[id]; in configure() 231 const StreamInfo* si = csb->getStreamInfo<StreamInfo>(); in processCaptureRequest() 256 void QemuCamera::captureFrame(const StreamInfo& si, in captureFrame() 286 bool QemuCamera::captureFrameYUV(const StreamInfo& si, in captureFrameYUV() 312 bool QemuCamera::captureFrameRGBA(const StreamInfo& si, in captureFrameRGBA() 337 DelayedStreamBuffer QemuCamera::captureFrameRAW16(const StreamInfo& si, in captureFrameRAW16() 371 DelayedStreamBuffer QemuCamera::captureFrameJpeg(const StreamInfo& si, in captureFrameJpeg()
|
D | FakeRotatingCamera.cpp | 309 StreamInfo& si = mStreamInfoCache[id]; in configure() 480 const StreamInfo* si = csb->getStreamInfo<StreamInfo>(); in processCaptureRequest() 515 void FakeRotatingCamera::captureFrame(const StreamInfo& si, in captureFrame() 541 bool FakeRotatingCamera::captureFrameRGBA(const StreamInfo& si, in captureFrameRGBA() 551 bool FakeRotatingCamera::captureFrameYUV(const StreamInfo& si, in captureFrameYUV() 588 DelayedStreamBuffer FakeRotatingCamera::captureFrameJpeg(const StreamInfo& si, in captureFrameJpeg() 613 FakeRotatingCamera::captureFrameForCompressing(const StreamInfo& si, in captureFrameForCompressing() 731 bool FakeRotatingCamera::renderIntoRGBA(const StreamInfo& si, in renderIntoRGBA()
|