Home
last modified time | relevance | path

Searched refs:streamId (Results 1 – 16 of 16) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp723 if ((*mNextBuffers)[i].streamId == (int)id) return true; in isStreamInUse()
848 int streamId = streams.data.i32[i]; in setupCapture() local
849 const Stream &s = mParent->getStreamInfo(streamId); in setupCapture()
854 __FUNCTION__, streamId); in setupCapture()
859 b.streamId = streamId; // streams.data.u8[i]; in setupCapture()
868 i, b.streamId, b.width, b.height, b.format, b.stride); in setupCapture()
963 int streamId = reprocessStreams.data.i32[i]; in setupReprocess() local
964 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId); in setupReprocess()
971 b.streamId = -streamId; in setupReprocess()
990 int streamId = streams.data.i32[i]; in setupReprocess() local
[all …]
DEmulatedFakeCamera2.h129 const Stream &getStreamInfo(uint32_t streamId);
130 const ReprocessStream &getReprocessStreamInfo(uint32_t streamId);
154 bool isStreamInUse(uint32_t streamId);
158 bool isReprocessStreamInUse(uint32_t streamId);
DEmulatedFakeCamera3.cpp864 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp721 if ((*mNextBuffers)[i].streamId == (int)id) return true; in isStreamInUse()
852 int streamId = streams.data.i32[i]; in setupCapture() local
853 const Stream &s = mParent->getStreamInfo(streamId); in setupCapture()
856 "is included in a request!", __FUNCTION__, streamId); in setupCapture()
861 b.streamId = streams.data.u8[i]; in setupCapture()
869 i, b.streamId, b.width, b.height, b.format, b.stride); in setupCapture()
974 int streamId = reprocessStreams.data.i32[i]; in setupReprocess() local
975 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId); in setupReprocess()
983 b.streamId = -streamId; in setupReprocess()
1003 int streamId = streams.data.i32[i]; in setupReprocess() local
[all …]
DEmulatedFakeCamera2.h140 const Stream &getStreamInfo(uint32_t streamId);
141 const ReprocessStream &getReprocessStreamInfo(uint32_t streamId);
171 bool isStreamInUse(uint32_t streamId);
175 bool isReprocessStreamInUse(uint32_t streamId);
DEmulatedQemuCamera3.cpp901 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
DEmulatedFakeCamera3.cpp912 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.cpp146 } else if (b.streamId <= 0) { in compress()
211 if ( (*mBuffers)[i].streamId == (int)id ) return true; in isStreamInUse()
230 if (mAuxBuffer.streamId == 0) { in cleanUp()
DBase.h36 int streamId; member
DSensor.cpp324 i, b.streamId, b.width, b.height, b.format, b.stride, in threadLoop()
342 bAux.streamId = 0; in threadLoop()
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DJpegCompressor.cpp130 } else if (b.streamId <= 0) { in compress()
214 if ((*mBuffers)[i].streamId == (int)id) return true; in isStreamInUse()
245 if (mAuxBuffer.streamId == 0) { in cleanUp()
DBase.h35 int streamId; member
DSensor.cpp308 i, b.streamId, b.width, b.height, b.format, b.stride, b.buffer, in threadLoop()
328 bAux.streamId = 0; in threadLoop()
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/
Diaxxx-sysid-defs.h287 …STREAM_SYSID(streamId) (((IAXXX_SYSID_RESOURCE_TYPE_STREAM << IAXXX_SYSID_POS_RESOURCE_TYPE) & IAX… argument
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/
Diaxxx-sysid-defs.h1013 #define IAXXX_SYSID_GEN_STREAM_SYSID(streamId) \ argument
1016 (((streamId) << IAXXX_SYSID_POS_STREAM_ID) \
/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp288 i, b.streamId, b.width, b.height, b.format, b.stride, in threadLoop()
310 bAux.streamId = 0; in threadLoop()