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

  /frameworks/av/camera/
ProCamera.cpp 271 getStreamInfo(*streamId).cpuStream = true;
272 getStreamInfo(*streamId).cpuConsumer = cc;
273 getStreamInfo(*streamId).synchronousMode = synchronousMode;
274 getStreamInfo(*streamId).stc = stc;
276 getStreamInfo(*streamId).frameAvailableListener = frameAvailableListener;
315 StreamInfo& stream = getStreamInfo(streamId);
324 getStreamInfo(streamId).frameReady++;
333 StreamInfo& si = getStreamInfo(streamId);
362 StreamInfo& si = getStreamInfo(streamId);
429 ProCamera::StreamInfo& ProCamera::getStreamInfo(int streamId)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 300 status_t Camera2Device::getStreamInfo(int id,
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 754 status_t Camera3Device::getStreamInfo(int id,
    [all...]

Completed in 141 milliseconds