Searched defs:bufDone (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp285 * FUNCTION : bufDone
296 int32_t QCameraChannel::bufDone(mm_camera_super_buf_t *recvd_frame) function in class:qcamera::QCameraChannel
304 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx);
549 int32_t rc = pVideoStream->bufDone(opaque, isMetaData);
H A DQCameraStream.cpp414 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
463 pme->bufDone(frame->bufs[0]->buf_idx);
484 * FUNCTION : bufDone
495 int32_t QCameraStream::bufDone(int index) function in class:qcamera::QCameraStream
510 * FUNCTION : bufDone
522 int32_t QCameraStream::bufDone(const void *opaque, bool isMetaData) function in class:qcamera::QCameraStream
532 rc = bufDone(index);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp413 stream->bufDone(recvd_frame->bufs[0]->buf_idx);
463 pme->bufDone(frame->bufs[0]->buf_idx);
512 * FUNCTION : bufDone
523 int32_t QCamera3Stream::bufDone(int index) function in class:qcamera::QCamera3Stream
H A DQCamera3Channel.cpp297 * FUNCTION : bufDone
308 int32_t QCamera3Channel::bufDone(mm_camera_super_buf_t *recvd_frame) function in class:qcamera::QCamera3Channel
316 rc = mStreams[j]->bufDone(recvd_frame->bufs[i]->buf_idx);
571 rc = mStreams[0]->bufDone(index);
680 stream->bufDone(frameIndex);
872 ((QCamera3MetadataChannel*)(obj->m_pMetaChannel))->bufDone(obj->mMetaFrame);
1019 mStreams[0]->bufDone(0);
1168 stream->bufDone(frameIndex);
1178 stream->bufDone(frameIndex);
1895 stream->bufDone(frameInde
[all...]

Completed in 256 milliseconds