/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCamera2.cpp | 723 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 …]
|
D | EmulatedFakeCamera2.h | 129 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);
|
D | EmulatedFakeCamera3.cpp | 864 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.cpp | 721 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 …]
|
D | EmulatedFakeCamera2.h | 140 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);
|
D | EmulatedQemuCamera3.cpp | 901 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
|
D | EmulatedFakeCamera3.cpp | 912 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.cpp | 146 } 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()
|
D | Base.h | 36 int streamId; member
|
D | Sensor.cpp | 324 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/ |
D | JpegCompressor.cpp | 130 } 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()
|
D | Base.h | 35 int streamId; member
|
D | Sensor.cpp | 308 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/ |
D | iaxxx-sysid-defs.h | 287 …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/ |
D | iaxxx-sysid-defs.h | 1013 #define IAXXX_SYSID_GEN_STREAM_SYSID(streamId) \ argument 1016 (((streamId) << IAXXX_SYSID_POS_STREAM_ID) \
|
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.cpp | 288 i, b.streamId, b.width, b.height, b.format, b.stride, in threadLoop() 310 bAux.streamId = 0; in threadLoop()
|