Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHWI.cpp65 int streamId = streams.data.u8[i]; in tryRestartStreams() local
66 QCameraStream *stream = QCameraStream::getStreamAtId(streamId); in tryRestartStreams()
91 int streamId = streams.data.u8[i]; in tryRestartStreams() local
92 QCameraStream *stream = QCameraStream::getStreamAtId(streamId); in tryRestartStreams()
96 ALOGE("prepareStream for stream %d failed %d", streamId, rc); in tryRestartStreams()
102 int streamId = streams.data.u8[i]; in tryRestartStreams() local
103 QCameraStream *stream = QCameraStream::getStreamAtId(streamId); in tryRestartStreams()
108 ALOGE("streamOn for stream %d failed %d", streamId, rc); in tryRestartStreams()
166 int streamId = streams.data.u8[i]; in runCommandThread() local
167 QCameraStream *stream = QCameraStream::getStreamAtId(streamId); in runCommandThread()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp708 if ((*mNextBuffers)[i].streamId == (int)id) return true; in isStreamInUse()
839 int streamId = streams.data.i32[i]; in setupCapture() local
840 const Stream &s = mParent->getStreamInfo(streamId); in setupCapture()
843 "is included in a request!", __FUNCTION__, streamId); in setupCapture()
848 b.streamId = streams.data.u8[i]; in setupCapture()
856 i, b.streamId, b.width, b.height, b.format, b.stride); in setupCapture()
961 int streamId = reprocessStreams.data.i32[i]; in setupReprocess() local
962 const ReprocessStream &s = mParent->getReprocessStreamInfo(streamId); in setupReprocess()
970 b.streamId = -streamId; in setupReprocess()
990 int streamId = streams.data.i32[i]; in setupReprocess() local
[all …]
DEmulatedFakeCamera2.h138 const Stream &getStreamInfo(uint32_t streamId);
139 const ReprocessStream &getReprocessStreamInfo(uint32_t streamId);
169 bool isStreamInUse(uint32_t streamId);
173 bool isReprocessStreamInUse(uint32_t streamId);
DEmulatedFakeCamera3.cpp869 destBuf.streamId = kGenericStreamId; in processCaptureRequest()
/device/generic/goldfish/camera/fake-pipeline2/
DJpegCompressor.cpp127 } else if (b.streamId <= 0) { in compress()
210 if ( (*mBuffers)[i].streamId == (int)id ) return true; in isStreamInUse()
243 if (mAuxBuffer.streamId == 0) { in cleanUp()
DBase.h37 int streamId; member
DSensor.cpp329 i, b.streamId, b.width, b.height, b.format, b.stride, in threadLoop()
347 bAux.streamId = 0; in threadLoop()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h1573 uint32_t streamId; member
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.h699 int32_t addOnlineRotation(uint32_t rotation, uint32_t streamId, int32_t device_rotation);
DQCamera2HWI.cpp3247 uint32_t streamId = 0; in configureOnlineRotation() local
3264 streamId = pStream->getMyServerID(); in configureOnlineRotation()
3267 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId, in configureOnlineRotation()
DQCameraParameters.cpp11357 int32_t QCameraParameters::addOnlineRotation(uint32_t rotation, uint32_t streamId, in addOnlineRotation() argument
11376 rotation_info.streamId = streamId; in addOnlineRotation()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.h699 int32_t addOnlineRotation(uint32_t rotation, uint32_t streamId, int32_t device_rotation);
DQCamera2HWI.cpp3247 uint32_t streamId = 0; in configureOnlineRotation() local
3264 streamId = pStream->getMyServerID(); in configureOnlineRotation()
3267 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId, in configureOnlineRotation()
DQCameraParameters.cpp11357 int32_t QCameraParameters::addOnlineRotation(uint32_t rotation, uint32_t streamId, in addOnlineRotation() argument
11376 rotation_info.streamId = streamId; in addOnlineRotation()
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h2020 uint32_t streamId; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h2020 uint32_t streamId; member
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3929 rotation_info.streamId = mStreams[0]->getMyServerID(); in overrideMetadata()
DQCamera3HWI.cpp8646 rotation_info.streamId = snapshotStreamId; in translateToHalMetadata()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3929 rotation_info.streamId = mStreams[0]->getMyServerID(); in overrideMetadata()
DQCamera3HWI.cpp8649 rotation_info.streamId = snapshotStreamId; in translateToHalMetadata()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp6792 rotation_info.streamId = snapshotStreamId; in translateToHalMetadata()