Searched defs:createStream (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java507 public int createStream(int width, int height, int format, Surface surface) { method in class:CameraDeviceUserShim
509 Log.d(TAG, "createStream called.");
/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,
261 status_t s = createStream(width, height, format,
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp211 virtual status_t createStream(int width, int height, int format, function in class:android::BpCameraDeviceUser
422 ret = createStream(width, height, format, bp);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp165 " we have not called createStream on",
311 status_t CameraDeviceClient::createStream(int width, int height, int format, function in class:android::CameraDeviceClient
395 res = mDevice->createStream(anw, width, height, format, &streamId);
/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,
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp244 status_t Camera2Device::createStream(sp<ANativeWindow> consumer, function in class:android::Camera2Device
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp805 status_t Camera3Device::createStream(sp<ANativeWindow> consumer, function in class:android::Camera3Device
969 // deleteStream is called, unlike for createStream.

Completed in 144 milliseconds