Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.h81 virtual int32_t queueBatchBuf();
DQCamera3Channel.h93 virtual int32_t queueBatchBuf();
299 virtual int32_t queueBatchBuf();
DQCamera3Channel.cpp302 int32_t QCamera3Channel::queueBatchBuf() in queueBatchBuf() function in qcamera::QCamera3Channel
1928 int32_t QCamera3RegularChannel::queueBatchBuf() in queueBatchBuf() function in qcamera::QCamera3RegularChannel
1933 rc = mStreams[0]->queueBatchBuf(); in queueBatchBuf()
DQCamera3Stream.cpp1579 int32_t QCamera3Stream::queueBatchBuf() in queueBatchBuf() function in qcamera::QCamera3Stream
DQCamera3HWI.cpp4532 channel->queueBatchBuf(); in processCaptureRequest()