Searched refs:QCamera3SupportChannel (Results 1 - 8 of 8) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3Channel.h356 /* QCamera3SupportChannel is for HAL internal consumption only */
357 class QCamera3SupportChannel : public QCamera3Channel class in namespace:qcamera
360 QCamera3SupportChannel(uint32_t cam_handle,
364 virtual ~QCamera3SupportChannel();
H A DQCamera3Channel.cpp2555 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480};
2557 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, function in class:qcamera::QCamera3SupportChannel
2567 QCamera3SupportChannel::~QCamera3SupportChannel()
2579 int32_t QCamera3SupportChannel::initialize()
2603 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/,
2609 void QCamera3SupportChannel::streamCbRoutine(
2621 QCamera3Memory* QCamera3SupportChannel::getStreamBufs(uint32_t len)
2640 void QCamera3SupportChannel
[all...]
H A DQCamera3HWI.h218 QCamera3SupportChannel *mSupportChannel;
H A DQCamera3HWI.cpp743 mSupportChannel = new QCamera3SupportChannel(
910 QCamera3SupportChannel::kDim;
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3Channel.h418 /* QCamera3SupportChannel is for HAL internal consumption only */
419 class QCamera3SupportChannel : public QCamera3Channel class in namespace:qcamera
422 QCamera3SupportChannel(uint32_t cam_handle,
427 virtual ~QCamera3SupportChannel();
H A DQCamera3Channel.cpp3326 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480};
3328 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, function in class:qcamera::QCamera3SupportChannel
3339 QCamera3SupportChannel::~QCamera3SupportChannel()
3351 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType,
3377 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/,
3383 void QCamera3SupportChannel::streamCbRoutine(
3395 QCamera3Memory* QCamera3SupportChannel::getStreamBufs(uint32_t len)
3414 void QCamera3SupportChannel
[all...]
H A DQCamera3HWI.h247 QCamera3SupportChannel *mSupportChannel;
H A DQCamera3HWI.cpp982 mSupportChannel = new QCamera3SupportChannel(
1198 QCamera3SupportChannel::kDim;

Completed in 850 milliseconds