Searched defs:reprocessStreamId (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp589 status_t Camera2Device::pushReprocessBuffer(int reprocessStreamId, argument
597 if ((*streamI)->getId() == reprocessStreamId) {
601 __FUNCTION__, reprocessStreamId, strerror(-res), res);
610 __FUNCTION__, mId, reprocessStreamId);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1374 status_t Camera3Device::pushReprocessBuffer(int reprocessStreamId, argument
1377 (void)reprocessStreamId; (void)buffer; (void)listener;

Completed in 72 milliseconds