HomeSort by relevance Sort by last modified time
    Searched refs:createStreamCpu (Results 1 - 3 of 3) sorted by null

  /frameworks/av/include/camera/
ProCamera.h 72 // -- This callback only fires for createStreamCpu streams
195 status_t createStreamCpu(int width, int height, int format,
200 status_t createStreamCpu(int width, int height, int format,
  /frameworks/av/camera/tests/
ProCameraTests.cpp 756 EXPECT_OK(mCamera->createStreamCpu(/*width*/320, /*height*/240,
823 EXPECT_OK(mCamera->createStreamCpu(/*width*/1280, /*height*/960,
828 EXPECT_OK(mCamera->createStreamCpu(/*width*/320, /*height*/240,
904 EXPECT_OK(mCamera->createStreamCpu(/*width*/1280, /*height*/960,
970 EXPECT_OK(mCamera->createStreamCpu(/*width*/1280, /*height*/960,
998 EXPECT_OK(mCamera->createStreamCpu(/*width*/1280, /*height*/960,
1038 EXPECT_OK(mCamera->createStreamCpu(/*width*/1280, /*height*/960,
1045 EXPECT_OK(mCamera->createStreamCpu(/*width*/320, /*height*/240,
    [all...]
  /frameworks/av/camera/
ProCamera.cpp 227 status_t ProCamera::createStreamCpu(int width, int height, int format,
232 return createStreamCpu(width, height, format, heapCount,
237 status_t ProCamera::createStreamCpu(int width, int height, int format,

Completed in 32 milliseconds