Home
last modified time | relevance | path

Searched refs:queueBatchBuf (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h82 virtual int32_t queueBatchBuf();
DQCamera3Channel.h96 virtual int32_t queueBatchBuf();
317 virtual int32_t queueBatchBuf();
771 int32_t queueBatchBuf() override { return NO_ERROR; } in queueBatchBuf() function
DQCamera3Stream.cpp1654 int32_t QCamera3Stream::queueBatchBuf() in queueBatchBuf() function in qcamera::QCamera3Stream
DQCamera3Channel.cpp307 int32_t QCamera3Channel::queueBatchBuf() in queueBatchBuf() function in qcamera::QCamera3Channel
2110 int32_t QCamera3RegularChannel::queueBatchBuf() in queueBatchBuf() function in qcamera::QCamera3RegularChannel
2115 rc = mStreams[0]->queueBatchBuf(); in queueBatchBuf()
DQCamera3HWI.cpp6071 channel->queueBatchBuf(); in processCaptureRequest()