Searched refs:QCamera3SupportChannel (Results 1 – 12 of 12) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 400 class QCamera3SupportChannel : public QCamera3Channel 403 QCamera3SupportChannel(uint32_t cam_handle, 408 virtual ~QCamera3SupportChannel();
|
D | QCamera3Channel.cpp | 3349 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480}; 3351 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, in QCamera3SupportChannel() function in qcamera::QCamera3SupportChannel 3362 QCamera3SupportChannel::~QCamera3SupportChannel() in ~QCamera3SupportChannel() 3374 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType) in initialize() 3399 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/, in request() 3405 void QCamera3SupportChannel::streamCbRoutine( in streamCbRoutine() 3417 QCamera3Memory* QCamera3SupportChannel::getStreamBufs(uint32_t len) in getStreamBufs() 3436 void QCamera3SupportChannel::putStreamBufs() in putStreamBufs()
|
D | QCamera3HWI.h | 255 QCamera3SupportChannel *mSupportChannel;
|
D | QCamera3HWI.cpp | 1332 mSupportChannel = new QCamera3SupportChannel( in configureStreams() 1364 QCamera3SupportChannel::kDim; in configureStreams()
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 552 class QCamera3SupportChannel : public QCamera3Channel 555 QCamera3SupportChannel(uint32_t cam_handle, 566 virtual ~QCamera3SupportChannel();
|
D | QCamera3HWI.h | 289 QCamera3SupportChannel *mSupportChannel; 290 QCamera3SupportChannel *mAnalysisChannel;
|
D | QCamera3Channel.cpp | 4388 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480}; 4390 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, in QCamera3SupportChannel() function in qcamera::QCamera3SupportChannel 4409 QCamera3SupportChannel::~QCamera3SupportChannel() in ~QCamera3SupportChannel() 4421 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType) in initialize() 4440 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/, in request() 4446 void QCamera3SupportChannel::streamCbRoutine( in streamCbRoutine() 4458 QCamera3StreamMem* QCamera3SupportChannel::getStreamBufs(uint32_t len) in getStreamBufs() 4476 void QCamera3SupportChannel::putStreamBufs() in putStreamBufs()
|
D | QCamera3HWI.cpp | 1539 mAnalysisChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked() 1889 mSupportChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked() 1896 &QCamera3SupportChannel::kDim, in configureStreamsPerfLocked() 1908 QCamera3SupportChannel::kDim; in configureStreamsPerfLocked()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 552 class QCamera3SupportChannel : public QCamera3Channel 555 QCamera3SupportChannel(uint32_t cam_handle, 566 virtual ~QCamera3SupportChannel();
|
D | QCamera3HWI.h | 289 QCamera3SupportChannel *mSupportChannel; 290 QCamera3SupportChannel *mAnalysisChannel;
|
D | QCamera3Channel.cpp | 4388 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480}; 4390 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, in QCamera3SupportChannel() function in qcamera::QCamera3SupportChannel 4409 QCamera3SupportChannel::~QCamera3SupportChannel() in ~QCamera3SupportChannel() 4421 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType) in initialize() 4440 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/, in request() 4446 void QCamera3SupportChannel::streamCbRoutine( in streamCbRoutine() 4458 QCamera3StreamMem* QCamera3SupportChannel::getStreamBufs(uint32_t len) in getStreamBufs() 4476 void QCamera3SupportChannel::putStreamBufs() in putStreamBufs()
|
D | QCamera3HWI.cpp | 1539 mAnalysisChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked() 1889 mSupportChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked() 1896 &QCamera3SupportChannel::kDim, in configureStreamsPerfLocked() 1908 QCamera3SupportChannel::kDim; in configureStreamsPerfLocked()
|