Searched refs:reprocessStreamId (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h275 virtual status_t pushReprocessBuffer(int reprocessStreamId,
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h84 virtual status_t pushReprocessBuffer(int reprocessStreamId,
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.h138 virtual status_t pushReprocessBuffer(int reprocessStreamId,
H A DCamera3Device.cpp1396 status_t Camera3Device::pushReprocessBuffer(int reprocessStreamId, argument
1399 (void)reprocessStreamId; (void)buffer; (void)listener;

Completed in 63 milliseconds