Searched refs:getStreamInfo (Results 1 - 12 of 12) 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/include/camera/
H A DProCamera.h312 StreamInfo& getStreamInfo(int streamId);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h105 * an appropriate format; it can be queried with getStreamInfo.
123 virtual status_t getStreamInfo(int id,
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegProcessor.cpp117 res = device->getStreamInfo(mCaptureStreamId,
H A DStreamingProcessor.cpp152 res = device->getStreamInfo(mPreviewStreamId,
342 res = device->getStreamInfo(mRecordingStreamId,
393 res = device->getStreamInfo(mRecordingStreamId,
H A DCallbackProcessor.cpp125 res = device->getStreamInfo(mCallbackStreamId,
H A DZslProcessor.cpp149 res = device->getStreamInfo(mZslStreamId,
H A DZslProcessor3.cpp152 res = device->getStreamInfo(mZslStreamId,
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h62 virtual status_t getStreamInfo(int id,
H A DCamera2Device.cpp317 status_t Camera2Device::getStreamInfo(int id, function in class:android::Camera2Device
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h110 virtual status_t getStreamInfo(int id,
H A DCamera3Device.cpp890 status_t Camera3Device::getStreamInfo(int id, function in class:android::Camera3Device

Completed in 292 milliseconds