Searched refs:mCifScaleStream (Results 1 – 2 of 2) sorted by relevance
1623 mCifScaleStream = new CifSclStream(); in init()1792 if (mCifScaleStream.ptr()) { in setupPipelineFmtCif()1793 mCifScaleStream->set_format(sns_sd_sel, sns_v4l_pix_fmt, bpp); in setupPipelineFmtCif()1898 if (mCifScaleStream.ptr()) { in setupPipelineFmtIsp()1901 mCifScaleStream->set_format(sns_sd_sel, sns_v4l_pix_fmt, bpp); in setupPipelineFmtIsp()2857 if (mCifScaleStream.ptr()) { in prepare()2858 mCifScaleStream->set_working_mode(mode); in prepare()2859 mCifScaleStream->prepare(); in prepare()3067 if (mCifScaleStream.ptr()) in hdr_mipi_start_mode()3068 mCifScaleStream->start(); in hdr_mipi_start_mode()[all …]
372 SmartPtr<CifSclStream> mCifScaleStream; variable