Searched defs:getStreamInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/
H A DProCamera.cpp274 getStreamInfo(*streamId).cpuStream = true;
275 getStreamInfo(*streamId).cpuConsumer = cc;
276 getStreamInfo(*streamId).synchronousMode = synchronousMode;
277 getStreamInfo(*streamId).stc = stc;
279 getStreamInfo(*streamId).frameAvailableListener = frameAvailableListener;
318 StreamInfo& stream = getStreamInfo(streamId);
327 getStreamInfo(streamId).frameReady++;
336 StreamInfo& si = getStreamInfo(streamId);
365 StreamInfo& si = getStreamInfo(streamId);
432 ProCamera::StreamInfo& ProCamera::getStreamInfo(in function in class:android::ProCamera
[all...]
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp317 status_t Camera2Device::getStreamInfo(int id, function in class:android::Camera2Device
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp890 status_t Camera3Device::getStreamInfo(int id, function in class:android::Camera3Device

Completed in 2236 milliseconds