Searched defs:createStream (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/camera/
H A DIProCameraUser.cpp142 virtual status_t createStream(int width, int height, int format, function in class:android::BpProCameraUser
277 ret = createStream(width, height, format, bp, &streamId);
H A DProCamera.cpp182 status_t ProCamera::createStream(int width, int height, int format, function in class:android::ProCamera
196 return createStream(width, height, format,
201 status_t ProCamera::createStream(int width, int height, int format, function in class:android::ProCamera
215 status_t stat = c->createStream(width, height, format, bufferProducer,
258 status_t s = createStream(width, height, format,
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp124 virtual status_t createStream(int width, int height, int format, function in class:android::BpCameraDeviceUser
289 ret = createStream(width, height, format, bp);
/frameworks/av/services/camera/libcameraservice/api_pro/
H A DProCamera2Client.cpp257 status_t ProCamera2Client::createStream(int width, int height, int format, function in class:android::ProCamera2Client
283 return mDevice->createStream(window, width, height, format, /*size*/1,
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp145 " we have not called createStream on",
268 status_t CameraDeviceClient::createStream(int width, int height, int format, function in class:android::CameraDeviceClient
358 res = mDevice->createStream(anw, width, height, format, maxJpegSize,
362 res = mDevice->createStream(anw, width, height, format, /*size*/0,
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp241 status_t Camera2Device::createStream(sp<ANativeWindow> consumer, function in class:android::Camera2Device
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp663 status_t Camera3Device::createStream(sp<ANativeWindow> consumer, function in class:android::Camera3Device
821 // deleteStream is called, unlike for createStream.

Completed in 101 milliseconds