Searched refs:mPipelineDepthPreview (Results 1 – 2 of 2) sorted by relevance
68 printf("\npipeline_depth is %d", mPipelineDepthPreview); in initTest()69 mPreviewHandle = new native_handle_t *[mPipelineDepthPreview]; in initTest()70 for (i = 0; i < mPipelineDepthPreview; i++) in initTest()72 for (i = 0, req_sent = 1; i < mPipelineDepthPreview; i++, req_sent++) { in initTest()101 mPipelineDepthPreview = mPreviewConfig.streams[0]->max_buffers; in configurePreviewStream()102 preview_buffer_allocated = mPipelineDepthPreview; in configurePreviewStream()
56 int mPipelineDepthPreview; variable