Searched refs:BUFFER_SIZE0 (Results 1 – 1 of 1) sorted by relevance
267 int BUFFER_SIZE0 = CAMERA_PREVIEW_WIDTH * CAMERA_PREVIEW_HEIGHT * 3 / 2; // NV21 in startCamera() local268 …byte[][] mPreviewData0 = new byte[][]{new byte[BUFFER_SIZE0], new byte[BUFFER_SIZE0],new byte[BUFF… in startCamera()