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()
1081 LOGD("Got a request with input buffer, output streamType = %d", mStreamType); in request()
1292 rc = mOfflineMemory.registerBuffer(pInputBuffer->buffer, mStreamType); in setFwkInputPPData()
1467 if (mStreamType == CAM_STREAM_TYPE_PREVIEW) { in stop()
1671 reproc_cfg.stream_type = mStreamType; in setReprocConfig()
1706 LOGE("Stream %d plane info calculation failed!", mStreamType); in setReprocConfig()
1949 rc = translateStreamTypeAndFormat(mCamera3Stream, mStreamType, in initialize()
1956 if ((mStreamType == CAM_STREAM_TYPE_VIDEO) || in initialize()
1957 (mStreamType == CAM_STREAM_TYPE_PREVIEW)) { in initialize()
[all …]
DQCamera3Channel.h271 cam_stream_type_t mStreamType; variable
728 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()