Lines Matching refs:OutputThread
106 mOutputThread(new OutputThread(this, mCroppingType)),
523 // is the OutputThread, where we do need to make sure we don't acquire mLock then
676 // Send request to OutputThread for the rest of processing
852 ExternalCameraDeviceSession::OutputThread::OutputThread(
856 ExternalCameraDeviceSession::OutputThread::~OutputThread() {}
858 void ExternalCameraDeviceSession::OutputThread::setExifMakeModel(
864 uint32_t ExternalCameraDeviceSession::OutputThread::getFourCcFromLayout(
887 int ExternalCameraDeviceSession::OutputThread::getCropRect(
946 int ExternalCameraDeviceSession::OutputThread::cropAndScaleLocked(
1038 int ExternalCameraDeviceSession::OutputThread::cropAndScaleThumbLocked(
1183 int ExternalCameraDeviceSession::OutputThread::formatConvertLocked(
1265 int ExternalCameraDeviceSession::OutputThread::encodeJpegYU12(
1523 int ExternalCameraDeviceSession::OutputThread::createJpegLocked(
1702 bool ExternalCameraDeviceSession::OutputThread::threadLoop() {
1856 Status ExternalCameraDeviceSession::OutputThread::allocateIntermediateBuffers(
1930 Status ExternalCameraDeviceSession::OutputThread::submitRequest(
1939 void ExternalCameraDeviceSession::OutputThread::flush() {
1965 void ExternalCameraDeviceSession::OutputThread::waitForNextRequest(
1995 void ExternalCameraDeviceSession::OutputThread::signalRequestDone() {
2003 void ExternalCameraDeviceSession::OutputThread::dump(int fd) {
2006 dprintf(fd, "OutputThread processing frame %d\n", mProcessingFrameNumer);
2008 dprintf(fd, "OutputThread not processing any frames\n");
2010 dprintf(fd, "OutputThread request list contains frame: ");