Searched defs:QCamera3SupportChannel (Results 1 - 2 of 2) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp4990 /* QCamera3SupportChannel methods */
4992 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480};
4994 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, function in class:qcamera::QCamera3SupportChannel
5019 QCamera3SupportChannel::~QCamera3SupportChannel()
5030 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType)
5049 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/,
5056 void QCamera3SupportChannel::streamCbRoutine(
5068 QCamera3StreamMem* QCamera3SupportChannel
[all...]
H A DQCamera3Channel.h622 /* QCamera3SupportChannel is for HAL internal consumption only */
623 class QCamera3SupportChannel : public QCamera3Channel class in namespace:qcamera
626 QCamera3SupportChannel(uint32_t cam_handle,
638 virtual ~QCamera3SupportChannel();

Completed in 24 milliseconds