Lines Matching refs:mImgReaderOutput
601 if (mImgReaderOutput) { in resetCamera()
602 ACaptureSessionOutput_free(mImgReaderOutput); in resetCamera()
603 mImgReaderOutput = nullptr; in resetCamera()
777 ret = ACaptureSessionOutput_create(mImgReaderAnw, &mImgReaderOutput); in createCaptureSessionWithLog()
778 if (ret != ACAMERA_OK || mImgReaderOutput == nullptr) { in createCaptureSessionWithLog()
781 ret, mImgReaderOutput); in createCaptureSessionWithLog()
788 ret = ACaptureSessionOutputContainer_add(mOutputs, mImgReaderOutput); in createCaptureSessionWithLog()
844 if (mImgReaderOutput) { in closeSession()
845 ACaptureSessionOutput_free(mImgReaderOutput); in closeSession()
846 mImgReaderOutput = nullptr; in closeSession()
1112 ACaptureSessionOutput* mImgReaderOutput = nullptr; member in PreviewTestCase