Home
last modified time | relevance | path

Searched refs:QCamera3SupportChannel (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h697 class QCamera3SupportChannel : public QCamera3Channel
700 QCamera3SupportChannel(uint32_t cam_handle,
713 virtual ~QCamera3SupportChannel();
DQCamera3Channel.cpp5516 cam_dimension_t QCamera3SupportChannel::kDim = {640, 480};
5518 QCamera3SupportChannel::QCamera3SupportChannel(uint32_t cam_handle, in QCamera3SupportChannel() function in qcamera::QCamera3SupportChannel
5541 QCamera3SupportChannel::~QCamera3SupportChannel() in ~QCamera3SupportChannel()
5552 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType) in initialize()
5578 int32_t QCamera3SupportChannel::request(buffer_handle_t * /*buffer*/, in request()
5585 void QCamera3SupportChannel::streamCbRoutine( in streamCbRoutine()
5597 QCamera3StreamMem* QCamera3SupportChannel::getStreamBufs(uint32_t len) in getStreamBufs()
5615 void QCamera3SupportChannel::putStreamBufs() in putStreamBufs()
DQCamera3HWI.h555 QCamera3SupportChannel *mSupportChannel;
556 QCamera3SupportChannel *mAnalysisChannel;
DQCamera3HWI.cpp2949 mAnalysisChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked()
3040 mSupportChannel = new QCamera3SupportChannel( in configureStreamsPerfLocked()
3047 &QCamera3SupportChannel::kDim, in configureStreamsPerfLocked()
3061 QCamera3SupportChannel::kDim; in configureStreamsPerfLocked()