Searched refs:mStreamType (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 732 mStreamType(stream_type), in QCamera3ProcessingChannel() 990 LOGD("Got a request with input buffer, output streamType = %d", mStreamType); in request() 1163 rc = mOfflineMemory.registerBuffer(pInputBuffer->buffer, mStreamType); in setFwkInputPPData() 1524 reproc_cfg.stream_type = mStreamType; in setReprocConfig() 1559 LOGE("Stream %d plane info calculation failed!", mStreamType); in setReprocConfig() 1797 rc = translateStreamTypeAndFormat(mCamera3Stream, mStreamType, in initialize() 1804 if ((mStreamType == CAM_STREAM_TYPE_VIDEO) || in initialize() 1805 (mStreamType == CAM_STREAM_TYPE_PREVIEW)) { in initialize() 1836 mStreamType); in initialize() 1844 rc = QCamera3Channel::addStream(mStreamType, in initialize() [all …]
|
D | QCamera3Channel.h | 255 cam_stream_type_t mStreamType; variable 656 cam_stream_type_t mStreamType; variable
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 750 mStreamType(stream_type), in QCamera3ProcessingChannel() 1014 LOGD("Got a request with input buffer, output streamType = %d", mStreamType); in request() 1187 rc = mOfflineMemory.registerBuffer(pInputBuffer->buffer, mStreamType); in setFwkInputPPData() 1548 reproc_cfg.stream_type = mStreamType; in setReprocConfig() 1583 LOGE("Stream %d plane info calculation failed!", mStreamType); in setReprocConfig() 1826 rc = translateStreamTypeAndFormat(mCamera3Stream, mStreamType, in initialize() 1833 if ((mStreamType == CAM_STREAM_TYPE_VIDEO) || in initialize() 1834 (mStreamType == CAM_STREAM_TYPE_PREVIEW)) { in initialize() 1874 mStreamType); in initialize() 1882 rc = QCamera3Channel::addStream(mStreamType, in initialize() [all …]
|
D | QCamera3Channel.h | 259 cam_stream_type_t mStreamType; variable 658 cam_stream_type_t mStreamType; variable
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 82 mStreamType(streamType), in QCameraMemory() 409 mStreamType, in alloc() 415 mStreamType); in alloc() 440 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()
|
D | QCameraMem.h | 134 cam_stream_type_t mStreamType; variable
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.cpp | 81 mStreamType(streamType), in QCameraMemory() 408 mStreamType, in alloc() 414 mStreamType); in alloc() 439 mMemoryPool->releaseBuffer(mMemInfo[i], mStreamType); in dealloc()
|
D | QCameraMem.h | 150 cam_stream_type_t mStreamType; variable
|