Home
last modified time | relevance | path

Searched refs:mStreamType (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp780 mStreamType(stream_type), in QCamera3ProcessingChannel()
840 if (mStreamType == CAM_STREAM_TYPE_PREVIEW) { in streamCbRoutine()
1116 LOGD("Got a request with input buffer, output streamType = %d", mStreamType); in request()
1327 rc = mOfflineMemory.registerBuffer(pInputBuffer->buffer, mStreamType); in setFwkInputPPData()
1502 if (mStreamType == CAM_STREAM_TYPE_PREVIEW) { in stop()
1712 reproc_cfg.stream_type = mStreamType; in setReprocConfig()
1747 LOGE("Stream %d plane info calculation failed!", mStreamType); in setReprocConfig()
1990 rc = translateStreamTypeAndFormat(mCamera3Stream, mStreamType, in initialize()
1997 if ((mStreamType == CAM_STREAM_TYPE_VIDEO) || in initialize()
1998 (mStreamType == CAM_STREAM_TYPE_PREVIEW)) { in initialize()
[all …]
DQCamera3Channel.h272 cam_stream_type_t mStreamType; variable
731 cam_stream_type_t mStreamType; variable
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h158 cam_stream_type_t mStreamType; variable
DQCameraMem.cpp84 mStreamType(streamType), in QCameraMemory()
411 mStreamType, in alloc()
417 mStreamType); in alloc()
442 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()