Home
last modified time | relevance | path

Searched refs:createPreviewSurface (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h137 status_t createPreviewSurface(int width, int height, int32_t pixFormat);
Dqcamera_test.cpp1503 status_t CameraContext::createPreviewSurface(int width, int height, int32_t pixFormat) in createPreviewSurface() function in qcamera::CameraContext
1881 ret = createPreviewSurface(previewWidth, in startPreview()