Lines Matching refs:mImgReaderOutput
414 if (mImgReaderOutput) { in resetCamera()
415 ACaptureSessionOutput_free(mImgReaderOutput); in resetCamera()
416 mImgReaderOutput = nullptr; in resetCamera()
579 ret = ACaptureSessionOutput_create(mImgReaderAnw, &mImgReaderOutput); in createCaptureSessionWithLog()
580 if (ret != ACAMERA_OK || mImgReaderOutput == nullptr) { in createCaptureSessionWithLog()
583 ret, mImgReaderOutput); in createCaptureSessionWithLog()
590 ret = ACaptureSessionOutputContainer_add(mOutputs, mImgReaderOutput); in createCaptureSessionWithLog()
642 if (mImgReaderOutput) { in closeSession()
643 ACaptureSessionOutput_free(mImgReaderOutput); in closeSession()
644 mImgReaderOutput = nullptr; in closeSession()
839 ACaptureSessionOutput* mImgReaderOutput = nullptr; member in PreviewTestCase